-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
15 lines (9 loc) · 753 Bytes
/
README
File metadata and controls
15 lines (9 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.
Good luck!
-Robert