News

In this tutorial, we are going to interface E18-D80NK IR Proximity Sensor with Arduino. The E18-D80NK is an advanced low-cost IR Proximity Sensor with an obstacle detection range of 3 cm to 80 cm.
Why TCRT5000 and Arduino Nano? For many people, this question would have popped up. The reason for using a TCRT5000 IR sensor is to detect the position of the thermometer and take temperature reading ...
This code is to use E18-D80NK Infrared Sensor to detect obstacle and trigger an event like starting or stopping motor or servo or relay or anything else. // Writeen by Ahmad S. for Robojax.com on // ...
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 ...
After some searching, I ended up using a microcontroller and a piece of code borrowed from the web that I tweaked and adapted. The microcontroller-based concept was chosen because I wanted to scale ...
A project-based on Arduino Uno and IR sensors is used to automatically switch on and switch off a washroom’s light (Automated Washroom Light) ...