This is a SPA that receives data points over WebSocket and prints graphs. The purpose is to provide a visual and live representation of data printed to the Serial Port. The application is designed to ...
The Arduino IDE Serial Plotter is a tool that allows you to display data sent by an Arduino as a real-time graph. The Serial Plotter itself feels like a hidden feature (I didn't know about it at first ...
I like to visualize things, so I decided to prepare this simple tutorial to help you better understand how to visualize data using Arduino. This tutorial assumes that you have some basic electronics ...