Skip to content

VP1147/arduplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArduPlot - Arduino sensor data visualizer

Requiremments

This software is currently Linux-only

  • Arduino IDE
  • Python3
  • And Python Libraries:
    • pyserial
    • getch
    • graphics.py
    $ python3 -m pip install pyserial getch graphics.py
    
  • Python3-tk
    $ sudo apt install python3-tk
    

Instructions

Load code to Arduino

  • Open arduplot.ino with Arduino IDE
  • Click load

Starting the program

  • Make sure all libraries are installed
  • Execute arduplot.py
    $ python3 arduplot.py