News

The Arduino ecosystem is an amazing learning tool, but even those of us who love it admit that even the simplified C Arduino ...
Code explanation On the first line we set a variable pinButton with an integer value of 8 (the pin number on Arduino Board where we connect the button or switch). Then in the void () function we set ...
The official Arduino Blog has this week featured a new project which demonstrates ultrasonic Arduino to Arduino communication by Brazilian maker Eduardo Zola. Showing that you can communicate ...
[Paul] wrote in to tell us about some interesting Arduino latency issues he helped nail down and fix on the Arduino. It seems that [Michu] was having some problems with controlling his Rainbowduino… ...
The official Arduino IDE is a dour piece of software designed for uploading code to the ubiquitous and super-cool micro controller. It is a standalone, non-networked app that isn't very pretty to ...