Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 615 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 615 Bytes

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