Phone

    00852-6915 1330

Arduino INA226 Voltage and Power Monitor: Pinout, Arduino Connect, and INA226 VS INA230

  • Contents

Overview of INA226

Video related to INA226

INA226 Pinout

INA226 Pinout Description

INA226 Absolute Maximum Ratings

INA226 Block Diagram

INA226 Features

INA226 Input Filtering

INA226 Circuit Configuration

INA226 Applications

INA226 VS INA230

Arduino with INA226 module

INA226 Packaging information

INA226 FAQ

 

 

Overview of INA226

A current shunt and power monitor with an interface that is compatible with I2CTM or SMBUS is called the INA226. The tool keeps track of the bus supply voltage as well as a shunt voltage drop. Direct readouts of current in amperes and power in watts are made possible by the combination of an internal multiplier, programmable calibration value, conversion timings, and averaging. Independent of the supply voltage, the INA226 measures current on common-mode bus voltages that range from 0 V to 36 V. The gadget requires a single source that ranges in voltage from 2.7 to 5.5 volts to function, typically requiring 330 A. The device has an operational temperature range of -40°C to 125°C and an I2C-compatible interface with up to 16 programmable addresses.

 

 

INA226 Pinout

Figure 1: INA226 Pinout

 

INA226 Pinout Description

PIN NAME PIN NO. I/O DESCRIPTION
A0 2 Digital input Address pin. Connect to GND, SCL, SDA, or VS. Table 2 shows pin settings and corresponding addresses.
A1 1 Digital input Address pin. Connect to GND, SCL, SDA, or VS. Table 2 shows pin settings and corresponding addresses.
Alert 3 Digital output Multi-functional alert, open-drain output.
GND 7 Analog Ground.
IN+ 10 Analog input Connect to the supply side of the shunt resistor.
IN– 9 Analog input Connect to the load side of the shunt resistor.
SCL 5 Digital input Serial bus clock line, open-drain input.
SDA 4 Digital I/O Serial bus data line, open-drain input/output.
VBUS 8 Analog input Bus voltage input.
VS 6 Analog Power supply, 2.7 V to 5.5 V.

 

INA226 Absolute Maximum Ratings

    MIN MAX UNIT
VVS Supply voltage   6 V
Analog Inputs, IN+, IN– Differential (VIN+ – VIN-)(2) –40 40 V
Common-Mode (VIN+ + VIN-) / 2 –0.3 40    
VVBUS   –0.3 40 V
VSDA   GND – 0.3 6 V
VSCL   GND – 0.3 VVS + 0.3 V
IIN Input current into any pin   5 mA
IOUT Open-drain digital output current   10 mA
TJ Junction temperature   150 °C
Tstg Storage temperature range –65 150 °C

 

INA226 Block Diagram

Figure 2: INA226 Block Diagram

 

INA226 Features

  • Senses Bus Voltages From 0 V to 36 V
  • Pin, DGS (VSSOP) Package
  • Operates from 2.7-V to 5.5-V Power Supply
  • Configurable Averaging Options
  • 16 Programmable Addresses
  • Reports Current, Voltage, and Power
  • High-Side or Low-Side Sensing

 

INA226 Input Filtering

The inbuilt ADC is built on a delta-sigma () front-end with a typical sampling rate of 500 kHz (30%). Although the noise rejection of this architecture is generally good, transients that occur at or very near the harmonics of the sampling rate can be problematic. Since these signals are at 1 MHz and above, they can be controlled by adding filtering to the device's input. Due to the high frequency, there are minimal implications on measurement accuracy when using low-value series resistors on the filter. In general, only transients at precise harmonics of the 500 kHz (30%) sampling rate necessitate filtering the device input. Use a ceramic capacitor and the smallest series resistance (usually 10 or less) to filter.

The recommended range for this capacitor is 0.1 to 1 F. The device with a filter added at the input is shown in Figure 3.

Figure 3: INA226 Input Filtering

 

INA226 Circuit Configuration

The schematics below illustrate an example of an INA226 application circuit diagram. Two measurements are made on the relevant power-supply bus by the INA226 device. A shunt voltage is created by the load current flowing through a shunt resistor and is monitored at the IN+ and IN- pins. By connecting the power supply bus voltage to the VBUS pin, the device may also measure that voltage. The bus voltage is measured with respect to the ground, whereas the differential shunt voltage is measured with regard to the IN-pin. The standard power source for the gadget ranges in voltage from 2.7 V to 5.5 V. Based on the fixed 1.25 mV LSB for the Bus Voltage Register, which produces a full-scale value of 40.96 V, the bus being monitored can have a voltage range of 0 V to 36 V.

Figure 4: INA226 Circuit Configuration

 

 

