Hello, I am trying to connect the CC3200 to the Watson IoT by using the CC3200 RegisteredWIFI example.
I have done it according to the following recipe including modifying the OrganizationID, typeID and deviceID. and authentication token to fit the device that was created on the Watson IoT
char organization[] = "39hbk4"; //"<replacewithorg>";
char typeId[] = "iotsample-ti-energia";
char pubtopic[] = "iot-2/evt/status/fmt/json";
char subTopic[] = "iot-2/cmd/+/fmt/json";
char deviceId[] = "000000000000";
char clientId[64];
char mqttAddr[IBMSERVERURLLEN];
int mqttPort