Skip to content

kr0/Arduino-PyPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arduino-PyPlot

A collection of Python and Arduino source files to plot data in real time.

Requirements

  1. Install requirements by running pip install -r requirements.txt.
  2. If you're using MacOSX you must add the following function to your ~/.bash_rc then source ~/.bash_rc to make that command available.
function frameworkpython {
  if [[ ! -z "$VIRTUAL_ENV" ]]; then
    PYTHONHOME=$VIRTUAL_ENV /usr/local/bin/python "$@"
  else
    /usr/local/bin/python "$@"
  fi
}

Arduino

Setup Arduino to be something like this:

![Image of circuit] (http://i64.tinypic.com/3h4k8.png)

To use

  1. On a mac frameworkpython src/python/stream_data.py
  2. else python src/python/stream_data.py

About

A collection of Python and Arduino source files to plot data in real time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages