This item has closed 1 buyer bought 4 items
View other items offered by BotShop3158

Similar products

Infrared (IR) Obstacle Avoidance Sensor
New
R39.67
BME280 Barometric Pressure Sensor Module
New
R112.41
Digital Temperature Thermistor Sensor Module
New
R20.00
Human Body Ir Pyroelectric Sensor Module Ke2039
New
R94.29
Infrared Obstacle Avoidance Sensor module IR
Sold

Infrared Obstacle Avoidance Sensor module IR

New 80 were available
R23.41
Shipping
R65.00 Standard shipping applies to orders under R100.00, in most areas in South Africa. R35.00 Standard shipping applies to orders over R100.00. Some areas may attract a surcharge surcharge. This will be calculated at checkout if applicable.
Check my rate
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
Buyer protection
Get it now, pay later

Product details

Condition
New
Location
South Africa
Customer ratings:
Product code
irobst-286
Bob Shop ID
521373671

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 Bench
int LED = 13; // Use the onboard Uno LED
int isObstaclePin = 7; // This is our input pin
int isObstacle = HIGH; // HIGH MEANS NO Object In Front Of Sensor

void 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);
}

Recently viewed

See more
Sagemcom wireless broadband wifi router
Secondhand
R120.00
7% OFF
17 - 32” Counterbalance Bracket for a Single LED/LCD Screen
New
R1,763.00 R1,889.00
Handbook of Fixture Design, Principles & Design of Maxchining, Assembly & Inspection by Wilson
Secondhand
R200.00 No bids
4 x GPC De Kock R2 Consecutive No. notes 2nd Issue
Secondhand
R275.00 No bids

Customer ratings: 1 ratings

Well done! Quick delivery and great service
02 Aug 2021