We are looking for examples or documentation on using Wi-Fi connectivity to interface STM32 with a MQTT broker.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
Labels:
- Labels:
-
STM32CubeIDE
-
STM32L4 series
-
Wifi
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
