Close

Recommended upgrade to fix invalid current and power readings

A project log for Raspberry Pi INA219 voltage/current sensor library

Python library for Raspberry Pi which provides an easy to use interface for the INA219 voltage and current sensor from Texas Instruments.

chrisChris 02/21/2017 at 07:170 Comments

If you are currently using this library I recommend you upgrade to v1.0.3 which fixes an issue with invalid current and power readings if low values of max expected amps are specified (Issue #4).

To see what version you currently have execute:

pip show pi-ina219

To upgrade simply execute:

sudo pip install git+git://github.com/chrisb2/pi_ina219.git

Discussions