• 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
DS18B20 Temperature Sensor Module Robotics Bangladesh
  • DS18B20 Temperature Sensor Module Robotics Bangladesh

DS18B20 Temperature Sensor Module

RBD-2482

Module utilizes the popular 1-Wire DS18B20 temperature measurement IC.

BDT 150
rating Read the 2 reviews
Average rating: 5/5 Number of reviews: 2
Quantity
In Stock

33 people have purchased this item recently
52 people added this item to the cart in last 10 days
68 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

DESCRIPTION

The DS18B20 Digital Temperature Sensor Module utilizes the popular 1-Wire DS18B20 temperature measurement IC.

PACKAGE INCLUDES:

  • DS18B20 Digital Temperature Sensor Module

KEY FEATURES OF DS18B20 DIGITAL TEMPERATURE SENSOR MODULE:

  • -55°C to +85°C temperature measurement range with good accuracy
  • 1-wire interface to save on MCU pins
  • LED to indicate module communications
  • 3.3 and 5V compatible

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.

Module Connections

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 

  • ‘-‘ or ‘G’ = Ground
  • Center Pin or ‘R‘ = Vcc (3.3 – 5V)
  • ‘S’ or ‘Y’ = 1-wire bus.  Connects to digital pin on MCU

OUR EVALUATION RESULTS:

DS18B20 Digital Temp Sensor Module - In UseThis 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 Module Example 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)
}

What is the price of DS18B20 Temperature Sensor Module in Bangladesh?

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.

Product Details
RBD-2482
68 Items
All product reviews are from verified purchases and are comply with DIRECTIVE (EU) 2019/2161
Sensor
rating
Good
Mr.
rating
It is functional
30 other products in the same category:

Reference: RBD-1207

Line Following Sensor 5 Array

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...

Price BDT 310
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-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: &lt;0.5sSize: 4*30*500mmRange: -50C ~ 200C

Price BDT 490
More
In-Stock

Reference: RBD-2343

AHT10 High Precision Digital Temperature And Humidity Measurement Module

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...

Price BDT 290
More
In-Stock

Reference: RBD-2846

DHT11 Digital Temperature and Humidity Sensor

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...

Price BDT 95
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-0676

MQ-7 Carbon Monoxide Gas Sensor

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

Price BDT 178
More
In-Stock

Reference: RBD-2950

Grove Light Sensor V1.2

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.

Price BDT 890
More
In Stock

Reference: RBD-3250

E-201/E-201C Rechargeable Composite pH Electrode

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...

Price BDT 1,500
More
In Stock

Reference: RBD-2363

ISL29125 RGB Color Light Sensor Module 3.3V

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...

Price BDT 1,490
More
In-Stock

Reference: RBD-2836

TCRT 5000 Dual Channel Line Tracking Sensor

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)

Price BDT 168
More
In Stock

Reference: RBD-2780

M04 Non-Contact Liquid Level Detection Module Sensor

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...

Price BDT 350
More
In Stock

Reference: RBD-0132

TCRT5000L Reflective Optical Sensor

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:...

Price BDT 15
More
In-Stock

Reference: RBD-0680

9 Degrees of Freedom Breakout- MPU9250

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:...

Price BDT 605
More
In-Stock

Reference: RBD-2093

Photosensitive Resistor LDR Sensor Module

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)

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

Reference: RBD-2568

Arduino UNO R4 WiFi

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....

Price BDT 3,520
More
In Stock

Reference: RBD-0730

DC-DC Boost Module

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;

Price BDT 83
More
In-Stock

Reference: RBD-1763

Push Button Cap

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

Price BDT 2
More
Out of Stock

Follow us on Facebook