2018-03-16 04:11 AM
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+gsm2018-03-16 05:35 AM
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...
2018-05-12 06:57 PM
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).