Skip to main content
francis kumar
Associate
February 23, 2018
Question

STM32 mqtt support

  • February 23, 2018
  • 3 replies
  • 10037 views
Posted on February 23, 2018 at 09:20

Hi,

I am new to this ST32 family. I have requirement to use 32 bit mirco controller in our tracker application with MQTT protocol to connect it to cloud.

In our design we will include the ST32 with GPRS for TCP/IP socket for MQTT client.

please suggest us which ST microcontroller can support mqtt for our application. By default the ST SDK have mqtt library support?

If there is any dependencies or any commercial terms please let us know.

Thanks,

#uart #stm32f4
This topic has been closed for replies.

3 replies

Andrew Neil
Super User
February 23, 2018
Posted on February 23, 2018 at 09:48

Already answered for you here:

https://community.st.com/0D50X00009XkX21SAF

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Amel NASRI
ST Technical Moderator
February 23, 2018
To give better visibility on the answered topics, please click on "Best Answer" on the reply which solved your issue or answered your question.
francis kumar
Associate
February 23, 2018
Posted on February 23, 2018 at 11:16

Thanks i will look for 3rd party.

Thanks,

adrian
Associate III
February 23, 2018
Posted on February 23, 2018 at 11:22

I use the paho embedded c library, I only use the packet decoder/encoder and wrote my own client around it to make use of our RTOS.

although they do have a client implementation as well.

Andrew Neil
Super User
February 23, 2018
Posted on February 23, 2018 at 12:02

carpenter.adrian wrote:

I use the paho embedded c library,

See the other thread:

https://community.st.com/0D50X00009XkX21SAF

KUMAR.FRANCIS

‌: this is what happens when you ask the same question in 2 places - you get stuff spread all over the place!

>:(

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.