Skip to content

mlhorizon/arduinoDAQ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArduinoDAQ

by: Kevin Hughes, June 2013

usage

Description

usage: load the ArduinoDAQ program on the Arduino then run the main python program: python daq.py

An 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

wx python sudo apt-get install python-wx

py serial sudo apt-get install python-serial

matplotlib sudo apt-get install python-matplotlib

OSX Install Instructions: http://rwsarduino.blogspot.ca/2013/07/python-arduino-daq-on-mac.html

About

use the Arduino as a DAQ with this arduino program and companion python gui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.2%
  • Processing 15.8%