https://github.com/kevinhughes27/arduinodaq
use the Arduino as a DAQ with this arduino program and companion python gui
https://github.com/kevinhughes27/arduinodaq
Last synced: 4 months ago
JSON representation
use the Arduino as a DAQ with this arduino program and companion python gui
- Host: GitHub
- URL: https://github.com/kevinhughes27/arduinodaq
- Owner: kevinhughes27
- Created: 2013-06-07T06:12:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T11:26:38.000Z (about 7 years ago)
- Last Synced: 2025-03-23T21:33:19.400Z (4 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 22
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ArduinoDAQ
==========by: Kevin Hughes, June 2013
updated by: Victor H. Martin, June 2018

Description
-----------
Usage:
load the ArduinoDAQ program on the Arduino then run the main python program:
python daq.pyAn Arduino program which reads the analog pins and sends the data over the serial port to the computer. A GUI written in python is provided for viewing the data from the arduino in real-time and saving the data to hard disk as csv.
Requirements
------------
Python 3Dependencies file requirement.txt is provided for easy installation of dependencies using PiP. If you have pip installed
run the next command in python command line:pip install -r requirements.txt
The main packages required (dependencies of these libraries would be automatically installed) are the following:
wx python
sudo apt-get install python-wxpy serial
sudo apt-get install python-serialmatplotlib
sudo apt-get install python-matplotlibOSX Install Instructions:
http://rwsarduino.blogspot.ca/2013/07/python-arduino-daq-on-mac.html