News

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 ...
Make sure to replace the `IR_PIN` with the actual GPIO pin to which your IR sensor is connected. Also, replace the example code `0x20DF10EF` with the actual IR code you want to match for specific ...
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.
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) ...
This article describes how to decode a remote controller and use it for home automation, along with Arduino. An infrared (IR) remote controller used in TVs, music players and the like uses IR rays for ...
A ToF laser ranging sensor module uses laser pulses to measure the distance between itself and a target object. The WisBlock RAK12014 ToF laser ranging sensor module is based on STMicro VL53L0X, the ...