This Python library supports the INA219 voltage, current and power monitor from Texas Instruments with a Raspberry Pi using the I2C bus. The intent of the library is to make it easy to use the quite complex functionality of this sensor.
MIT License
114
stars
34
forks
source link
[Solved] Needed version for Raspberry Pi 5 - PiOS Bookworm 64-bit - GoPiGo3 Robot #41
I needed a version which would run on the Raspberry Pi 5 in PiOS Bookworm 64-bit, but I did not know how to translate to use a generic GPIO library. I made a version which uses the DexterIndustries RFRTools di_i2c I2C interface to work on my robot.
I needed a version which would run on the Raspberry Pi 5 in PiOS Bookworm 64-bit, but I did not know how to translate to use a generic GPIO library. I made a version which uses the DexterIndustries RFRTools di_i2c I2C interface to work on my robot.
Thank you for this great package.
My derived version: https://github.com/slowrunner/gopigo3-pi5-ina219/tree/main