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.

MSP432P401R: Example Code for Establishing a MQTT Connection using MSP432p401r and CC3100 Boost

Part Number: MSP432P401R

Hi,

I am having trouble getting my CC3100 Boost to operate as a MQTT client in CCS composer. I have an example code running in Energia that works great, but I am developing labs for an IOT course and I need things running in CCS.

I know I can import Energia sketches to CCS, but I would like to have an example in CCS format to keep the labs consistent. I've looked hard online and through the resource explorer to get some code for these boards running in CCS. Are there any references out there someone can point me too?

In my Energia sketch, I am using a slightly modified code for the "MQTTBasicWifi" example under the PubSubClient Tab. I can effectively poll and push to the Adafruit IO API.

Regards,

Aidan