
Reference: RBD-1354
Jumper Wire Single 20cm
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: 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: 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: 1353
Length: 12.5 inches/30 CM (Long) Material: Copper Plated Pin Spacing: 2.54mm.
Reference: RBD-0761
Breadboard friendly Mounting Style: Through Hole Mounting Direction: Vertical
Module utilizes the popular 1-Wire DS18B20 temperature measurement IC.
The DS18B20 Digital Temperature Sensor Module utilizes the popular 1-Wire DS18B20 temperature measurement IC.
Communication with the DS18B20 is via the 1-Wire serial interface. There is an LED on the module that flashes when the sensor is communicating with an MCU.
The communication protocol can look daunting when looking at the datasheet, but fortunately most poplar microcontrollers like Arduino have software libraries that make using these devices very straightforward and easy to do.
There are some options which can be programmed when using the device such as choosing between number of bits of resolution vs conversion time, but those can be ignored for establishing basic operation.
Hookup is straightforward. Just supply power, ground and connect the 1-Wire bus pin to a digital pin on the microcontroller. The part is compatible with 3.3 or 5V power.
There is a 3-pin header on the assembly. There are a couple of different labeling schemes used on these modules as the baseboard is used for several different modules.
1 x 3 Header
This is a basic module that can be used in a number of different applications where temperature measurement is useful such as determining when a cooling fan should be turned on.
We also offer the DS18B20 device in a number of other packages including as a bare IC for designing your own circuits, a waterproof version and others.
The software below implements basic communications with the sensor using the 1-Wire bus protocol and provides a read-out of the sensor output. We use pin 4 in the example, but this can be reassigned to any digital pin.
The program uses the OneWire and DallasTemperature libraries that can be installed from the IDE Library Manger.
This shows an example output from the program.
/* DS18B20 Digital Temperature Sensor Test Basic code to establish communication with the DS18B20 and retrieve temperature measurement data. Requires OneWire and DallasTemperature Libraries */ #include <OneWire.h> #include <DallasTemperature.h> const int ONE_WIRE_BUS = 4; // Define a pin for communicating to the DS18B20 device via the oneWire bus. OneWire oneWireLocal(ONE_WIRE_BUS); // Setup a oneWire instance to communicate with the DS18B20 device DallasTemperature sensorsLocal(&oneWireLocal); // Pass this oneWire reference to DallasTemperature float tempLocal = 0.0; // Variable for holding the temperature returned from the sensor //=============================================================================== // Initialization //=============================================================================== void setup() { Serial.begin (9600); // Set output window comm rate sensorsLocal.begin(); } //=============================================================================== // Main //=============================================================================== void loop() { CheckTemps(); // Call the routine that actually does the work Serial.print("Current Temp: "); // Printout the results Serial.println(tempLocal); delay(1000); } //=============================================================================== // Subroutines //=============================================================================== void CheckTemps() { sensorsLocal.requestTemperatures(); // Send command to get temperature from the DS18B20 // The sensor will return reading from previous request unless a delay is used to give it time to // complete the reading request. If polling every second like we are doing here, the delay can be ignored. delay(100); tempLocal = sensorsLocal.getTempCByIndex(0); // There can be more than one device on this same bus // so we need to use the first index of (0) }
The latest price of DS18B20 Temperature Sensor Module in Bangladesh is BDT 150 You can buy the DS18B20 Temperature Sensor Module 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. |
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-2445
Uses ultrasonic sound waves to detect obstacles and measure distance
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-0677
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...
Reference: RBD-2779
Input Voltage: DC 24V Power Consumption: 5mA Output Current: 1-200mA Communication: NPN Material: ABS Waterproof Performance: IP67
Reference: RBD-2056
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
Reference: RBD-2343
AHT10 High Precision Digital Temperature and Humidity Sensor Module I2C interface for easy integration with microcontrollers Wide operating voltage range: 1.8V to 6.0V High accuracy: ±0.3°C for temperature, ±2% for humidity Compact size: 4x5mm with a height of 1.6mm, ideal for space-constrained projects Provides calibrated digital output with excellent...
Reference: RBD-2114
Multifunctional Expansion Board LM35 Temperature Buzzer for Arduino UNO Fully compatible with Arduino UNO interface Integrates multiple module functions Provides basic experimental modules for beginners Expansion ports for additional module experiments
Reference: RBD-2846
The DHT-11 Digital Temperature and Humidity Sensor is a compact and reliable sensor that can measure temperature and humidity with high accuracy. This sensor features a single-wire interface, making it easy to integrate with microcontrollers and other electronics projects. The DHT-11 has a temperature measurement range of 0°C to 50°C with an accuracy of...
Reference: RBD-2215
Working voltage (V): 3.3 ~ 5 Working current (A): Above 1A Operating Temperature (℃): -10 ~ +50 Mounting hole: M3 Detection range: 1mm ~ 60 cm adjustable.
Reference: RBD-1811
AS5600 Magnetic Induction Angle Measurement Sensor
Reference: RBD-1919
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) –...
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-2950
Need a device to sense light? We have the Grove – Light Sensor v1.2 for you. Now you can measure light levels with higher reliability and sensibility. It is an updated version of Grove – Light Sensor 1.0. You can use it as a light-controlled switch i.e. switch off lights during day time and switch on lights during night time.
Reference: RBD-2384
Module for measuring infrared temperature Uses the GY-MCU90640 MLX90640 BAA 32*24 dot matrix sensor Field of view angle of 110*75 degrees Ambient temperature range of -40 to 85 degrees Target temperature range of -40 to 300 degrees Serial output frequency supports up to 16HZ baud rate 460800
Reference: RBD-3250
The E-201/E-201C Rechargeable Composite pH Electrode is a versatile and durable sensor designed for precise pH measurements in laboratory and industrial applications. The composite electrode combines a pH glass electrode and a silver-silver chloride reference electrode encased in a polycarbonate shell, ensuring stability and accuracy. Ideal for pH...
Reference: RBD-2363
RGB Color Light Sensor Module powered by ISL29125 for accurate color detection. I2C Interface compatible with Arduino, Raspberry Pi, and other microcontrollers. Features 16-bit ADC for precise color measurement in two selectable sensitivity ranges. Designed for low power consumption, ideal for battery-powered applications. Operates in a wide range of...
Reference: RBD-0675
Model: MQ-6 Operating Voltage: 5V DC Detecting Range:200-10000 ppm Relative Humidity:<95% RH
Reference: RBD-2836
Operating Voltage: 3.5V-5V Supply Current: 15mA Optimal Sensing Distance: 3mm Designed with the reflected infrared sensor, indicator light. Built in a potentiometer for sensitivity control. On-board LM393 voltage comparator chip and infrared sensing probe TCRT5000L Signal detection sensitivity can adjust Reserve all the way more circuits (P3 voltage drawn)
Reference: RBD-0313
Low power consumption, Low cost, and Compact size Read and write chip Fully integrated at 13.56MHz
Reference: RBD-3096
Brand: DFRobot
This is an underwater ultrasonic obstacle avoidance sensor specifically designed for underwater applications. It operates on a wide voltage range of 5-24V and features compact size, minimal blind spots, high precision, and high protection. Its underwater measurement range is from 2-300cm.
Reference: RBD-0104
Chip built-in 16bit AD converter, 16-bit data output Driver Chip: MPU6050 Operating Voltage: 3-5V DC Communication: I2C/IIC Protocol Gyro Range: ± 250, 500, 1000, 2000 °/s Accelerometer Range: ± 2 ± 4 ± 8 ± 16 gChip Origin: InvenSense
Reference: RBD-2780
The M04 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.M04 supports a wider range of 3.3-24V (Should Not...
Reference: RBD-0132
The TCRT5000 and TCRT5000L are reflective sensors which include an infrared emitter and phototransistor in a leaded package which blocks visible light. The package includes two mounting clips. TCRT5000L is the long lead version. Model TCRT5000 Color Black + blue Detecting range: 0.591″ (15mm); Detecting method: Reflective; Collector-Emitter: Voltage:...
Reference: RBD-0680
Acceleration, Gyroscope Power Supply: DC3.3V-5V Chip: MPU9250 Size: 22 mm x 17 mm. Gyro range : ± 250 500 1000 2000 ° / s Acceleration range: ± 2 ± 4 ± 8 ± 16g 9 DOF modules. RoboticsBDChinese Variant MP92 QFN24 PackageThe magnetometer is currently inaccessible via I2C and therefore unavailable.True 9dof: Gravity 10 DOF IMU AHRS BNO055 + BMP280 True 9dof:...
Reference: RBD-1737
Fastest fingerprint identification in the world, Support multi fingerprint Instant match.
Reference: RBD-2093
This is a High-quality photosensitive sensor module/light module detects the photosensitive resistor for Arduino Resistance of the photoresistor is typically less than 80 Ohms (in full light) Dark resistance is typically greater than 20 Meg Ohms (in full darkness)
Reference: RBD-1813
ICM-20948 MEMS Motion Tracking Device Sensor Board 9 Axis
Reference: RBD-1675
Model: PZEM-004T Operating Voltage: 80-260VAC Test Voltage: 80-260VAC Rated Current: 100A Rated power: 100A / 22000W Operating frequency: 45-65Hz Measurement accuracy: 1.0
Reference: RBD-0133
830 Solder-less Points Ideal for Experimenting With Circuit Design In Labs Compatible with resistance, diodes, transistors, LED’s, Capacitors and other types of electronic components Colored coordinates for easy components placement. Accept a variety of wire sizes 20-29 AWG
Reference: RBD-1932
Rated voltage: 5 VDC. Port: Digital quantity. Fixed hole:3mm. Pitch:15mm. Drive: MOS tube high-level trigger, low-level cutoff. Compatible with UNO R3/ Mega2560.
Reference: RBD-2568
The Arduino UNO R4 WiFi merges the RA4M1 microprocessor from Renesas with the ESP32-S3 from Espressif, creating an all-in-one tool for makers with enhanced processing power and a diverse array of new peripherals. With its built-in Wi-Fi® and Bluetooth® capabilities, the UNO R4 WiFi enables makers to venture into boundless creative possibilities....
Reference: RBD-0406
Input voltage: 4.5-35V, Output voltage: (3-35V) continuously adjustable (recommended load debugging). Minimum pressure: 1.5V Output current: rated current 2A, 3A maximum Output Power: 15W maximum. RoboticsBD
Reference: RBD-0730
The performance is much higher than LM2577. Non-isolated Boost converter. It has a non-synchronous rectifier. Low ultra wide input voltage 3 v ~ 32 v, the best is 5 ~ 32 v working voltage range; Low ultra wide output voltage 5 v ~ 35 v;
Reference: RBD-1763
Fits on a 6 x 6 x 5.3 mm tactile push button switch. Contact resistance: 50m Max (initial) Insulation resistance: m 100 M minDC (250 V) Re Color
Reference: RBD-0770
Size: 5mm Color: Yellow Head Shape: Round Lens Appearance: Transparent