Shopping Cart

Your cart is empty.

Your cart is empty.

Adafruit Industries INA219 High Side DC Current Sensor Breakout - 26V +-3.2A Max - Stemma QT

Free shipping on orders over $29.99

$15.92

$ 7 .99 $7.99

In Stock

About this item

  • 0.1 ohm 1% 2W current sense resistor
  • Up to +26V target voltage
  • Up to ±3.2A current measurement, with ±0.8mA resolution
  • This board/chip uses I2C 7-bit addresses 0x40, 0x41, 0x44, 0x45, selectable with jumpers
  • Skill Level: Component or Part


This breakout board will solve all your power-monitoring problems. Instead of struggling with two multimeters, you can just use the handy INA219B chip on this breakout to both measure both the high side voltage and DC current draw over I2C with 1% precision.Most current-measuring devices such as our current panel meter are only good for low side measuring. That means that unless you want to get a battery involved, you have to stick the measurement resistor between the target ground and true ground. This can cause problems with circuits since electronics tend to not like it when the ground references change and move with varying current draw. This chip is much smarter - it can handle high side current measuring, up to +26VDC, even though it is powered with 3 or 5V. It will also report back that high side voltage, which is great for tracking battery life or solar panels.A precision amplifier measures the voltage across the 0.1 ohm, 1% sense resistor. Since the amplifier maximum input difference is ±320mV this means it can measure up to ±3.2 Amps. With the internal 12 bit ADC, the resolution at ±3.2A range is 0.8mA. With the internal gain set at the minimum of div8, the max current is ±400mA and the resolution is 0.1mA. Advanced hackers can remove the 0.1 ohm current sense resistor and replace it with their own to change the range (say a 0.01 ohm to measure up 32 Amps with a resolution of 8mA)We include a 6-pin header (so you can easily attach this sensor to a breadboard) as well as a 3.5mm terminal plug so you can easily attach and detach your load. Usage is simple. Power the sensor itself with 3 to 5VDC and connect the two I2C pins up to your microcontroller. Then connect your target power supply to VIN+ and the load to ground to VIN-. We have a detailed tutorial that will do all the gain, range and math for you - just plug and go with Arduino or CircuitPython!


Felipe S. Galindo
2025-08-16 09:05:47
I have 2, both work great, I use them to monitor 2S LiPos
MonkeySue
2025-01-25 18:37:17
I bought the INA219 to use as the current monitor in a MCU-based bench power supply. The module I received has the "B" version chip (high-grade) - this is one reason the Adafruit product is more expensive than some other choices. With ~5v regulated input, increasing at ~10mA increments, I found the INA219 differed 0.2-.3mA from the measurement on my multimeter (MM; Aneng AN8008):MM...........INA219-0.2mA.......0.0mA10.2-10.3....10.520.6-20.7....20.830.8-31.0....31.341.6-41.7....41.951.7-51.8....51.961.4-61.6....61.971.7-71.8....71.5I struggled to get it working. Here are my troubleshooting tips:(a) watch multiple YouTube videos. Start with "Dronebot Workshop";(b) use the Adafruit library (assumes Arduino-based MCU);(c) when testing, Serial Monitor baud rate must match the baud rate set in the AVR sketch (e.g., "Serial.begin(115200)";(d) if voltage does not display properly, use common ground (i.e., connect INA219 Grd pin to PS-to-be-measured ground, as well as, MCU's Grd pin);