This item has closed 2 buyers bought 5 items
View other items offered by BotShop2866

Similar products

R30 shipping
17% OFF
Paradox NV5-Wired Passive Infra-Red Detector, Pet Friendly
R330.75 R399
R30 shipping
DELONGHI - INFRARED GAS HEATER
R2,899
R30 shipping
Car Parking Sensor with LCD
R649.99
R30 shipping
Manhattan Battery Powered LED Light Bar With IR
R180.29

Infrared Obstacle Avoidance Sensor module IR

New
R23.41
Closed 5 May 23 00:01
Shipping
Standard courier shipping from R60
R60 Standard shipping applies to orders under R100, in most areas in South Africa. R30 Standard shipping applies to orders over R100. Some areas may attract a R30 surcharge. This will be calculated at checkout if applicable.
Check my rate
Ready to ship in
The seller has indicated that they will usually have this item ready to ship within 3 business days. Shipping time depends on your delivery address. The most accurate delivery time will be calculated at checkout, but in general, the following shipping times apply:
 
Standard Delivery
Main centres:  1-3 business days
Regional areas: 3-4 business days
Remote areas: 3-5 business days
Get it now, pay later
Buyer Protection

Product details

Condition
New
Location
South Africa
Customer ratings:
Product code
SEN-028
Bob Shop ID
560389643

Infrared Obstacle Avoidance Sensor Module

This Infrared Obstacle Avoidance Sensors Module has a builtin IR transmitter and IR receiver that sends out IR waves and then looks for the reflected IR waves to detect the presence of any objects in front of the sensor module. The module has an on board potentiometer that let users adjust the detection range. This sensor  can be used in light and complete darkness.

Infrared Obstacle Avoidance Sensors Module Features

  • There is an obstacle, the green indicator light on the circuit board
  • Detection distance: 2 ~ 30cm
  • Detection angle: 35
  • Comparator chip: LM393
  • 3mm screw holes for easy mounting

Arduino code

EXAMPLE CODE: // IR Collision Detection Module // Henry's Benchint LED = 13; // Use the onboard Uno LEDint isObstaclePin = 7; // This is our input pinint isObstacle = HIGH; // HIGH MEANS NO Object In Front Of Sensorvoid setup() {pinMode(LED, OUTPUT);pinMode(isObstaclePin, INPUT);Serial.begin(9600);}void loop() {isObstacle = digitalRead(isObstaclePin);if (isObstacle == LOW) {Serial.println("OBSTACLE!!, DETECTED!!");digitalWrite(LED, HIGH);}else {Serial.println("clear");digitalWrite(LED, LOW);}delay(200);}

More from this seller

View all
5V relay module with Status LED
R45.83
8 Ohm 1watt Mini Speaker
R33.48
20X5mm fuse holder inline
R32
100nF Ceramic capacitor 50V (10 Pack)
R31.30

Recently viewed

R30 shipping
1080P SCART to HDMI Audio Video Converter Adapter
R604.34
R30 shipping
Bush Extractor Toolset - VW POLO / Audi
R888.16

Customer ratings: 1 ratings

Excellent service.
25 Aug 2022