• How to Place an Order

  • Store Pick Up

  • Request for Quotation/ International Sourcing

  • Order Status

Reference: RBD-0351

MIFARE Classic 1K RFID NFC Smart Card 13.56MHz Printable

Contactless transmission of data and supply energy (no battery needed) Operating distance: Up to 100mm (depending on antenna geometry) RoboticsBD Operating frequency: 13.56MHz Data transfer: 106 kbit/s Data integrity: 16 Bit CRC, parity, bit coding bit counting Anticollision Typical ticketing transaction: <100 ms ( including backup management)...

Price BDT 32
More
In-Stock
All best sellers
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 Robotics Bangladesh
  • 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
rating Read the review
Average rating: 5/5 Number of reviews: 1
Quantity
In Stock

6 people have purchased this item recently
9 people added this item to the cart in last 10 days
14 items in stock in Uttara, Dhaka
  • Store Pickup Available! Store Pickup Available!
  • Free Ship Over 5000 BDT Free Ship Over 5000 BDT
  • Quality Product Quality Product
  • No Warranty No Warranty
  • No Replacement No Replacement

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

What is the price of IR Beam Interruption Sensor - LED 3mm - 0-50 cm in Bangladesh?

The latest price of IR Beam Interruption Sensor - LED 3mm - 0-50 cm in Bangladesh is BDT 450 You can buy the IR Beam Interruption Sensor - LED 3mm - 0-50 cm at best price from our RoboticsBD or visit RoboticsBD Office.

Please note that the product information provided on our website may not be entirely accurate as it is collected from various sources on the web. While we strive to provide the most up-to-date information possible, we cannot guarantee its accuracy. We recommend that you always read the product labels, warnings, and directions before using any product.

Product Images are shown for illustrative purposes only and may differ from the actual product.

Product Details
RBD-2661
14 Items
All product reviews are from verified purchases and are comply with DIRECTIVE (EU) 2019/2161
rating
good
30 other products in the same category:

Reference: RBD-2214

EMG Muscle Sensor With Cable And Electrodes Controller Detects Muscle Activity

EMG muscle sensor V3.0 with cable and electrodes Measures the electrical activity of muscles High signal quality for accurate and reliable measurement Adjustable gain and filtering for signal conditioning Compatible with various types of microcontrollers and data acquisition systems Comes with reusable electrodes and a 3.5mm jack cable for easy connection

Price BDT 2,550
More
In-Stock

Reference: RBD-2781

M03 Non-Contact Liquid Level Detection Module Sensor

The M03 Non-Contact Liquid Level Detection Module Sensor offers reliable liquid level sensing without direct contact, ensuring convenience and accuracy in various applications. Designed for durability and refined performance, this module extends service life while providing accurate liquid level detection.Power supply voltage range of 3.3-5V

Price BDT 350
More
In Stock

Reference: RBD-1919

GY-9255 MPU9255 Sensor Module

Acceleration, Gyroscope Power Supply: DC3.3V-5V Chip: MPU9250 Gyro range : ± 250 500 1000 2000 ° / s Acceleration range: ± 2 ± 4 ± 8 ± 16g 9 DOF modulesThe magnetometer is currently inaccessible via I2C and therefore unavailable.True 9dof: Gravity 10 DOF IMU AHRS BNO055 + BMP280 True 9dof: GY-BNO055 9DOF Absolute Orientation IMU Sensor Module (I2C) –...

Price BDT 1,300
More
In-Stock

Reference: RBD-0320

MAX6675 Module + K Type Thermocouple Sensor (Arduino Compatiable)

Internal integrated cold junction compensation circuit. RoboticsBD With a simple three serial SPI interface; Temperature signal can be converted into 12-bit digital Embedded thermocouple break detection circuitry. High impedance differential inputs. Operating Voltage(VDC): 3 to 5.5 Temperature Range(°C):-30°C - 150 °C Cold Junction Compensation Range(°C):...

