6 years, 4 months ago.

Communicating with Raspberry Pi Sense Hat

Is it possible to communicate between the STM32F746 Nucleo-144 and the Raspberry Pi Sense Hat using the input/output pins, or is the Sense Hat only compatible with the Raspberry Pi itself?

1 Answer

6 years, 4 months ago.

Assuming Sense Hat provides GPIO like Serial or I2C, then you should be able to communicate over that protocol. Here are some examples on the mbed side:

https://os.mbed.com/docs/v5.6/reference/serial.html https://os.mbed.com/docs/v5.6/reference/i2c.html

You'll need to find the equivalent code for the Raspberry pi to run to communicate over these.