You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just a basic Arduino sketch for sending sensor readings to an openLog via serial.
It also works just fine at sending the sensor data over serial to a computer. Data is presented in CSV format.
If using the XCode project, be sure to edit the Makefile to reflect the location of the Arduino IDE application. The Makefile looks for any usb to serial devices connected, so it's best to only connect one at a time when uploading the sketch.
You'll also need to install AVRMacPack/CrossPack from:
http://www.obdev.at/products/crosspack/index.html
Make sure to update the AVRDUDE_DIR var in the Makefile to point to the CrossPack installation, too.
In XCode, go to Build > Clean all targets to compile and upload in one shot.