Hello,
Im using BW16 RTL8720DN Wifi Module and firmware version is
at version:release/V4.18_P2.29.2
sdk version:amebad_v6.2C
firmware version:release/V4.18_P5.6.4
I have connected with my MQTT server and able to publish message to server. but i cant able to read / receive the subscribed (new) message. How to get the message.
At commands - MQTT AT 命令集 — 安信可科技 documentation
whenever i publish from the server i got the publish packet msg in UART_LOG
[AI_MqttKeepalive()-1341]send mqtt req
[AI_MqttDataHandle()-1555]Read packet type is PINGRESP
[AI_MqttDataHandle()-1555]Read packet type is PUBLISH
[AI_MqttKeepalive()-1341]send mqtt req
[AI_MqttDataHandle()-1555]Read packet type is PINGRESP
But no response in the UART.