Arduino Serial Plotter Basics
The Arduino serial plotter is a super handy tool provided you know the basics of how it works and when to use it! The serial plotter will take data sent to the serial monitor and plot it on a graph. It can even take multiple data sources and combine then into a set of overlapping […]
Arduino Serial Monitor Basics
The Arduino serial monitor is an incredible tool for working with Arduinos! Mostly because of the shear simplicity of it. So simple, yet so powerful! The serial monitor can be used both to receive communications from the Arduino, but also to send communications to the Arduino. Many hobbyists forget the latter. Arduino to PC/Mac Serial […]