• Banner

IR Beam Interruption Sensor - LED 3mm - 0-50 cm
  • IR Beam Interruption Sensor - LED 3mm - 0-50 cm Robotics Bangladesh
  • IR Beam Interruption Sensor - LED 3mm - 0-50 cm
  • IR Beam Interruption Sensor - LED 3mm - 0-50 cm Robotics Bangladesh
  • IR Beam Interruption Sensor - LED 3mm - 0-50 cm Robotics Bangladesh

IR Beam Interruption Sensor - LED 3mm - 0-50 cm

RBD-2661

The sensor reacts to an interruption in the beam of infrared light that is transmitted between the transmitter and receiver. When the beam is interrupted by another object, the receiver signals this event by lighting up. The module is equipped with a 3 mm IR LED with an illumination angle of 10°. Beam interruption systems are used e.g. in measuring gates.

BDT 450.00
BDT 450.00 BDT 450.00 BDT 450.00 BDT 450.00
Tax included Tax excluded Tax included Tax excluded
BDT 450.00 Tax excluded
BDT 450.00 Tax included
BDT 0.00 Tax
BDT 450.00 Tax excluded
BDT 0.00 Tax
BDT 450.00 Tax included
Quantity
20 Items

  Security policy

(edit with the Customer Reassurance module)

  Delivery policy

(edit with the Customer Reassurance module)

  Return policy

(edit with the Customer Reassurance module)

Description

Product Description: IR Beam Interruption Sensor - LED 3 mm - 0-50 cm

The sensorreacts to an interruptionof the beam of infrared lightthat is transmitted between thetransmitterandreceiver. When the beam is interrupted by another object, the receiver signals this event by lighting up. The module is equipped with a3 mm IR LEDwith an illumination angle of10°. Beam interruption systems are used e.g. in measuring gates.

Specifications of the beam interruption sensor

  • Supply voltage: 3.3 V to 5 V
  • Range: 0 cm to 50 cm
  • Diode: 3 mm IR LED
  • Illumination angle: 10°
  • Response time: up to 2 ms
  • Output: open collector

    Wiring these sensors for Arduino use is really easy.

    First up you'll need to power the transmitter. Connect the black wire to ground and the red wire directly to 3.3V or 5V power. It will draw 9mA from 3.3V (lower power) and 20mA from 5V (better range)

    Next up you'll want to connect up the receiver. Connect the black wire to ground, the red wire to 3.3V or 5V (whichever logic level you like) and then the white or yellow wire to your digital input.

    Note that you do not have to share power supply ground or power between the two, the 'signal' is sent optically.

    The receiver is open collector which means that you do need a pull up resistor. Most microcontrollers have the ability to turn on a built in pull up resistor. If you do not, connect a 10K resistor between the white wire of the receiver and the red wire.

    On an Arduino, we'll connect the signal (yellow/white) pin to Digital #4

    sensors_Irbreak.jpg

    Run this demo code on your Arduino

    /* 
      IR Breakbeam sensor demo!
    */
    
    #define LEDPIN 13
      // Pin 13: Arduino has an LED connected on pin 13
      // Pin 11: Teensy 2.0 has the LED on pin 11
      // Pin  6: Teensy++ 2.0 has the LED on pin 6
      // Pin 13: Teensy 3.0 has the LED on pin 13
    
    #define SENSORPIN 4
    
    // variables will change:
    int sensorState = 0, lastState=0;         // variable for reading the pushbutton status
    
    void setup() {
      // initialize the LED pin as an output:
      pinMode(LEDPIN, OUTPUT);      
      // initialize the sensor pin as an input:
      pinMode(SENSORPIN, INPUT);     
      digitalWrite(SENSORPIN, HIGH); // turn on the pullup
      
      Serial.begin(9600);
    }
    
    void loop(){
      // read the state of the pushbutton value:
      sensorState = digitalRead(SENSORPIN);
    
      // check if the sensor beam is broken
      // if it is, the sensorState is LOW:
      if (sensorState == LOW) {     
        // turn LED on:
        digitalWrite(LEDPIN, HIGH);  
      } 
      else {
        // turn LED off:
        digitalWrite(LEDPIN, LOW); 
      }
      
      if (sensorState && !lastState) {
        Serial.println("Unbroken");
      } 
      if (!sensorState && lastState) {
        Serial.println("Broken");
      }
      lastState = sensorState;
    }

    With the above wiring, when you put you hand between the sensor pair, the onboard LED will turn on and the serial console will print out messages:

    sensors_breakserial.png
