You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built up everything on a breadboard and run all components on 3.3 V. The display shows the initial values as long as only the ATtiny85 is attached to it. As soon as I connect the INA219 the display shows nothing. I have the pins A0 and A1 connected to ground so I had a look into your sketch and found out that you set the I2C address to 0x80, but in my case it should be 0x40, right? But that wasn’t the solution unfortunately. Any idea what else could be the issue here?
When I wrote my first issue here I had a ready made INA219 module attached without any problem. Everything was running on 5V. But now I use the INA chip just with the shunt and a 100 nF capacitor attached.
The text was updated successfully, but these errors were encountered:
The firmware uses the address with the write bit, so 0x80 = (0x40 << 1) | 0 is correct. You must have made something wrong in the wiring, maybe on the I2C bus because the OLED stopped to work.
Hello,
I built up everything on a breadboard and run all components on 3.3 V. The display shows the initial values as long as only the ATtiny85 is attached to it. As soon as I connect the INA219 the display shows nothing. I have the pins A0 and A1 connected to ground so I had a look into your sketch and found out that you set the I2C address to 0x80, but in my case it should be 0x40, right? But that wasn’t the solution unfortunately. Any idea what else could be the issue here?
When I wrote my first issue here I had a ready made INA219 module attached without any problem. Everything was running on 5V. But now I use the INA chip just with the shunt and a 100 nF capacitor attached.
The text was updated successfully, but these errors were encountered: