Other Parts Discussed in Thread: CC3235SF
Hi,
I have downloaded iothub client sample mqtt example on Launchxl-cc3235sf board. I could establish network connectivity by providing Access point details in wificonfig.h. I have also updated connection string in iothub_client_sample_mqtt.c. I could see that connection is getting established with IotHub server but do not see any response from the same. Neither I see any messages sent by CC3235SF on Iot Hub.
Following is the message log:
--------------------------
Starting the iohub_client_sample_mqtt example
startSNTP: Current time: Mon Nov 14 05:06:14 2022
CC32XX has connected to AP and acquired an IP address.
IP Address: 192.168.43.104
file /cert/ms.pem already exists
IoTHubClient_LL_SetMessageCallback...successful.
IoTHubClient_LL_SendEventAsync accepted message [0] for transmission to IoT Hub.
IoTHubClient_LL_SendEventAsync accepted message [1] for transmission to IoT Hub.
IoTHubClient_LL_SendEventAsync accepted message [2] for transmission to IoT Hub.
IoTHubClient_LL_SendEventAsync accepted message [3] for transmission to IoT Hub.
IoTHubClient_LL_SendEventAsync accepted message [4] for transmission to IoT Hub.
-------------------------------
I am using playground certificate catalog.
Thanks,
Pradeep