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 ...
void loop() { // إذا الزر مضغوط → شغل الليد digitalWrite(led1, digitalRead(button1)); digitalWrite(led2, digitalRead(button2)); digitalWrite(led3, digitalRead(button3)); } How It Works: Each button is ...
Regular candles can be awfully boring at times. They can only produce one color and the flicker is so… predictable. They can’t even be controlled by an infrared remote control, not to mention the ...
Building IoT projects with touchscreens used to be a headache, involving numerous components, messy wiring, and endless troubleshooting. But the ESP32-S3 Box-3 makes things way easier. It is an all-in ...
In a previous article, I discussed LEDs in general and their properties. In this write-up, I want to give some examples of driving LEDs and comparing a few of the most commonly used methods. There is ...
void setup() { pinMode(2, INPUT); // Blue_button pinMode(8, OUTPUT); // Blue_LED pinMode(3, INPUT); // Yellow_button pinMode(9, OUTPUT); // Yellow_LED pinMode(4 ...
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 ...
Arduino enthusiasts, hobbyists and makers looking to control their projects from afar. May be interested in a new customisable wireless remote control designed by Schindler Technologies for the ...