I recently had to build an infrared close proximity sensor that could tell if something was dropped in a parcel delivery drop box. After some searching, I ended up using a microcontroller and a piece ...
pinMode(IR_Pin, INPUT); // make the IR pin an INPUT: pinMode(GLED_Pin, OUTPUT); // make the LED pin an OUTPUT: pinMode(RLED_Pin, OUTPUT); // make the LED pin an input: ...
Arduino Sensor Interfacing (Flex sensor, IR Sensor, PIR ,BMP180, LM35, LM75 Refer below Tutorials for external sensor interfacing with Arduino - Visit for simillar projects at ...
Smart Automatic Light System using Arduino .... I successfully designed and implemented a basic automation light system using Arduino,IR sensor ,and LED. Here the system automatically turns ON the ...