6 years, 5 months ago.

MQTT client on F401RE with X-Nucleo-IDB05A1

Hi, I would like to build an MQTT Client with F401RE and X-Nucleo-IDB05A1 bluetooth board. I have the MQTT broker on a Raspberry PI 3. Thank for yours help.

1 Answer

6 years, 5 months ago.

Hi Claudio,

Take a look at the MQTT library here: https://os.mbed.com/teams/mqtt/code/MQTT/

Here's a simple Hello World example using the same MQTT library: https://os.mbed.com/teams/mqtt/code/HelloMQTT/ - You would just need to modify the example main.cpp for your board.

Please let me know if you have any questions!

- Jenny