Reference: RBD-2091
Banner

**Please be advised that the majority of our customers have left negative reviews for this product. We recommend that you do not make a purchase unless you are absolutely certain that you can successfully use it.
Note: Products are being tested.
This Infrared Obstacle Avoidance Sensor Module is an inexpensive solution to avoidance detection for robotics and other electronics uses.
It comes as an assembled module, as shown above, there are only four pins: +5-volts, GND, output, and EN. Output is an active LOW and has an onboard status LED. It’s very easy to interface directly with Arduino or other micro-controllers. It also works with the Raspberry Pi with a voltage range of 3-6 volts. Connect Vcc to 3-volts!
The enable pin “EN” will disable the device when HI (Vcc) and enable when LO (GND). The onboard jumper can be left open to allow external control of enable/disable of the module. I see no use for this function and would leave the jumper on and the pin disconnected. There are two potentiometers on the module one controlling operating frequency (centred at 38 kHz) the other controlling intensity. The detector was designed for 38 kHz and the onboard oscillator circuit is based on a 555 timer. Tweaking gives a little better range but I’d suggest leaving it alone because the useful range is narrow. It worked well as is. The maximum reliable range in my test was around 30-40 cm and depended on the type of material. A smooth white surface worked far better than a black or rough surface.
Product Images are shown for illustrative purposes only and may differ from the actual product.
Note: Product images/ Components brand may vary from actual product as our stock rotates.
Note: PCB might be different from the picture as per stock
| General Specification | |
| Working voltage | DC 3.3V – 5V |
| Working current | More than 20mA |
| Working temperature | -10 to 50 centigrade degree |
| Detection distance | 2 – 40cm |
| IO interface | 4 line (- / + / S / EN) |
| Output signal | TTL Level |
| Adjusting mode | Multi-resistance regulation |
| Effective angle | 35 degree |
| Weight (gm) | 5 |
| Dimensions in mm (LxWxH) | 40 x 16 x 11 |
| Shipment Weight | 0.01 kg |
| Shipment Dimensions | 12 × 8 × 2.5 cm |
Please allow 5% measuring deviation due to manual measurement.
int detector = 8; // define the obstacle avoidance sensor interface
int val ;
void setup ()
{
pinMode(13, OUTPUT); // Built in Arduino LED
digitalWrite (13, LOW);
pinMode (detector, INPUT) ;// define the obstacle avoidance sensor output interface
}
void loop ()
{
val = digitalRead (detector) ;
if (val == HIGH) // When the obstacle avoidance sensor detects a signal, LED flashes
{
digitalWrite (13, HIGH);
delay(100);
}
else
{
digitalWrite (13, LOW);
delay(100);
}
}1 x Infrared Obstacle Avoidance Sensor Module
Specific References
Your review appreciation cannot be sent
Report comment
Report sent
Your report cannot be sent
Write your review
Review sent
Your review cannot be sent
Reference: RBD-2091
Reference: RBD-4073
Reference: RBD-0812
Reference: RBD-2395
Brand: Hi-Link
Reference: RBD-2079
Reference: RBD-2938
Brand: DFRobot
Reference: RBD-2790
Reference: RBD-0396
Reference: RBD-1111
Reference: RBD-2835
Reference: RBD-3788
Reference: RBD-1811
Reference: RBD-2723
Reference: RBD-3094
Brand: DFRobot
Reference: RBD-1512
Reference: RBD-1202
Reference: RBD-1354
Reference: RBD-0022
Reference: RBD-0768
Reference: RBD-0015
Reference: RBD-0020
Reference: RBD-0023
Reference: RBD-0094
Reference: RBD-0149
Reference: RBD-0659
We'll slide into your inbox when the product is back in stock.
Reference: RBD-1670
Reference: RBD-0685
Reference: RBD-1728
Reference: RBD-0691
Reference: RBD-1727
Reference: RBD-0430
Reference: RBD-1207
**Please be advised that the majority of our customers have left negative reviews for this product. We recommend that you do not make a purchase unless you are absolutely certain that you can successfully use it.
Note: Products are being tested.
check_circle
check_circle