Hi All,
I'm trying to get two HATs working in "stacked" mode on my Pi. The two hats are: DC motor HAT from Adafruit and the new Pi Sense HAT from RaspberryPi.org.
So far I have the motor hat working over I2C and all is ok. I've now stacked the Pi Sense on top and not having much luck.
This is my setup (in order of stacking)
Pi with 5v 2A power supply
DC motor hat (no external power for motors at the moment and no motors)
Pi Sense hat on top
When I run i2cdetect, I get a number of addresses including x060 which I used to use for the motor HAT and seems unchanged.
However when I use the sense_hat library in python, I'm getting a bunch of errors.
Ipi@kcpi ~ $ ls /dev/i2c*
gives me
/dev/i2c-1
My questions are:
1) Can Pi support different simultaneous HATs over i2c?
2) Is there something wrong with my setup?
Any help is much appreciated!
Thanks!

