Skip to content

Toy project that reads data from Arduino over the serial port and plots it on screen in real-time.

License

Notifications You must be signed in to change notification settings

rimesc/arduino-serial-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Toy project that reads data from Arduino over the serial port and plots it on screen in real-time.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages