View on GitHub

arduplot

Arduino sensor data visualizer

ArduPlot - Arduino sensor data visualizer

ArduPlot is a tool for visualize data from Arduino-connected sensors using TeenyGraph.

Image

Requiremments

As of now, this program only works on Linux

  • 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

Start the program

Support and Contact

For any bugs or suggestions, feel free to open a issue and describe it. We’ll sure appreciate your help.