It’s possible to write one’s programs in such a way that they can accommodate an overflow/wraparound condition in the millis() function, but how does this actually work? It’s possible to write one’s ...
Before I start talking about this really cool thing called Arduino (Italian for "good friend"), let me say a few things about the fascinating subject of physical computing. Physical computing has been ...
In this quick Arduino tutorial I will explain how you can control a relay using the Arduino Board, one 1K and one 10K resistors, 1 BC547 transistor, one 6V or 12V relay, one 1N4007 diode and a 12V fan ...
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 look ...
I have a Small Model Railway, 15 buildings, all with 1 LED, some with 2. All connected with an Arduino Nano and a TLC5974 24 channel PWM controller. I used PWM so I could set the desired brightness, ...