Seeking MQTT Implementation Example for STM32H7B3I-DK with Built-in WiFi Module
Hey ST Community!
I've been exploring the capabilities of the STM32H7B3I-DK development board, specifically its built-in WiFi module with the Inventek ISM43340-M4G-L44-10CF chipset. While I've successfully implemented HTTPS functionality using existing examples like the Clock and Weather application, I'm now looking to extend my project to include MQTT protocol support.
I discovered that the network interface implementation provided in the Paho MQTT C client library is not directly compatible with the STM32 Network Library, which I am utilizing for network communication in my project.
I've searched through available resources and examples but haven't been able to find a suitable MQTT implementation tailored for this specific hardware configuration. Has anyone in the community had success implementing MQTT on the STM32H7B3I-DK with the built-in WiFi module?
I'm currently investigating how to adapt the Paho MQTT library to integrate with the STM32 Network Library.
Any pointers, code snippets, or guidance would be greatly appreciated! Thanks in advance for your help.
