An open API service indexing awesome lists of open source software.

https://github.com/fredwangwang/arduino-data-log

An Arduino data logging program in python. Using Firmata protocol to communicate with the device
https://github.com/fredwangwang/arduino-data-log

arduino firmata python sensor

Last synced: about 2 months ago
JSON representation

An Arduino data logging program in python. Using Firmata protocol to communicate with the device

Awesome Lists containing this project

README

          

# arduino-data-log
An Arduino data logging program in python. Using Firmata protocol to communicate with the device

How to use:
1. Download & install the latest Python2.7
2. Put the application to wherever you like
3. Upload the sketch (firmata) located in arduino_sketch folder to the target Arduino
4. Execute install.bat, it will install all necessary dependencies
5. Edit config.yml, it contains settings of calibrations, etc.
6. Have the Arduino plugged in and execute run.bat