News

Here’s a cool hack to get you in the December holiday mood! Arduino controlled Christmas lights! It all started because [Anx2k] had some leftover LED’s from one of his other projects, so he ...
You can fade out and fade in the light of an LED automatically by using Arduino and a simple code that is described below. Even though the Arduino board cannot output variable voltage on its digital ...
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… ...
If you are designing your own intelligent “Graden Computer” with an optional digital plant moisture sensor/water pump controller that lights an LED to alert the user when it is time to water a potted ...
Switches People make pushbutton switches on the Arduino way, way too complex. Set a digital pin to INTERNAL_PULLUP mode. It attaches a ~20kΩ pullup resistor to the pin, dragging it high.
All Arduino boards have this pin, and it's connected to the built-in voltage regulator that makes sure your board receives a stable supply. For the Nano, the VIN pin is found on Pin 30 (although ...
PWM pins work the same way across all Arduino boards, so you don't need to go out of your way to buy a Mega if you already have a board supporting PWM. On the Uno, Nano, and Mini, the PWM pins are ...