News

Objective: To build a system where an LED blinks whenever the IR sensor detects an object within its proximity range. This can be used in various applications, such as a simple object detection system ...
int IRSensor = 8; // connect ir sensor to arduino pin 2 int LED = 11; // connect Led to arduino pin 13 ...