Creating a traffic light system with IR sensors and Arduino cameras to manage traffic // Define IR sensor pins #define IR_SENSOR1_PIN 2 #define IR_SENSOR2_PIN 3 // Define traffic light pins #define ...
This project demonstrates how to create an anti-sleep alarm system for drivers using an Arduino Nano and a Relay Module. The system detects signs of drowsiness or fatigue in the driver and triggers an ...
As you might have noticed, the 38-KHz pulse generator is built around the evergreen timer chip NE555P (IC1). Here, the RC components (R5-C3-P1) set the astable frequency to drive the infrared light ...
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 ...
This project is meant to control electrical appliances like fans and lights. You can configure two Yoda modules, one as receiver and the other as transmitter, to control relays that switch on fans and ...