Skip to content

PiJuice and Anavi Infrared pHAT i2c conflict #828

Answered by tvoverbeek
Meridien asked this question in Q&A
Discussion options

You must be logged in to vote

I2C is a bus system. You can connect many sensors in parallel as long as there are no address conflicts.
Pijuice uses by default addresses 0x14 and 0x68 (for the RTC).
The ANAVI hat allows you to attach 3 I2C sensors in parallel.
The mentioned examples on the anavi site have no address conflicts with the PiJuice:
BMP180 uses 0x77
HTU21 uses 0x40
BH1750 uses 0x23
So no problem to use them stacked on each other.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Meridien
Comment options

Answer selected by Meridien
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants