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
- Host: GitHub
- URL: https://github.com/fredwangwang/arduino-data-log
- Owner: fredwangwang
- Created: 2017-05-24T05:04:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T02:45:23.000Z (about 9 years ago)
- Last Synced: 2025-02-05T05:22:56.432Z (over 1 year ago)
- Topics: arduino, firmata, python, sensor
- Language: Arduino
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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