News

I made this Arduino project that allows to turn ON and OFF LEDs using a cheap IR remote control as a preparation for the next big step: disassemble my girlfriend’s chinese LED lamp and replace its ...
There are so many nice hacks in [Joekutz]’s retro LED display project that it’s hard to know where to start. There’s his DIY LED display controlled by an Arduino UNO. To have some… ...
You need 3 bytes/LED, and an Arduino Mega can handle that. The real challenge is the power. This will exceed 100 W if you light everything up, and you have to pay attention to how you run the wires.
This article describes the construction of a simple Arduino RFID Access control DIY (Do It Yourself) Project using Arduino UNO and a RFID reader module (EM-18) to control an LED and a Relay. Circuit ...
Witness how to create a powerful long-range remote control using Arduino technology. This guide takes you through the process of building a customizable, multi-channel RC system that offers ...
Arduino Micro has some extra leds that it is tricky to programme. Like almost all Arduinos, has a built-in led – the green one on the left in the photo. And it has a pair of yellow leds – called TX ...
Another standout feature of Arduino's programming language is the many libraries you can import into your code. Libraries offer a range of extra functionalities beyond the base programming ...