News

Serial interface for ATTiny that allows you to print different data types to an arduino's serial monitor. Doesn't require any extra serial cables/devices. This uses SoftwareSerial so it's not all too ...
Getting a blank page on the Arduino Serial Monitor when you want to see the data from your sketch is frustrating, but we have some fixes.
This simple Arduino project aims to display constant values on the screen at specific intervals through the serial monitor without requiring user input.
An Arduino Uno provides the processing power and drives the serial monitor. A joystick and a Hitachi H48C accelerometer are mounted on a breadboard and wired to the Uno.
Learn how to use LEDs, Serial Plotter, breakpoints, oscilloscope, and simulator to debug your Arduino code effectively.
One of the strong points of Arduino is its easy-to-use serial port which makes it simple to export data, to send commands to it, or to help with debugging. A Serial Monitor and a Serial Plotter are ...
If you are used to coding with almost any modern tool except the Arduino IDE, you are probably accustomed to having on-chip debugging. Sometimes having that visibility inside the code makes all the… ...
The Serial Plotter built into the Arduino IDE creates graphs from numerical data. Unfortunately, there is no user manual for it.