Price BDT 379 Regular price BDT 450
More
In-Stock

Reference: RBD-3656

Shake Sensor Module Vibration/Movement Detection Switch

The Shake Switch Module is a simple and compact motion detection sensor that responds to directional shaking or vibration. Designed to output a high signal when activated, this module is ideal for basic motion-triggered projects such as alarms, interactive electronics, or energy-saving systems. It operates reliably on 3.3V to 5V, making it compatible with...

Price BDT 180
More
In Stock

Reference: RBD-2056

PT-100 RTD Temperature Sensor 3 Wire 50cm

Mounting form Polish rod probe The Probe material: Stainless steel Probe diameter: 4mm Length of the probe: 30mm Cabel material Silver plated copper (not insulated), PTFE Silver plated copper (Waterproof, insulated) Accuracy ±(0.3°C+0.5%|t|) Thermal response time: <0.5sSize: 4*30*500mmRange: -50C ~ 200C

Price BDT 490
More
In-Stock

Reference: RBD-2221

10.525GHz HB100X Microwave Sensor Module

Microwave sensor module Uses 10.525 GHz band to detect movement Easy to use, can be connected directly to a microcontroller Built-in amplifier Ideal for use with a microcontroller Widely used in industrial, transportation, and civil devices

Price BDT 1,190
More
In-Stock

Reference: RBD-0382

GY-87 10DOF MPU6050 HMC5883L BMP180 Sensor Module

3-axis Gyro+Acceleration+Magnetic Fiel Air Pressure Module Power supply: 3-5V Build in ultra low noise linear LDO voltage regulator Built-in onboard filters, which reduce noise from motor and other high current electronics You can easily select two I2C address for MPU6050 by soldered jumper. RoboticsBD

Price BDT 690
More
In-Stock

Reference: RBD-3579

Wind Direction Sensor Replacement Part for WH Series Wireless Weather Stations

This Wind Direction Sensor is a high-quality replacement component specifically designed for WH series wireless weather stations, including the WH2081 model. Whether you're maintaining your existing weather monitoring setup or replacing a faulty part, this sensor ensures accurate and reliable wind direction readings for continued environmental tracking.

Price BDT 5,590
More
In Stock

Reference: RBD-2678

Surface Transducer - Large

Surface transducers give you the awesome power to turn almost any surface into a speaker. They're essentially just a speaker except instead of a cone, the coil is attached to a pad that conducts the vibration into whatever you press it against. Hook it up to an audio source and press it against the nearest table, wall or cardboard box. You can even put it...

Price BDT 2,490
More
In Stock

Reference: RBD-1111

Geiger Counter Kit Nuclear Radiation Detector Gamma Ray Build Radiation Monitoring Station

This is one open-source Geiger Counter project which could be used to detect nuclear radiation. The schematic and code and other helpful files are listed in this package. All the codes are designed and tested on this kit, these materials are useful for DIY Geiger Counter Kit Nuclear Radiation Detectors or Radiation Monitoring Stations. Note: The kit comes...

Price BDT 5,890
More
In-Stock

Reference: RBD-2841

Humidity Sensor SYH-2R - no case

The Humidity Sensor SYH-2R is an analog air humidity sensor designed to accurately measure humidity levels by changing resistance in response to varying humidity conditions. Operating within a wide range from 10% to 95% relative humidity (RH), this sensor provides reliable data on ambient moisture levels. The sensor module comes without a case, offering...

Price BDT 80
More
In Stock

Reference: RBD-2326

Brand: DFRobot

Gravity Analog Heart Rate Monitor Sensor (ECG) for Arduino

Gravity Analog Heart Rate Monitor Sensor (ECG) for Arduino with AD8232 chip Measures and outputs heart electrical activity as an analog ECG signal Compatible with Arduino, Raspberry Pi, Intel Edison, Joule, and Curie Features a Gravity Interface for easy plug-and-play integration Operates at 3.3V to 6V, with a compact design for various health monitoring...

Price BDT 2,910
More
In-Stock

