News

The Arduino ecosystem is an amazing learning tool, but even those of us who love it admit that even the simplified C Arduino ...
If you are a software and hardware developer working with serial ports, you often need a reliable serial port monitor that allows you to capture, display, analyze, record, and replay all serial port ...
This simple WiFi serial port monitor would have saved us a lot of trouble. We can’t count how many times where being hooked into an Arduino with USB just to get the serial out has nearly been more ...
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 button is not pressed and 1 that the button is ...
As a preview of his latest book, Arduino Project Handbook: 25 Practical Projects to Get You Started, Mark Geddes takes us through the project to create a simple plant monitor. In this project I’ll ...