This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EK-TM4C1294XL: I am looking for a MQTT client library to integrate with our Tiva1294NCPDT product

Part Number: EK-TM4C1294XL

Dear all

Looking for a MQTT client library to work with our driver product which is based on the MCU, just wonder whether there is any example - noticed a CCS_SDK with some MQTT support in it? wonder whether it is good to move it to Tiva1294? I don't use RTOS.

What is the MQTT protocol version there?

Thank you!

Ping

  • Hi,

      Sorry, we don't have any MQTT example for Tiva TM4C129 MCU. However, you can take a look at MQTT examples for MSP432E MCU. You are correct, these examples are based on TI-RTOS NDK. 

  • Thanks for reply, Charles

    a few more questions please:

    What is the MQTT version supported please?

    Does it support both client and server by the look?

    is it easy to migrate to Tiva1294? Our product is in market for some time and needs a new feature MQTT now, I need some support please.

    Regards!

    Ping

  • Hi Ping,

      The example mqttclientserver support both client and server as far as I know. Please refer to the readme file:///C:/ti/simplelink_msp432e4_sdk_4_20_00_12/examples/rtos/MSP_EXP432E401Y/ns/mqttclientserver/README.html about the version. From software collateral perspective, Tiva MCU is based on TivaWare SDK while MSP432E is based on the TI SimpleLink SDK. They are however the same silicon. If you want to use TivaWare along with lwIP stack then you would need to look for the mqtt application but we cannot support it.