Realtime Plot of Arduino Serial Data Using Python
Wednesday, July 8th, 2009So I got an Arduino a few weeks ago, and just made my second little project:
It simply has a piezo element connected to an analog input pin. The Arduino polls the value every 100ms and prints it to the serial port. Here is the sketch:
/* Knock Poller
* —————-
* We listen to […]
