Skip to content
Devin Conley edited this page Feb 16, 2017 · 3 revisions

arduino-plotter

An Arduino library for easy graphing on host computer via serial communication

by: Devin Conley


Features:

  • Continuous multi-variable plots against time
  • 2-variable "x" vs "y" plots
  • Display multiple graphs within single resizable window
  • Support for any data type that can be cast to a double
  • Simply pass a reference to your variables when the graph is added, no need to update each value explicitly
  • Control number of data points displayed on each graph
  • Auto-scaling to fit all data on graph
  • Configurable line color per variable
  • Stand-alone listener application, written with Processing, is provided

Plotter Preview

Clone this wiki locally