cancel
Showing results for 
Search instead for 
Did you mean: 

We are looking for examples or documentation on using Wi-Fi connectivity to interface STM32 with a MQTT broker.

Dimitris V
Associate II

We got B-L475E-IOT01A development board and we need to use Wi-Fi to interface with a generic MQTT broker.

However, the included STM32CubeIDE examples were not very helpful at all.

Are there any more STM32CubeIDE examples or documentation available on sending/receiving data through Wi-Fi module?

Thank you,

Dimitris

1 REPLY 1
JVand.12
Associate II

I don't recall getting mqtt client working on a stm32cubeide code base but I was able to get mqtt working with that board over wifi by using the Arduino code. Arduino libraries have the pubsub mqtt client, for example.