2023-05-16 11:23 AM
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
2023-05-21 10:25 AM
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.