Product Details
RBD-2661
20 Items

Specific References

EAN13
2661
Comments (0)
Grade
No customer reviews for the moment.
16 other products in the same category:

Reference: RBD-1951

Anemometer/Wind Speed Measurement Sensor 0-5V

(0)
High hardness, Corrosion protection. Waterproofness and High precision. The mode of its output signal:0-5V(Voltage signal). supply voltage: DC 12-24V. Power consumption:Voltage MAX≤0.3W. Start wind speed:0.4-0.8m/s.
BDT 2,850.00
BDT 2,850.00 tax incl.
BDT 2,850.00 tax excl.
BDT 2,850.00 tax excl.
BDT 2,850.00 tax incl.
BDT 2,850.00 tax incl.
BDT 0.00 Tax
BDT 2,850.00 tax excl.
BDT 2,850.00 tax excl.
BDT 0.00 Tax
BDT 2,850.00 tax incl.
More
In-Stock
In stock: 21

Reference: RBD-2080

Dry Reed Pipe Magnetron Magnetic switch Module

(0)
Clean, good waveform driving ability, more than 15mA. Working voltage 3.3V-5 Output format: digital switching output (0 and 1) A  fixed bolt holes for easy installation
BDT 99.00
BDT 99.00 tax incl.
BDT 99.00 tax excl.
BDT 99.00 tax excl.
BDT 99.00 tax incl.
BDT 99.00 tax incl.
BDT 0.00 Tax
BDT 99.00 tax excl.
BDT 99.00 tax excl.
BDT 0.00 Tax
BDT 99.00 tax incl.
More
In-Stock
In stock: 72

Reference: RBD-0272

Brand: Waveshare

Logic Level Converter

(0)
Voltage level: 1.8V-6V Dimension: 38mm x 31.6mm Conversion  level  range:  1.8 V-6 V Instructions for use:  (3.3 V,  5 V  to  each other) 4 pairs of power supply interfaces, supports more situation Use tantalum capacitors for power filter, provides more stability VCCB 5V  power supply  (can  be an external  5V power supply)
BDT 550.00
BDT 550.00 tax incl.
BDT 550.00 tax excl.
BDT 550.00 tax excl.
BDT 550.00 tax incl.
BDT 550.00 tax incl.
BDT 0.00 Tax
BDT 550.00 tax excl.
BDT 550.00 tax excl.
BDT 0.00 Tax
BDT 550.00 tax incl.
More
Out-of-Stock
In stock: -1

Reference: RBD-1192

Hall Effect Sensor 6851/A3144

(0)
Digital Output Hall-effect sensor. Operating voltage: typically 5V. Output Current: 25mA. It can be used to detect both the poles of a magnet.
BDT 28.00
BDT 28.00 tax incl.
BDT 28.00 tax excl.
BDT 28.00 tax excl.
BDT 28.00 tax incl.
BDT 28.00 tax incl.
BDT 0.00 Tax
BDT 28.00 tax excl.
BDT 28.00 tax excl.
BDT 0.00 Tax
BDT 28.00 tax incl.
More
In-Stock
In stock: 6

Reference: RBD-0678

MQ-9 Gas Leakage Detection Sensor

(0)
Good sensitivity to CO/Combustible Gas High sensitivity to Methane, Propane, and CO Long life and low cost Simple drive circuit Input voltage: DC 5±0.2V Current Consumption: 150mA
BDT 194.00
BDT 194.00 tax incl.
BDT 194.00 tax excl.
BDT 194.00 tax excl.
BDT 194.00 tax incl.
BDT 194.00 tax incl.
BDT 0.00 Tax
BDT 194.00 tax excl.
BDT 194.00 tax excl.
BDT 0.00 Tax
BDT 194.00 tax incl.
More
In-Stock
In stock: 6

