Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T11:26:38.000Z (over 6 years ago)
- Last Synced: 2023-03-10T20:17:57.460Z (almost 2 years ago)
- Language: Python
- Size: 17.6 KB
- Stars: 21
- Watchers: 2
- 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
![usage](http://kevinhughes.ca/images/posts/arduino_daq_test.png)
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