Skip to main content
Visitor II
February 28, 2019
Question

Any MQTT client example for STM32F7/H7?

  • February 28, 2019
  • 1 reply
  • 1731 views

I have NUCLEO-H743ZI, NUCLEO-F746ZG and the STM32F746G-DISCO

After trying the FreeRTOS-based HTTP server example which uses lwIP,

I noticed lwIP 2.0.2 supports MQTT client codes.

I have a Mosquitto 1.5.7 MQTT broker which is installed on AWS EC2 cloud instance and I want the STM32F746G to subscribe a topic via Ethernet.

Are there any MQTT client examples for STM32F746G/STM32H743 devices?

I did find an MQTT + TI's TM4C1294 example, but I want to stick with STM32 chips.

Thanks for the help

    This topic has been closed for replies.

    1 reply

    Visitor II
    August 28, 2023

    Did you found any solution for the implementation of mqtt on stm32h7?