Reference: RBD-2229

Piezoelectric Vibration Sensor Module with Analog & Digital Output

(0)
Highly sensitive and reliable Piezoelectric Vibration Sensor Module Detects vibration and measures acceleration Analog and digital outputs Suitable for industrial control systems, robotics, automotive, and consumer electronics
BDT 180.00
BDT 180.00 tax incl.
BDT 180.00 tax excl.
BDT 180.00 tax excl.
BDT 180.00 tax incl.
BDT 180.00 tax incl.
BDT 0.00 Tax
BDT 180.00 tax excl.
BDT 180.00 tax excl.
BDT 0.00 Tax
BDT 180.00 tax incl.
More
In-Stock
In stock: 29

Reference: RBD-0492

Omron Proximity Sensor Switch E2E-X5MF2-Z

(0)
Proximity-sensing / Diffuse Type Voltage: DC 6-36V Current: 300mA Sensory Distance: 5mm
BDT 1,299.00
BDT 1,299.00 tax incl.
BDT 1,299.00 tax excl.
BDT 1,299.00 tax excl.
BDT 1,299.00 tax incl.
BDT 1,299.00 tax incl.
BDT 0.00 Tax
BDT 1,299.00 tax excl.
BDT 1,299.00 tax excl.
BDT 0.00 Tax
BDT 1,299.00 tax incl.
More
In-Stock
In stock: 10

Reference: RBD-2088

Tilt Switch Sensor Module For Arduino

(0)
Operating Voltage: 5v DC. This module is Small and Simple to use. Digital switch output (0 & 1) High sensitivity Completes the circuit when the module is tilted LED lights up when tilt switch is activated
BDT 65.00
BDT 65.00 tax incl.
BDT 65.00 tax excl.
BDT 65.00 tax excl.
BDT 65.00 tax incl.
BDT 65.00 tax incl.
BDT 0.00 Tax
BDT 65.00 tax excl.
BDT 65.00 tax excl.
BDT 0.00 Tax
BDT 65.00 tax incl.
More
In-Stock
In stock: 81

Reference: RBD-1716

PM2.5 Air Quality Sensor PMS5003 High Precision Digital Output Module

(0)
Working Voltage: 5.0V Maximum Working Current: 100mA Data Interface Level: L<0.8V, H>2.7V, maximum voltage level 3.3V Particle Measurement Range: 0.3 ~ 1.0μm; 1.0 ~ 2.5μm; 2.5 ~ 10μm Note: Please purchase this adapter board to use it with Arduino and Raspberry Pi. 
BDT 2,990.00
BDT 2,990.00 tax incl.
BDT 2,990.00 tax excl.
BDT 2,990.00 tax excl.
BDT 2,990.00 tax incl.
BDT 2,990.00 tax incl.
BDT 0.00 Tax
BDT 2,990.00 tax excl.
BDT 2,990.00 tax excl.
BDT 0.00 Tax
BDT 2,990.00 tax incl.
More
In-Stock
In stock: 6

Reference: RBD-2342

I2C SMBUS INA3221 Triple-Channel Shunt Current Power Supply Voltage Monitor Sensor Board

(0)
INA3221 3 Channel Shunt Current Voltage Monitor Sensor, high-side current and bus voltage monitor with an I2C- and SMBUS-compatible interface
BDT 350.00
BDT 350.00 tax incl.
BDT 350.00 tax excl.
BDT 350.00 tax excl.
BDT 350.00 tax incl.
BDT 350.00 tax incl.
BDT 0.00 Tax
BDT 350.00 tax excl.
BDT 350.00 tax excl.
BDT 0.00 Tax
BDT 350.00 tax incl.
More
In stock
In stock: 38

Reference: RBD-0429

BH1750FVI Digital Light intensity Sensor

(0)
High precision determination accurate to 1 Lu for different lights Operating Voltage: 3-5VDC Built-in 16bit A/D converter I2C interface
BDT 235.00
BDT 235.00 tax incl.
BDT 235.00 tax excl.
BDT 235.00 tax excl.
BDT 235.00 tax incl.
BDT 235.00 tax incl.
BDT 0.00 Tax
BDT 235.00 tax excl.
BDT 235.00 tax excl.
BDT 0.00 Tax
BDT 235.00 tax incl.
More
In-Stock
In stock: 38

