News

The Arduino ecosystem is an amazing learning tool, but even those of us who love it admit that even the simplified C Arduino ...
Outputting data from a microcontroller over a serial port is convenient and easy, but formatting, visualizing, and analyzing the data can be tedious and frustrating. [Alex Spataru] knows this all ...
Serial Plotter is an amazing tool available in Arduino IDE (from v1.6.6) to visualize the “returned” data beyond just seeing numbers spit out onto the traditional serial monitor window. The Arduino ...
You can read the state of a button using Arduino and a few lines of code. The actual state is shown in the Serial Monitor window as 0 or 1, 0 meaning the ...
You haven't directly made use of the serial communication between the host computer and the Arduino board. First, I'll describe how to write a basic client/server style program.
Making objects interactive doesn’t have to be overwhelming—the best Arduino starter kit will help you begin.