This is an easy tutorial showing how you can control the brightness of an LED or adjust the speed of a DC fan using Arduino Board, a small BC547 transistor and a potentiometer. In my example the whole ...
Looking for a simple circuit to control the light intensity of Light Emitting Diodes (LEDs) or similar lighting sources? Here is an Arduino based circuit with three independent pulse width modulated ...
The basis: 24V system of multi-coloured LED garlands for Christmas trees with 220V transformer and rectifier. The brightness of the garlands is fixed. Project: animate the LED lights with an Arduino ...
void loop() { // إذا الزر مضغوط → شغل الليد digitalWrite(led1, digitalRead(button1)); digitalWrite(led2, digitalRead(button2)); digitalWrite(led3, digitalRead(button3)); } How It Works: Each button is ...
Want to control the colors in your home? Sure, you could just buy a Philips Hue bulb, but where’s the hacking fun in that? [Dario] agrees: he has written a tutorial on building an Arduino-controlled ...
#AUTOMATIC_TRAFFIC_LIGHT_CONTROL Traffic Light Control System Using MIcrocontroller(Arduino UNO). This project uses an Arduino to control three LEDs connected to pins 10, 11, and 12. The code sets up ...
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 decided to ...