Skip to main content
Dimitris V
Associate
May 16, 2023
Question

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

  • May 16, 2023
  • 1 reply
  • 1211 views

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

This topic has been closed for replies.

1 reply

JVand.12
Associate II
May 21, 2023

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.