News

It is a pretty common first project to use an Arduino (or similar) to blink an LED. Which, of course, brings taunts of: you could have used a 555! You can, of course, also use any sort of oscillato… ...
If you don't have the physical components, you can simulate this project using Tinkercad. Create a new Tinkercad account if you don't have one. Create a new circuit in Tinkercad. Add an Arduino UNO, ...
This project shows how control the brightness of a red LED using an Arduino Uno board. int ledPin = 13; // Define the pin where the LED is connected void setup() { pinMode(ledPin, OUTPUT); // ...
This is tutorial number 1 from our series of Arduino tutorials and in this part I will talk about blinking an LED using the one already available on the Arduino Uno board or using an external LED to ...
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 ...
Posted in Arduino Hacks, Holiday Hacks, LED Hacks Tagged cardboard, halloween decorations, led, monster, random number generator ← Making PCBs With A Cutting Plotter ...