Reference: RBD-2231

CJMCU-3216 AP3216 Digital Optical Proximity Sensor

(0)
Working voltage:2.8-3.8V ALS, IR LED and Proximity Detector in an Optical Module; Ambient Light Sensing (ALS); Approximates Human Eye Response; Programmable Interrupt Function with Upper and Lower Threshold; Up to 16-Bit Resolution; High Sensitivity Operates Behind Darkened Glass; Low Lux Performance at 0.01 lux;
BDT 450.00
BDT 450.00 tax incl.
BDT 450.00 tax excl.
BDT 450.00 tax excl.
BDT 450.00 tax incl.
BDT 450.00 tax incl.
BDT 0.00 Tax
BDT 450.00 tax excl.
BDT 450.00 tax excl.
BDT 0.00 Tax
BDT 450.00 tax incl.
More
In-Stock
In stock: 24

Reference: RBD-0700

GY- BMI160 6DOF Gravity Accelerometer Sensor

(0)
Operating Voltage: 3.3V-5.5V Low Power Consumption High Accuracy Small Size
BDT 390.00
BDT 390.00 tax incl.
BDT 390.00 tax excl.
BDT 390.00 tax excl.
BDT 390.00 tax incl.
BDT 390.00 tax incl.
BDT 0.00 Tax
BDT 390.00 tax excl.
BDT 390.00 tax excl.
BDT 0.00 Tax
BDT 390.00 tax incl.
More
In-Stock
In stock: 40

Reference: RBD-0149

Flame Sensor Fire Detection Module

(0)
Output Channel: 1 Power Supply: 3.3/5V Built in a potentiometer for sensitivity control. Onboard signal output indication, output effective signal is high, at the same time the indicator light up, the output signal can directly connect to microcontroller IO. Detection angle about 60 degrees, the flame spectrum especially sensitive. The flame of the most...
BDT 69.00
BDT 69.00 tax incl.
BDT 69.00 tax excl.
BDT 69.00 tax excl.
BDT 69.00 tax incl.
BDT 69.00 tax incl.
BDT 0.00 Tax
BDT 69.00 tax excl.
BDT 69.00 tax excl.
BDT 0.00 Tax
BDT 69.00 tax incl.
More
In-Stock
In stock: 737

Reference: RBD-2100

Flame Sensor Module

(0)
Comparator chip LM393 makes module readings stable. Operating voltage 3.3V-5V. Fast Response Time Sensitivity adjustable Detects a flame or a light source of a wavelength in the range of 760nm-1100 nm. Detection range: up to 100 cm. Adjustable detection range. Detection angle about 60 degrees, it is sensitive to the flame spectrum.
BDT 85.00
BDT 85.00 tax incl.
BDT 85.00 tax excl.
BDT 85.00 tax excl.
BDT 85.00 tax incl.
BDT 85.00 tax incl.
BDT 0.00 Tax
BDT 85.00 tax excl.
BDT 85.00 tax excl.
BDT 0.00 Tax
BDT 85.00 tax incl.
More
In-Stock
In stock: 59

Reference: RBD-0687

BMP280 Pressure Sensor Module

(0)
Operating Voltage: 1.71V to 3.6V – would typically be operated from 3.3V. Operating Temperature: -40 to +85 deg. Celsius (full accuracy between 0 and +65 deg. C). Peak current: 1.12mA. RoboticsBD Operating Pressure: 300 hPa to 1100 hPa. Accuracy between 700 to 900hPa and 25 to 40 deg. C: ±0.12hPa and ±1.0m.
BDT 290.00
BDT 290.00 tax incl.
BDT 290.00 tax excl.
BDT 290.00 tax excl.
BDT 290.00 tax incl.
BDT 290.00 tax incl.
BDT 0.00 Tax
BDT 290.00 tax excl.
BDT 290.00 tax excl.
BDT 0.00 Tax
BDT 290.00 tax incl.
More
In-Stock
In stock: 14

Follow us on Facebook