• 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
INA219 DC Current Measurement Module Robotics Bangladesh
  • INA219 DC Current Measurement Module Robotics Bangladesh

INA219 DC Current Measurement Module

RBD-2735

Measures high-side current and voltage up to 3.2A @ 26VDC.

BDT 219
rating Read the 4 reviews
Average rating: 5/5 Number of reviews: 4
Quantity
In Stock

53 people have purchased this item recently
44 people added this item to the cart in last 10 days
27 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 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.

PACKAGE INCLUDES:

  • INA219 DC Current Measurement Sensor Module
  • 6-pin Male Header
  • 2-pin Screw Terminal Block

KEY FEATURES OF INA219 DC CURRENT MEASUREMENT  MODULE:

  • Measures current on the high side of the load
  • Current measurements of up to 3.2A with 0.8mA resolution using a 12-bit DAC
  • Load voltage of 0-26VDC
  • I2C interface
  • 3.3 and 5V logic compatible

Power Connections

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.

Current Sensing

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.

I2C Communications

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.

  • Board 0:  Address = 0x40.  No jumpers needed.  This is how module is shipped.
  • Board 1:  Address = 0x41, Jumper A0 pads
  • Board 2:  Address = 0x44, Jumper A1 pads
  • Board 3:  Address = 0X45, Jumper both A0 & A1 pads

Note that these addresses are not sequential as you might expect, but these are the correct addresses.

Module Connections

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

  • VCC = 3-5V power for the IN219 IC.  Typically connects to 3.3 or 5V from the MCU.
  • GND = Ground connects to MCU and should also be in common with the ground for the load if voltage is being measured
  • SCL = Connects to SCL (I2C) on MCU
  • SDA = Connects to SDA (I2C) on MCU
  • VIN- = Alternate connection point for Vin- rather than using screw terminal
  • VIN+ = Alternate connection point for Vin+ rather than using screw terminal

1×2 Screw Terminal Block

  • VIN- = Connects to the positive terminal of the load.
  • VIN+ = Connects to the positive terminal of the power supply for the load

     Note:  If the current measurement is negative, these VIN connections have been reversed.

This block diagram shows the typical circuit connections.

IN219B Block Diagram

OUR EVALUATION RESULTS:

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.

  • Bus Voltage is the  voltage going to the load before the shunt resistor.
  • Shunt Voltage is the voltage drop across the 0.1 ohm shunt resistor
  • Load Voltage is just the bus voltage minus the voltage dropped by the shunt, so it will be a little less than the Bus Voltage.
  • Current is the current as calculated by taking the Shunt Voltage  and dividing it by the shunt resistance of 0.1ohm.
  • Power is the calculated power using the Load Voltage and Current.

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 Measurement Module Test Program

/*
*  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);
}

BEFORE THEY ARE SHIPPED, THESE MODULES ARE:

  • Inspected
  • Module basic functionality verified using test program with 100mA @ 5V source.
  • Packaged in a high quality resealable ESD bag for protection and easy storage.

Notes: 

  1. At higher currents the shunt resistor can get quite hot to the touch, so use care when handling.
  2. These modules may be built with IN219A or IN219B parts.  Basic functionality is the same, ‘B’ parts have better accuracy.
  3. Chip may be the pictured SOT-23 package or a larger SOIC-8

What is the price of INA219 DC Current Measurement Module in Bangladesh?

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.

Product Details
RBD-2735
27 Items
Filter reviews
(3)
(1)
(0)
(0)
(0)
(0)
Reset

All product reviews are from verified purchases and are comply with DIRECTIVE (EU) 2019/2161
rating
INA219
rating
It’s good
INA 219
rating
Good but not soldered and only can measure dc current
Current sensor
rating
Good quality
30 other products in the same category:

Reference: RBD-1648

FPC1020A Capacitive Fingerprint Identification Module

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

Price BDT 2,990
More
In-Stock

Reference: RBD-2332

5mm Infrared Emitter and Detector

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

Price BDT 18
More
In-Stock

Reference: RBD-1199

Hall Effect Sensor A1302 49E

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 

Price BDT 70
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-1423

Brand: Raspberry Pi Official

Raspberry Pi High Quality Camera with 6mm Lens

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

Price BDT 16,450
More
In-Stock

Reference: RBD-1197

TSOP38236 IR Infrared Receiver

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.

Price BDT 55
More
In Stock

Reference: RBD-0738

Raspberry Pi Camera 5MP

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.

Price BDT 880
More
In-Stock

Reference: RBD-3171

Sensirion SPS30 Particulate Matter Sensor for PM2.5 Air Quality Monitoring and Control

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

Price BDT 3,750
More
In Stock

Reference: RBD-3090

Brand: DFRobot

Gravity: Digital 10.525GHz Microwave Sensor (Motion Detection)

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.

Price BDT 1,790
More
Last items in stock

Reference: RBD-2722

Person Sensor by Useful Sensors

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

Price BDT 3,550
More
In Stock

Reference: RBD-2364

Pyroelectric Infrared PIR Sensor Human Body Detecting PIR Motion Sensor Module

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

Price BDT 490
More
In-Stock

Reference: RBD-2729

SGP41 Air Quality Digital TVOC Detection Sensor

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

Price BDT 1,850
More
In Stock

Reference: RBD-3092

Brand: DFRobot

Gravity: Analog Capacitive Corrosion Resistant Soil Moisture Sensor

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

Price BDT 1,050
More
Last items in stock

Reference: RBD-3185

Dust/Air Purity Sensor PM1.0/PM2.5/PM10 - PMS7003 - 3.3V UART

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

Price BDT 2,450
More
In Stock

Reference: RBd-2402

Brand: Hi-Link

Hi-Link 8m 60G HLK-LD6001 Human Movement Trajectory Tracking Radar Sensor

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

Price BDT 8,500
More
In-Stock

Reference: RBD-2094

DHT11 Digital Relative Humidity and Temperature Sensor Module

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

Price BDT 150
More
In-Stock

Reference: RBD-2346

HW-671 WCS1800 Hall Current Sensor Over-current Protection Module Detection

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

Price BDT 830
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-2310

Infrared Obstacle Avoidance Sensor & 5 Channel Tracking IR Infrared Sensor

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

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

Reference: RBD-2874

M3x10+6 Nylon Hex Spacer Standoff Male - Female

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.

Price BDT 10
More
In-Stock

Reference: RBD-2656

TPS63020 Automatic Buck-boost Step up Down Power Supply Module 5V

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

Price BDT 450
More
In Stock

Reference: RBD-2635

18650 2200mAh Li-ion Rechargeable Battery

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. 

Price BDT 260
More
In-Stock

Reference: RBD-2334

DC Barrel Power Jack Plug Connector 2.5mm x 5.5mm x 9mm

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

Price BDT 11
More
In-Stock

Reference: RBD-2304

WS2812B RGB LED 24 Bit Ring

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

Price BDT 310
More
In-Stock

Reference: RBD-2100

Flame Sensor Module Digital & Analog Output

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.

Price BDT 85
More
In-Stock

Follow us on Facebook