Hi all, looking at taking on a new project, I have no experience of using arduino’s or electronics, but I am a computer programmer by trade. Im looking to build an automotive data logger for use on my Dragster. My thought is that I can use the seeeduino stalker to simply capture the sensor data and write it to sd storage as a comma seperated file. Ideally I would like to capture data as often as possible, and realistically I am aiming for 100 hz for between 5 and 8 sensors, which dependant on data length should be possible? I am aiming to record 1 or 2 K type thermocouple exhaust temperature sensors (max 2000 degree’s F), engine RPM (using coil, max 7500 RPM), propshaft RPM (using hall effect sensor - max 7500 rpm), an on / off reading from my transbrake switch and possibly a throttle position sensor (yet to be determined).
Does this seem possible? Can anyone give me any hints / tips for recording such data? Data could be saved as a raw value and converted by software afterwards where needed. Many thanks in advance. Dave
I think stalker is a good option for your project. You can use the existing code to operate the SD card through Arduino, as the stalker is Aruduino compatible.
I’ve copied the original Arduino Duemilanove configuration into a new stalker328 config, then changed only the .f_cpu parameter into 8Mhz. That’s all you have to do folks! This configuration will change the entire system clock value.
After saving the modded boards.txt, you have to choose your new board setting by following Tools>Board>Arduino Duemilanove or Nano ATmega328 NoXtal 8MHz .