
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
Measures high-side current and voltage up to 3.2A @ 26VDC.
The INA219 DC Current Measurement Module can measure high-side current and voltage of up to 3.2A with 0.8mA resolution at voltages of up to 26VDC.
The INA219 DC Current Measurement Module is inserted on the high side of the load, between the load and the load positive (+) power supply. This load power supply can range from 0V up to 26V.
The module itself is powered from 3-5V, so it is usually powered directly off the MCU.
The modules 3-5V logic supply should not be shared with motors running off the same voltage or else the device may reset due to electrical noise. If this happens, additional filter capacitance on the Vcc can be added near or on the module to try to minimize the problem.
Note that the INA219 module ground needs to be in common with the load ground or the voltage measurements will not be correct though the current measurement will be correct. If you don’t care about the voltage measurement, the grounds can be kept separate.
The module uses a 0.1 ohm 1% 2W current sense resistor which provides its 3.2A current handling capability. The low resistance keeps the voltage drop to a minimum. At the full rated current, the voltage drop across the current sense resistor would be 0.32V.
If you want to change the current measurement range, this resistor can be replaced with a resistor with a smaller or larger value. As an example a 0.01 ohm resistor will allow measurement of up to 32A with 8mA resolution. A 1 ohm resistor will lower the measurement range to 320mA with a 0.08mA resolution.
The module uses I2C for communications which makes hook-up to the MCU very easy.
The I2C default address is 0x40, but it can be changed to 0x41, 0x44 or 0x45 by bridging a couple of solder pads.
Changing the I2C address is generally not needed unless you are using more than one of these boards in a system or there is an address conflict with another I2C module. The address pins are labeled A0, A1 on the board.
Note that these addresses are not sequential as you might expect, but these are the correct addresses.
The connections to the board can be made by soldering wires to the board, or the supplied headers and terminals can be solder on depending on the needs of the application. These can be soldered to either side of the board. For basic breadboard use, it generally works best to put the male header on the bottom of the board so that it can be inserted into the breadboard to hold it in place as shown in the pics.
There is a 6-pin header location on the assembly as well as a 2-pin screw terminal block for the main power connection.
1×6 Header
1×2 Screw Terminal Block
Note: If the current measurement is negative, these VIN connections have been reversed.
This block diagram shows the typical circuit connections.
These module work fairly well and can be used for applications such as monitoring the current and voltage to the motors of a robotic vehicle to keep an eye on the battery voltage and detect stall conditions.
The module current measurement has a theoretical 1.5% tolerance based on the max tolerance of the chip as well as the tolerance of the shunt resistor. In practice, expect up to about a 10% tolerance, so adequate for more coarse measurements such as detecting motor stall.
The example program below uses the Adafruit INA219 library which can be installed from the Library Manager of the IDE. The program below is based on their ‘getcurrent’ example program which is included with the library but with some modifications. When it is run, it outputs the following info.
Hookup is easy. Just connect the I2C SDA and SCL pins on the module to the same pins on the MCU. Also connect Vcc and ground pins to the MCU power and ground. Lastly connect that VIN- terminal to the positive terminal of the load and the VIN+ terminal to positive lead of the power source used to power the load. Ensure there is a common ground between the MCU and power source if you want to measure the voltage.
/* * INA219 DC Current Sensor Module Test * Connect the SDA (I2C) of the MCU to the SDA pin on the module * Connect the SCL (I2C) of the MCU to the SCL pin on the module * Connect power (3.3 or 5V) of the MCU to the Vcc pin on the module * Connect ground of the MCU to the GND pin on the module. * Ensure the GND of the module is also connected to the ground of the load being measured */ #include <Wire.h> #include <Adafruit_INA219.h> Adafruit_INA219 ina219; //=============================================================================== // Initialization //=============================================================================== void setup(void) { Serial.begin(9600); while (!Serial) { delay(1); // will pause Zero, Leonardo, etc until serial console opens } ina219.begin(); // Initialize the INA219. } //=============================================================================== // Main //=============================================================================== void loop(void) { float shuntvoltage = 0; float busvoltage = 0; float current_mA = 0; float loadvoltage = 0; float power_W = 0; shuntvoltage = ina219.getShuntVoltage_mV(); // Read values from INA219 busvoltage = ina219.getBusVoltage_V(); current_mA = ina219.getCurrent_mA(); loadvoltage = busvoltage - (shuntvoltage / 1000); // Calculate voltage at load power_W = current_mA * loadvoltage / 1000; // Calculate wattage of load Serial.print("Bus Voltage: "); Serial.print(busvoltage); Serial.println(" V"); Serial.print("Shunt Voltage: "); Serial.print(shuntvoltage); Serial.println(" mV"); Serial.print("Load Voltage: "); Serial.print(loadvoltage); Serial.println(" V"); Serial.print("Current: "); Serial.print(current_mA); Serial.println(" mA"); Serial.print("Power: "); Serial.print(power_W); Serial.println(" W"); Serial.println(""); delay(2000); }
Notes:
The latest price of INA219 DC Current Measurement Module in Bangladesh is BDT 219 You can buy the INA219 DC Current Measurement 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-0023
Wide Working Voltage Range: DC 4.5V- 20V Current Drain: <60uA Detection Angle: <140° Detection Distance: 3 to 7m (can be adjusted) Blockade time: 2.5s (Default) Work temperature: -20-+80°C
Reference: RBD-1648
FPC1020A is a secondary development module for fingerprint recognition designed for SCM. Fingerprint identification capacity: 150 fingerprints, identification time is less than 1 second, can be customized large capacity Capacitive surface array semiconductor fingerprint sensor Support finger 360 rotation recognition Supported Operating Systems: Windows
Reference: RBD-2332
5mm Infrared Emitter and Detector pair for high-speed, high-sensitivity applications Infrared phototransistor with black epoxy for enhanced sensitivity Operating voltage: 2.3V, collector-emitter voltage: 2V Compact design ideal for obstacle detection and remote communication Sold as a pair: Blue/White LED as Emitter, Black LED as Detector
Reference: RBD-1199
Low-noise output Fast power-on time Ratiometric rail-to-rail output 4.5 to 6.0 V operation Solid-state reliability Factory-programmed at end-of-line for optimumperformance Robust ESD performance
Reference: RBD-0411
Low current consumption (typical 30 mA) CW or pulse operation Flat profile Long detection range (20 m) Supply voltage: 4.75V to 5.25V X-Band Frequency: 10.525 GHz Minimum Power Output: 13 dBm EIRP. RoboticsBD
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-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-1423
Brand: Raspberry Pi Official
Sony IMX477R stacked, back-illuminated sensor. Resolution: 12.3 megapixels. Compatible with Raspberry Pi 1/2/3/4 boards Output: RAW12/10/8, COMP8 Back focus: Adjustable (12.5 mm–22.4 mm) Lens standards: C-mount, CS-mount (C-CS adapter included) IR cut filter: Integrated Wide Field of View suitable for CCTV applications Suitable for macro photography...
Reference: RBD-1197
The TSOP38236 is a miniaturized receiver for infrared remote control systems. A PIN diode and a preamplifier are assembled on a lead frame, the epoxy package acts as an IR filter. The demodulated output signal can be directly decoded by a microprocessor.
Reference: RBD-0675
Model: MQ-6 Operating Voltage: 5V DC Detecting Range:200-10000 ppm Relative Humidity:<95% RH
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-0738
Resolution: 5 MP Interface Type: CSI(Camera Serial Interface) Dimensions: 25x23x8 (LxWxH) mm Supported Video Formats: 1080p @ 30fps, 720p @ 60fps and 640x480p 60/90 video Fully Compatible with Raspberry Pi 3 and 4 Model B Plug-n-Play camera for Raspberry Pi 3 and 4 Model B.
Reference: RBD-3171
Sensirion SPS30 Particulate Matter Sensor - PM2.5 Air Quality Monitoring and Control The Sensirion SPS30 is a state-of-the-art optical particulate matter (PM) sensor designed for accurate air quality monitoring. Utilizing advanced laser scattering technology and Sensirion’s innovative contamination-resistance technology, this sensor provides superior...
Reference: RBD-3667
Brand: DFRobot
Circular thin film sensor, 18.3mm, detects static and dynamic pressure quickly. Used in devices like switches and medical systems. Easy to use, durableModel: RP-C18.3-LT Thin Film Pressure Sensor
Reference: RBD-3090
Brand: DFRobot
The 10.525GHz microwave motion sensor applies the Doppler effect to detect moving objects using microwaves. This differs from the method used by a regular infrared (IR) sensor as microwave is sensitive to a variety of objects that are microwave-reflective, and its sensor readings are not affected by the ambient temperature.
Reference: RBD-2722
Add computer vision capabilities to your project, without the coding! The Person Sensor includes a camera module pre-programed and connected over Qwiic... Person Sensor V1.1 by Useful Sensors
Reference: RBD-2229
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
Reference: RBD-1195
Temperature Coefficient Type: NTC Thermal Time Constant: 10s Resistance 10kΩ Tolerance: ±1%
Reference: RBD-2364
Pyroelectric PIR motion sensor for human body detection applications. Features a compact design with a reaction angle of 120 degrees. Detection range up to 5 meters, ideal for security and automation projects. Compatible with Arduino and other microcontrollers for seamless integration. Made with durable HDPE material and includes a black optical lens....
Reference: RBD-2729
The SGP41 from Sensirion is an innovative VOC and NOx sensor engineered to serve as a digital smart switch and regulation unit in air treatment systems like air purifiers. Utilizing Sensirion's advanced Gas Index Algorithm, the sensor accurately processes two distinct signals, enabling automatic triggering of air treatment devices for the removal of...
Reference: RBD-3092
Brand: DFRobot
Gravity: Capacitive Soil Moisture Sensor is ideal for environmental science courses and indoor gardening applications. Operating within a voltage range of 3.3 to 5.5V, this sensor provides an analog output of 1.2 to 2.5V, making it compatible with low-voltage MCUs, including both 3.3V and 5V logic systems, allowing for easy integration with popular...
Reference: RBD-3185
The PMS7003 Dust Sensor is a highly precise module designed to monitor air quality by measuring particulate matter (PM) concentrations, including PM1.0, PM2.5, and PM10. This sensor detects particles as small as 0.3 µm, making it ideal for monitoring pollutants such as cigarette smoke and vehicle exhaust. Its compact design and advanced laser-based...
Reference: RBd-2402
Brand: Hi-Link
High-Precision Detection: Detects up to 8 individuals simultaneously with accurate trajectory tracking. Versatile Applications: Ideal for smart homes, human positioning, and motion tracking. Compact Design: Measures only 60mm x 30mm for seamless integration. Efficient Power Usage: Operates on 5V with an average power consumption of 1.1W. Extended Range:...
Reference: RBD-2094
The module can detect the surrounding environment of the humidity and temperature High reliability and excellent long-term stability The output from the digital output Humidity measuring range: 20%~90%RH(0~50 degree (temperature compensation). Temperature measuring range: 0~+50degree. Humidity measurement accuracy: ±5.0%RH. Temperature measurement...
Reference: RBD-3651
Brand: DFRobot
The BMM350 sensor measures magnetic fields on 3 axes using TMR tech, offers high sample rates, wide range, high resolution, and stability against field shocks.
Reference: RBD-2091
Digital signal output 18B20 Temperature Sensor Chip (MY18E20 or DS18b20) Resolution adjustment ranges from 9-12 bytes. Send data via a pin Temperature measurement ranges: -55°C to +125°C, be accurate to 0.5°C.Compatible with DS18B20
Reference: RBD-2346
HW-671 WCS1800 Hall Current Sensor Module with over-current protection Current detection range: DC ±35A, AC 25A High-resolution current detection: 60mV/A Adjustable overcurrent threshold with a resolution of 1.5A Analog and TTL signal outputs for microcontroller integration Compact design with mounting holes for easy installation
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-2310
Infrared Obstacle Avoidance and 5-Channel Tracking IR Sensor Module for robotics Equipped with 6 infrared sensors for obstacle avoidance and line tracking Adjustable obstacle detection distance from 0-10 cm using a rheostat High sensitivity for detecting and tracking complex black and white line patterns Compact design with LED indicators for easy...
Reference: RBD-2779
Input Voltage: DC 24V Power Consumption: 5mA Output Current: 1-200mA Communication: NPN Material: ABS Waterproof Performance: IP67
Reference: RBD-2874
Ideal for applications requiring electrical isolation. Ensures compatibility with standard M3 screws. Provides 10mm of spacing between mounted parts. Features a standard hex head. Offers long-lasting performance. Lightweight design.
Reference: RBD-2963
Introducing the latest addition to RoboticsBD's product lineup, the 3MPa 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.
Reference: RBD-2656
TPS63020 Automatic Buck-boost Step up Down Power Supply Module 5V Lithium Battery Low Ripple Voltage Converter TPS63020 is a high-efficiency small buck-boost power supply module. The input voltage ranges from 1.8V to 5.5V, the output current can be as high as 3A, and the efficiency is as high as 96%. It can automatically switch between buck and boost...
Reference: RBD-2635
High capacity (2200mAh) for extended runtime in your devices. 3.7V nominal voltage - compatible with a wide range of electronics. Compact 18650 cylindrical design (18mm x 65mm). Rechargeable lithium-ion battery for eco-friendly power. Note: This is a true capacity battery.
Reference: RBD-2334
DC Barrel Power Jack Plug Connector (Male) with 2.5mm inner diameter and 5.5mm outer diameter Features cylindrical shape with black and silver finish for a sleek design Compatible with standard 2.5mm x 5.5mm female barrel connectors Includes strain relief and solder terminals for secure connections Ideal for use with wall DC adaptors and various power...
Reference: RBD-2304
WS2812B RGB LED 24-Bit Ring with individually addressable LEDs Features 24 WS2812 5050 RGB LEDs in an 86mm outer diameter circular board Constant current drive (~18mA per LED) for consistent brightness at 5V Requires a microcontroller with an 8MHz or faster processor for precise control Equipped with solder pads and mounting holes for easy integration
Reference: RBD-0222
Sound pressure level: 85DB 10cm The input voltage: 30vp-p max Ultra-thin and lightweight Low power consumption for voltage type Operating Temperature: -20~70 Storage Temperature: -30-80 Clear sound
Reference: RBD-2100
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.