Uninterruptable power supply with Navigator

Hi @Lewis_Miles,

Could you please provide the following informations?

Are you running BlueOS?
Have you tried running the system without the PiJuice HAT? If so, does it work fine?

If it does, it seems like the issue might be related to an overlay setup made in your PiJuice EEPROM. Apparently, you can disable or remap it.

First, I would suggest installing the i2c-tools and checking if the navigator I2C devices are functioning correctly. Please run the following commands:

pi@blueos:~ $ sudo apt-get install i2c-tools
pi@blueos:~ $ i2cdetect -y 1
00: -- -- -- -- 0C -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- 48 -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- 76 --
pi@blueos:~ $ i2cdetect -y 4
00: -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: 40 -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: 70 -- -- -- -- -- -- --
2 Likes