Other Parts Discussed in Thread: CC3235SF
Hello,
Question 1:
I have been working on the CC3235SF LaunchPad for a few days, specifically experimenting with the mqtt_client_CC3235SF_LAUNCHXL_tirtos7_ticlang example. I've successfully managed to publish messages to Thingsboard MQTT server without any issues. However, I am encountering a problem where I am not receiving any response from the subscribed topic from a custom Thingsboard server.
I have confirmed that the Thingsboard server is functioning properly since I am able to receive the expected response using an ESP32 board.
Question 2:
I have noticed that the UART logs are not being displayed after the execution of the SlNetConn_start() function in the mainThread. However, the log messages from the callbacks are still functioning correctly.
Here is my log
ti_net_SlNet_initConfig
WIFI_IF_init
============================================
MQTT client Example Ver: 2.0.3
============================================
CHIP: 0x31100019
MAC: 3.7.0.1
PHY: 3.1.0.26
NWP: 4.13.0.2
ROM: 8738
HOST: 3.0.1.71
MAC address: 34:03:de:10:f6:f4
============================================
SlNetConn_init
SlNetConn_start
[WIFI::INFO] [SlWifiConnEventHandler] POWERED_UP
[WIFI::INFO] MAC address: 34:3:de:10:f6:f4
[WIFI::INFO] [Event] STA disconnected from AP (Reason Code = 208)
[WIFI::INFO] [Event] STA connected to AP - BSSID:a2:47:e3:51:81:77, SSID:Wireless_FC
[WIFI::INFO] [NETAPP EVENT] IP Acquired: IP=192.168.8.170 , Gateway=192.168.8.1
[SlNetConnEventHandler] I/F 1 - CONNECTED (IP LEVEL)!
[SlNetConnEventHandler] I/F 1 - CONNECTED (INTERNET LEVEL)!
[MQTT_APP::INFO] MQTT_EVENT_CONNACK
[MQTT_APP:[MQTT_APP::INFO] APP_MQTT_PUBLISH
Here is the image from SimpleLink Academdy. The log " scuscribed to all topics successfully is the log after SlNetConn_start() function.
