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 ...
Have you ever wondered how speed guns measure the speed of moving vehicles or how an athlete's sprint speed is recorded? Normally these speed sensors work with radar or laser technology to bounce back ...
GitHub

IR_Sensor_With_Arduino

Controlling an LED with Arduino Using an IR Sensor An Infrared (IR) sensor is a commonly used device for proximity detection and object sensing. When combined with an Arduino and an LED, it can create ...
This project demonstrates how to measure distance using a Sharp IR sensor with an Arduino UNO. The sensor will read the distance to an object and print the value to the Serial Monitor. Connect the VCC ...