
Reference: RBD-1354
Jumper Wire Single Medium
Length: 8 inches/20 CM (Long) Material: Copper Plated Pin Spacing: 2.54mm.
Reference: RBD-1354
Length: 8 inches/20 CM (Long) Material: Copper Plated Pin Spacing: 2.54mm.
Reference: 0245
Choose your desire Resistor value from below:
Reference: 0031
3 Types Available (Please select from option) 1. Male to Male 2. Male to Female 3. Female-Female
Reference: RBD-0768
Size: 5mm Color: RED Head Shape: Round Lens Appearance: Transparent
Reference: RBD-0761
Breadboard friendly Mounting Style: Through Hole Mounting Direction: Vertical
Reference: RBD-0351
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)...
Reference: RBD-0094
Arduino UNO in Bangladesh Micro-controller : ATmega328. Operating Voltage : 5V. Input Voltage (recommended) : 7-12V. Digital I/O Pins : 14 (of which 6 provide PWM output). Analog Input Pins : 6.
This is a BH1750 light intensity sensor breakout board with a 16 bit AD converter built-in which can directly output a digital signal, there is no need for complicated calculations. This is a more accurate and easier to use version of the simple LDR which only outputs a voltage that needs to be calculated in order to obtain meaningful data. With the BH1750 Light Sensor intensity can be directly measured by the luxmeter, without needing to make calculations. The data which is output by this sensor is directly output in Lux (Lx). When objects which are lighted in homogeneous get the 1 lx luminous flux in one square meter ,their light intensity is 1lx. Sometimes to take good advantage of the illuminant, you can add a reflector to the illuminant. So that there will be more luminous flux in some directions and it can increase the ilumination of the target surface.
#include <Wire.h> //BH1750 IIC Mode
#include <math.h>
int BH1750address = 0x23; //setting i2c address
byte buff[2];
void setup()
{
Wire.begin();
Serial.begin(57600);//init Serial rate
}
void loop()
{
int i;
uint16_t val=0;
BH1750_Init(BH1750address);
delay(200);
if(2==BH1750_Read(BH1750address))
{
val=((buff[0]<<8)|buff[1])/1.2;
Serial.print(val,DEC);
Serial.println("[lx]");
}
delay(150);
}
int BH1750_Read(int address) //
{
int i=0;
Wire.beginTransmission(address);
Wire.requestFrom(address, 2);
while(Wire.available()) //
{
buff[i] = Wire.receive(); // receive one byte
i++;
}
Wire.endTransmission();
return i;
}
void BH1750_Init(int address)
{
Wire.beginTransmission(address);
Wire.send(0x10);//1lx reolution 120ms
Wire.endTransmission();
}
General Specification | |
Type | GY-30 |
Operating Voltage (VDC) | 3 ~ 5 |
Analog to Digital Converter | Build-in 16-bit |
Interface | I2C |
Date Range | 0~65535 |
Length (mm) | 33 |
Width (mm) | 15 |
Height (mm) | 2 |
Weight (gm) | 3 |
Shipment Weight | 0.005 kg |
Shipment Dimensions | 6 × 9 × 1 cm |
1 x BH1750FVI Digital Light intensity Sensor
Reference: RBD-0354
Approximates Human eye Response Extremely wide dynamic range 1 to 600,000,000 Counts Lux Range: 188u Lux sensitivity, up to 88,000 Lux input measurements Voltage range: 3.3-5V into the onboard regulator This board/chip uses I2C 7-bit addresses 0x29 and 0x28. RoboticsBD
Reference: RBD-0357
Operating voltage (VCC): 3 V to 5V Operating current: 120μA (typical) 190μA (max) Operating Temperature: -40°C ~ +85°C Photodiode sensitive to UV-A and UV-B Embedded operational amplifier Analog voltage output Low supply current (300uA type) and low standby current (0.1uA type) RoboticsBD
Reference: RBD-0823
LDR module 4 PIN Operating voltage 3.3V-5V Signal output indicator light. LDR module 4 PIN Able to detect ambient brightness and light intensity Adjustable sensitivity (via blue digital potentiometer adjustment)
Reference: RBD-321
New PT-100 Temperature Sensor AvailableClick Here PT100 Platinum Resister Temperature Sensor Waterproof Probe -20℃ ~ 450℃
Reference: RBD-0688
Wide input supply (2.5 V to 12V) Easy to integrate (V+, GND, and Data) The device in deep sleep mode when Data pin is grounded Very small dimension.
Reference: RBD-2089
Consists of a mercury switch 680Ω resistor LED that will light up when tilt is detected.
Reference: RBD-0923
Measuring range: temperature -40-80 ℃; humidity 0; 99.9%RH Measurement accuracy (25℃): temperature: + 0.5; humidity: + 2%RH (10; 90%RH) Resolution: temperature: 0.1 ℃, humidity: 0.1%RH Attenuation value: temperature: <1℃ / year; humidity: < 1%RH/ years High precision Capacitive type Full range temperature compensated Relative humidity and...
Reference: RBD-1243
Resolution: 500dpi Supply current: <60mA Supply voltage: 3.3V Fingerprint image entry time: <1.0 seconds Peak current: <60mA
Reference: RBD-0425
Model: GY-APDS9960-3.3 Chip: APDS-9960 Power Supply: 3.3VDC Communication Through I2C Protocol. RoboticsBD
Reference: RBD-2141
Rating contract (Max.): 10 W Switching power supply (Max.): 110VDC Resistance contract (Max.): 100 Ω Appro. Float Ball Size (mm) : 24×17 (LxD) Body Total Length (mm) : 85 Cable Length (cm) : 37 Total Float opening: 70° Switch ON/OFF angle Approx. betn 15° to 20°
Reference: RBD-1974
Brand: DFRobot
One-click learn Machine Learning Enabled Onboard Screen Extreme Performance
Reference: RBD-0337
Brand: Waveshare
Detection depth: 48mm Power: 2.0V ~ 5.0V Dimension: 19.0mm * 63.0mm Mounting holes size: 2.0mm
Reference: RBD-1063
Temperature Control Range(°C): -50 to +110 Resolution @-9.9°C to +99.9°C: 0.1°C Resolution @all temperatures: 1°C Accuracy: 0.1°C Refresh Rate(s): 0.5 Supply Voltage(V): 12 Measuring Inputs: NTC10K Cable Length: 0.5 Meter Output Type: 1 Channel Relay Output Capacity: 10A
Reference: RBD-1207
High-Quality Tracker Sensor The module is a convenient carrier for eight IR emitter and receiver pairs evenly paced. Distance between each IR Sensor: 15mm Uses 5 sensors for best resolution Great useful in building fast line following and grid navigating robots Comes with easy to use digital outputs with a direct connection to microcontrollers The array...
Reference: RBD-2139
1) A precise 12bit AD converter 2) Detects conductance of the skin
Reference: RBD-2144
Automatic induction: to enter the sensing range Ultra-small size. Repeatable trigger Wide operating voltage range Micropower: quiescent current <50 Output high signal: easy docking and all kinds of circuits.
Reference: RBD-1111
Technical parameters diameter:Φ10±0.5mm Total length: 90±2mm Starting voltage: < 350V Recommended operating voltage: 380V Minimum plateau length: 80V Maximum plateau slope: 10%/80V Extreme operating voltage: 550V The maximum count rate: 25 times / min Life: > 1 x 10^9 pulse Medium temperature: -40 ~ 55 ℃ Size:108x63x20mm
Reference: RBD-1188
5 mm Clear Transparent Round Small Lens (Emitting Angle: 30 degrees) Forward Voltage / Direct Current : DC 1.5 Volt 20 mA (Low Voltage Energy Saving) Infrared Ray 850nm (Luminous Invisible Light) for Night Vision CCTV Security Camera Polarity (1.5 V) : Anode (Longer Part) | Cathode (Shorter Part)
Reference: RBD-0673
Detecting range: 300~10000ppm Signal output indicator. Dual Signal output (analog output and TTL output). The TTL output signal is low level, allows us to connect with SCM directly. Analog output 0~5V voltage. Quick response and recovery. RoboticsBD
Reference: RBD-0685
Detection distance: 2 ~ 30cm Detection angle: 35 ° Comparator chip: LM393 3mm screw holes for easy mounting
Reference: RBD-0915
Maximum effective distance up to 150mm Less than 100ms decoding time Support external antenna Uart interface Support EM4100 compatible read-only or read/write tags Small outline design
Reference: RBD-2092
Product Type: LED Shape: Round LED 5mm DIP type Color: pink yellow-green (high brightness) Lens type: white mist Standard Forward Voltage:3.0-4 .5 V
Reference: RBD-0150
Output Power: 5mW Working Voltage: 3-3.3V DC Working temperature: -10 ℃~+40 ℃ Housing material: Copper Working life: more than 2000 hours Spot mode: Dot Facula (continuous output) Laser wavelength: 650nm red-colored. Operating current: <40mA Power lead length: 120mm. 5V could damage the laser
Reference: RBD-1022
Main chip: LM393, Electret condenser microphone Working voltage: DC 3.3-5V Induction distance is 0.5M Signal output Indication Single channel signal output The output effective signal is low level.
Reference: RBD-1699
Brand: SparkFun Electronics
Simple switches Detect a collision SPST switch
Reference: RBD-1200
Very low supply current Photo-detector and preamplifier in one package Internal filter for PCM frequency Improved shielding against EMI Supply voltage: 2.5 V to 5.5 V Improved immunity against ambient light
Reference: RBD-0686
Supply voltage 5-30VDC Detection distance 10mm (effective detection distance 0-10mm) Load current 150MA (no more than) Output form NPN three lines
Reference: RBD-2077
Operating Voltage:2.0v ~ 2.5v Current:10mA Diameter:3mm Wavelength:571nm + 644nm Beam Angle:150
Reference: RBD-1654
5 In 1 Portable CO2 Detector Air Quality Detector Intelligent Air Detector Temperature and Humidity Sensor Carbon Dioxide Monitor TVOC Formaldehyde Detection HCHO Detector Color Black
Reference: RBD-1848
Compact Design Country Specific pressure Multiple Displayable Unit Multi-colored, two-part display Alphanumeric display
Reference: RBD-0428
Operational Voltage: 3.3V. Ambient Light & RGB Color Sensing. Proximity Sensing. Gesture Detection. Operating Range: 4-8in (10-20cm). I2C Interface (I2C Address: 0x39). RoboticsBD
Reference: RBD-0163
Product Type: Humidity Module Sensor Working voltage range DC 5.0±0.2V Output voltage range (corresponding to 0-100%RH) DC 1-3.19V Test accuracy 5% RH
Reference: RBD-0676
Operating voltage: DC 5 V. The analog output voltage, the higher the concentration the higher the voltage. The carbon monoxide detection with better sensitivity. With a long service life and reliable stability. Rapid response and recovery characteristics. Range: 10 to 1000 ppm. RoboticsBD
Reference: RBD-0922
Dimensions: 91 x 21 x 30 mm(LxWxH) Weight: 18 gm. Voltage: 3.3V or 5V. Port: Analog. Resistance: 10K. Appn: Raspberry-Pi projects. DIY projects., Arduino projects.
Reference: RBD-0673
Detecting range: 300~10000ppm Signal output indicator. Dual Signal output (analog output and TTL output). The TTL output signal is low level, allows us to connect with SCM directly. Analog output 0~5V voltage. Quick response and recovery. RoboticsBD
Reference: RBD-1099
Contactless transmission of data and supply energy (no battery needed) Operating distance: Up to 1 to 5 cm (Depending on Antenna Geometry) Operating frequency: 125KHz Data transfer: 106 kbit/s Data integrity: 16 Bit CRC, parity, bit coding bit counting Anti-collision Printable Package Content: 1x Card
Reference: RBD-1056
Operating Voltage: 3 to 6VDC Shaft Diameter: 2 mm (approx.) Shaft Length: 10mm (approx.) Weight; 15g (approx.)
Reference: RBD-2044
Model: ESP32-CAM-MB Color: Black Chipset: CH340G Connectivity Technology: USB Note: The camera module is not included with the board.
Reference: RBD-0573
Rated voltage: 5V DC Reduction Ratio: 64:1 Step Angle: 5.625° /64 Frequency: 100Hz Self-positioning Torque: >34.3mN.m Friction torque: 600-1200 gf.cm Pull in torque: 300 gf.cm
Reference: RBD-1324
Operating voltage: 2.5V-5.5V Maximum output power: 3W x 2 PCB size is about: length 30mm width 22mm overall height after installed is about 16mm Built with switch Potentiometer, can adjust the volume & control power switch freely! Flexible assembly usage.
Reference: RBD-1219
Supports development boards such as Arduino UNO and Mega2560 for plug-in use without wiring 480X320 resolution, clear display, support for touch function Support 16-bit RGB 65K color display, display rich colors 8-bit parallel bus, faster than serial SPI refresh On-board 5V/3.3V level shifting IC, compatible with 5V/3.3V operating voltage Easy to expand...