INA226 Applications

  • Servers
  • Telecom equipment
  • Computing
  • Power management
  • Battery chargers
  • Power supplies
  • Test equipment

 

INA226 VS INA230

  INA226 Datasheet  INA230 Datasheet 
Common mode voltage (Max) ( V ) 36 36
Features Alert Function Bi-directional Low-side Capable Ultra precise Alert Function Bi-directional Low-side Capable
Digital interface I2C SMBus I2C SMBus
Resolution ( Bits ) 16 16
Package Group VSSOP | 10 VQFN | 16 VSSOP | 10
Common mode voltage (Min) ( V ) 0 0
TI.com inventory lock Log in to view inventory lock Log in to view inventory
Input offset (+/-) (Max) ( uV ) 10 25
Input offset drift (+/-) (Typ) ( uV/C ) 0.02 0.05
Gain ( V/V ) 1 1
Gain error ( % ) 0.1 0.3
Gain error drift (+/-) (Max) ( ppm/°C ) 50 50
CMRR (Min) ( dB ) 126 120
Bandwidth ( kHz ) 3.5 3.5
Supply voltage (Max) ( V ) 5.5 5.5
Supply voltage (Min) ( V ) 2.7 2.7
Iq (Max) ( mA ) 0.42 0.42

Comparing the Electrical Characteristics Tables in section 6.5 of both datasheets will reveal the differences in performance/accuracy (specification). The main distinction is that the INA233's thresholds are fixed, allowing it to operate with 1.8V logic and still be powered by 5-V Vs, whereas the INA226's thresholds are with respect to the supply voltage (Vs).

Comparing INA226 VS INA230 from both datasheets will reveal the variations in register maps. The fundamental distinction between the two gadgets is this. The INA233 is controlled by PMBUS codes, whereas the INA226 is controlled by I2C/SMBus.

 

Arduino with INA226 module

You may build a very precise instrument that can track the electricity used by a DC-powered gadget using the robust INA226 chip and an Arduino board. The current, voltage, and power readings are kept on a micro SD card and presented on an LCD display.

This monitoring tool could be used for a variety of things, including battery-powered scooters, pedal-assist bicycles, photovoltaic panels, etc.

For the INA226 chip, there are a few libraries available. I used the Korneliusz Jarzebski library, which looks to be rather comprehensive, however I had to change a few functions because they produced incorrect results.

Figure 5: Arduino with INA226 module Schematic

 

INA226 Packaging information

Figure 6: INA226 Tape & Reel

 

INA226 FAQ

What is INA226?

A 16-bit resolution current and power monitor chip with a high-accuracy ADC is called the INA226. It monitors both shunt voltage drop and bus voltage drop and has interfaces that are I2C and SMBUS compatible for simple integration. Direct readout of current in amperes and power in watts is possible thanks to programmable calibration value, conversion timings, and averaging, as well as an internal multiplier.

 

What is the use of current sensor?

A current sensor is a device that detects current and converts it into an output voltage that is simple to measure and proportional to the current flowing through the path being measured. There are many different types of sensors, and each one is appropriate for a particular current range and environmental circumstance.

 

INA226 VS INA230

The variations in performance/accuracy can be seen by contrasting the Electrical Characteristics Tables in section 6.5 of both datasheets. The key difference is that the INA233's thresholds are fixed, allowing it to run at 1.8 volts of logic while still drawing 5 volts of power, as opposed to the INA226's thresholds, which are dependent on the supply voltage.

 

How do you wire an INA219?

Connect V+ to the power supply's positive terminal for the circuit you're testing. Join V- to the load's positive terminal or lead. The sense resistor is now in line with the circuit as a result. Last but not least, attach a wire to GND from the negative terminal of the power supply.

 

What is INA219?

A current shunt and power monitor with an I2C or SMBUS compatible interface is the INA219 device. The device has adjustable conversion times and filtering, and it monitors both shunt voltage drop and bus supply voltage.

Kynix

Kynix was founded in 2008, specializing in the electronic components distribution business. We adhere to honesty and ethics as our business philosophy and have gradually established an excellent reputation and credibility in our international business. With the accurate quotation, excellent credit, reasonable price, reliable quality, fast delivery, and authentic service, we have won the praise of the majority of customers.

Join our mailing list!

Be the first to know about new products, special offers, and more.

Leave a Reply

We'd love to hear from you! Feel free to share your thoughts and comments below. Rest assured, your email address will remain private.

Name *
Email *
Captcha *
Rating:

Kynix

  • How to purchase

  • Order
  • Search & Inquiry
  • Shipping & Tracking
  • Payment Methods
  • Contact Us

  • Tel: 00852-6915 1330
  • Email: info@kynix.com
  • Follow Us

authentication