Skip to main content
sunil sahu
Visitor II
March 16, 2018
Question

How I can implement MQTT protocol stack on STM32 with GSM module simcom7100E ?

  • March 16, 2018
  • 2 replies
  • 1252 views
Posted on March 16, 2018 at 12:11

Hi

I want to use SIMCOM7100E GSM module with STM32 board with MQTT protocol stack embedded on it.

Is there any STM32 development board or any STM Development board which supports MQTT protocol stack with simcom7100E GSM module?

?

#simcom7100e+mqtt+stm32+gsm
    This topic has been closed for replies.

    2 replies

    Andrew Neil
    Super User
    March 16, 2018
    Posted on March 16, 2018 at 13:35

    Always good to search for existing material:

    https://community.st.com/search.jspa?q=mqtt

    eg,

    Like other internet protocols, MQTT is entirely independent of the underlying hardware.

    So just try googling something like, 'MQTT microcontroller client'

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

    Note that ST have recently announced some Cellular Discovery Kits:

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

    Although they may not actually be available yet, check the product pages to see if there's any useful info or software...

    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.
    vuahoa07
    Associate
    May 13, 2018
    Posted on May 13, 2018 at 03:57

    I  had a similar problem last year and find no implementation. So I write my old TCP handler and mqtt client based on lwip's mqtt.The most important thing is the TCP interface with SIM7100 (through AT). The MQTT is not so difficult to implement.

    (Because of company security, i cannot share the source).