News

I had the idea of building this Arduino icicle lights project during the making of the light dimmer circuit and the result can be seen below. Is not a complicated project so it can be done easily by ...
In this article I will add some simple Arduino LED projects starting with basic ones like how to turn on an LED, blinking, and more. Every step will have the code, the schematic, photos of the project ...
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 and RX – to indicate traffic on the serial bus. Except, on the Micro ...
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 ...
Sure, it won’t replace a $12,000 cable tester, but it doesn’t have to. Another simple circuit (if you don’t count the scope) that is useful for cable testing is a time domain reflectometer.
Microcontroller port pins can typically be driven either high or low, or else be put into an "input" or high-impedance state. This circuit uses the three states to drive two separate LEDs with one ...
[Mark] from SpikenzieLabs was wrapping up a project using an Arduino the other day and found himself in need of a few more I/O pins. He could have added extra circuitry to the project, but he decid… ...