-
CommentStreams:47ca6882b7dbf856cbe9b7015f661c98
I need some help for using your UPS3 with other HATs in the same system. What are all the GPIO pins the UPS3 uses? Studying your Wiki and Github info I find:
- LED brightness (control): GPIO 18 controls LEDs, and this can be changed to GPIO 12 (either provides Pi PWM0). I must also change the "DI" strap on the UPS3 board, next to the "POFF" strap to use GPIO 12, correct? - Power off control: Using the UPS3_power_off_guide, if I strap connect GPIO 6 and then drive GPIO 6 high then the UPS3 immediately turns off power to the 5V output, correct? - I2C port used: Uses Pi I2C1 interface on Pi P1 connector pins 3 and 5, correct? - Battery charger chip BQ25895: Uses I2C address 0x6A, correct? - Battery fuel gauge chip MAX17048: Uses I2C addresses 0x6C and 0x6D, per the Maxim datasheet. However, your smartups.py code has "MAX17048_ADDR = 0x36". Which is correct, and how does this work? - Are there any other resources on the Pi P1 connector that are used, so that I can avoid conflicts in my board design?