Hi,
I try to get informations from SenseHat connected to my raspberryPi 2b and pure data using this external : https://github.com/zevv/pd-i2c ( i am not familiar with i2c protocol... )
The help is minimal and I try to get the gyro sensor wich should be at address "0x1c" according to the pinout (https://fr.pinout.xyz/pinout/sense_hat).
I have no output at all with the external, but I get hexadecimal values when using:
[i2cget -y 1 0x1c(
|
[shell]
Somebody knows or ever tried this external?
Thanks!