INA219 Current Sensor Module for RASPBERRY PI PICO and PICO2
INA219 Current Sensor Module for RASPBERRY PI PICO and PICO2
The INA219 Sensor Board is a compact and precise current and power monitoring solution designed for easy integration with the Raspberry Pi Pico, Pico2 and other microcontroller platforms. It is based on the INA219 current sensor IC, a high-side current shunt and power monitor that measures voltage, current, and calculated power through an I²C interface.
This board uses a 0.1 Ω precision shunt resistor, enabling accurate current measurements while maintaining low power dissipation. The I²C address is selectable, allowing multiple boards to be connected on the same I²C bus, making it suitable for multi-channel power monitoring applications.
A MicroPython example program are available for the Raspberry Pi Pico/Pico2, allowing users to quickly read and process bus voltage, current, and power values. The provided software makes integration simple for projects such as battery monitoring, power consumption analysis, embedded systems testing, and laboratory measurements.
Features
Applications
Technical Specifications
Additional Notes and Information
To run the provided MicroPython example for the INA219 board, install and use the Thonny IDE with your Raspberry Pi Pico.
After uploading, the main.py file will automatically execute on every board reset. The program will initialize the INA219 sensor and display the measured bus voltage, current, and power values in the Thonny terminal
I²C Address Selection
The I²C address of the INA219 current sensor IC can be configured using the A0 and A1 connectors on the board. This allows multiple INA219 modules to operate on the same I²C bus.
Default configuration:
A0 = ON, A1 = ON → I²C address: 0x45
Other address options:
A0 = OFF, A1 = OFF → I²C address: 0x40
A0 = OFF, A1 = ON → I²C address: 0x44
A0 = ON, A1 = OFF → I²C address: 0x41
By changing the A0 and A1 settings, up to four INA219 devices can be used on the same I²C bus.
Important: All devices within the system shall share a common ground (GND) reference to ensure measurement accuracy and proper functionality.
Note: For simplified interfacing and improved accessibility, the use of a 6-pin header connector is recommended.
Downloads