Reference: RBD-2410

Sensor Shield V5 Expansion Board For Arduino

Upgraded Expansion Board: Retains V4.0 benefits with additional interfaces. Wide Compatibility: Connects sensors, servos, relays, and other modules effortlessly. Enhanced Design: Features laminated PCB with immersion gold processing. Versatile Interfaces: Includes IIC, Bluetooth, SD card, and ultrasonic sensor connections. Servo Support: Provides...

Price BDT 290
More
In-Stock

Reference: RBD-0677

MQ-8 Hydrogen Gas Sensor

Using high-quality dual-panel design, with power indicator and TTL signal output instructions. The switching signal having a DO (TTL) output and analog output AO. TTL output valid signal is low. The higher the voltage, the concentration of the analog output voltage is higher. A hydrogen gas detection with good sensitivity. Has a long life and reliable...

Price BDT 177
More
In-Stock

Reference: RBD-0687

BMP280 Pressure Sensor Module

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.

Price BDT 290
More
In-Stock

Reference: RBD-2170

100mm x 100mm Medium Magnetic Field Viewing Paper

Visualize magnetic fields with ease using the field paper Large size of 100mm x 100mm for a clear and detailed view Micro-encapsulated film enables visualization of magnetic fields Suitable for use with any magnet Lightweight and compact for easy handling and storage

Price BDT 2,199
More
In-Stock

Reference: RBD-2962

1.6MPa G1/4" inch 5V Stainless Steel Pressure Transducer Sensor

Introducing the latest addition to RoboticsBD's product lineup, the 1.6MPa Stainless Steel Pressure Transducer Sensor. Crafted with high-quality stainless steel, this pressure transducer offers exceptional rigidity and durability, making it ideal for a variety of applications.

Price BDT 4,250
More
In Stock

Reference: RBD-2095

Infrared Obstacle Avoidance Sensor Module

Detection distance: 2-40cm IO Interface: 4-wire interfaces (- / + / S / EN) Output signal: TTL level Adjustment: adjust multi-turn resistance Effective angle: 35 ° **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...

Price BDT 90
More
In-Stock
Customers who bought this product also bought:

Reference: RBD-3099

VL53L1X Laser Ranging Sensor Time-of-Flight (ToF)

The VL53L1X is an advanced Time-of-Flight (ToF) laser-ranging sensor, designed to expand the capabilities of the ST FlightSense™ product line. This miniature, high-performance sensor stands out as the fastest ToF sensor available, capable of accurate ranging up to 4 meters with a rapid ranging frequency of up to 50 Hz. Ideal for applications requiring...

Price BDT 580
More
In Stock

Reference: RBD-1875

Cable For Arduino Leonardo/ DUE (USB A to Micro B)-30cm

Fully compatible with the PC. Moulded strain relief and PVC over moulding to ensure a lifetime of error-free data transmissions. Aluminium under mould shield helps meet FCC requirements on KMI/RFI interference. Foil and braid shield complies with fully rated cable specifications reducing EMI/FRI interference.

Price BDT 185
More
In-Stock

Reference: RBD-2818

433MHz spring antenna

Ideal for transmitting and receiving radio waves at 433MHz frequency. Spring form factor saves space and simplifies integration. Gold-plated finish offers lasting performance (other plating options available). Solder-type connection for efficient integration.

Price BDT 100
More
In-Stock

Reference: RBD-0948

ESP32 ESP-32S 30P NodeMCU Development Board Wireless WiFi

Built-in Flash: 32Mbit Power supply: 5V WiFi protocol: IEEE 802.11 b/g/n Peripheral interface: UART/GPIO/ADC/DAC/SDIO/PWM/I2C/I2S Logic level: 3.3V A high-quality USB cable is essential for this board to ensure sufficient current supply; otherwise, your board may not be recognized by the Windows Device Manager. Please avoid using mobile phone cables and...

Price BDT 449
More
In-Stock

Follow us on Facebook