Hi, is the power hat compatible with the compute module 4 with raspberries own i/o carrier board? Similarly I’m interested in other base/carrier boards with the standard 40 pin setup.
Said another way, is the hat compatible with any Pi based 40 pin boards? We’d like to put this inside an industrial gateway that is based on the compute module 3, but will be upgrading to the 4 soon.
Yes, it is compatible with boards that have standard 40 pin GPIO headers.
Also, if you want to control the HAT with the Python API, you need to configure I2C on the Raspberry Pi.
Excellent thanks. Good news, I managed to get the python API working already like a charm within a container inside the BalenaOS. This is going to be very useful thank you.
I take that back, only challenge was getting the temp sensors to work - sixfab input, system and battery temps don’t like Balena for some reason. Otherwise perfect.