Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 620 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 620 Bytes

Arduino serial logger

Python code for reading data from an Arduino board over the serial port. The data is plotted on screen in real-time and optionally written it to a CSV file for future analysis.

Inspired in part by this blog post.

Usage

E.g.

python3 -m move.demo4

Notes

On MacOS, depending on the environment, it may be necessary to unset DYLD_LIBRARY_PATH (or set it to an empty string) before running, to work around an ImportError in numpy.