A4 and A5 are the only I2C connections.
Refer below page 8 on selection of different address for your 2 sensors.
https://cdn-learn.adafruit.com/downloads/pdf/adafruit-ina219-current-sensor-breakout.pdf
As above DC not AC measurement.
A4 and A5 are the only I2C connections.
Refer below page 8 on selection of different address for your 2 sensors.
https://cdn-learn.adafruit.com/downloads/pdf/adafruit-ina219-current-sensor-breakout.pdf
As above DC not AC measurement.
Hi. @bergerino
You have two I2C devices with DIFFERENT addresses, why have you got them on separate inputs?
The reason for two DIFFERENT addresses is so you can operate BOTH on the same I2C bus.
Thanks.. Tom...
![]()
Yeah exactly. Someone else suggested before, i just didn't know you should put them both in the same pin and solder them to change their address. I haven't got the chance to test this out yet but probably that's the problem
Why do you use two different addresses here, 0X40 and 0X41.
Which address are they both setup for?
If you have not soldered any pads then BOTH sensors will be 0X40.
Adafruit_INA219 ina219_5(0x40);
Adafruit_INA219 ina219_12(0x40);
Tom..
![]()
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.