Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 387 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 387 Bytes

INA-219-CurrentSensor

This Python program reads values from AdaFruit INA219 current sensor using 'ina219' module. It also stores Current, Voltage , and Power values in an XLSX File. Sensor is connected to I2C pins of Raspberry Pi.

ina219 module can be installed on Raspbian/Linux system by

sudo pip install pi-ina219

To check the Insatlled version of pi-ina219

pip show pi-ina219