Tag: ina219b
-
Using INA219 (GY-219) with the Raspberry Pi
Hi everyone, I’ve just setup an INA219B Voltage/Current sensor on my RaspberryPi. Just thought I’d link the tutorials and libraries I used – there’s a lot of really useful info out there. Install the following library via git: https://github.com/chrisb2/pi_ina219 sudo pip3 install pi-ina219 Follow this tutorial: https://www.rototron.info/raspberry-pi-ina219-tutorial/ Misc Notes Common ground is required Vin –…