Remember back in the early-to-mid 2000s when pretty much every cheap USB keyboard you could find started including an abundance of media keys in its layout? Nowadays, especially if you have a ...
One part that I find myself using somewhat regularly in microcontroller-based experiments is the “USB power bank” that provides USB-standard 5-V DC output and offers some basic protection features.
The popularity of the Arduino as a development platform has meant that it finds use in some pretty amazing projects across the globe - and here's a small selection to get you thinking about what you ...
The project illustrates an old Arduino USB board being hacked by finding the right pins and stringing a capacitor between the serial connector and the reset line. One side of the capacitor connects to ...
If you fancy programming and controlling your very own Arduino robot you might be interested in a series of introductory videos which have been created by RS Components. The series of videos about the ...
So you finally decided to hop on the Arduino bandwagon and start making electronic projects as a fun hobby. As a beginner getting started with Arduino, your first instinct is typically to buy a ...
Every maker needs a geeky wall clock and the geekiest way to get one is to build your own. With so many modular and open-source options, building your own decorative clock is far from the most ...
To test our circuit out - and before we start writing a program of our own - we'll load the Blink example. Simply load the Arduino IDE and go to File -> Examples -> Digital -> Blink to see what a very ...