Need AT Commands for RTL8720 bw16 module


Hi Experts im using RTL8720DN BW16 module with ATMEGA2560 through uart interface. Im in need of AT Commands for MQTT. I searched a lot but i got only TCP functions and Basic Wifi functions commands only. please let me know anybody having / know the link of the full AT Commands

I moved your topic to an appropriate forum category @mssiva1.

In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.

This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.

Thanks in advance for your cooperation.

What makes you think that the module has built-in support for MQTT? :thinking:

download (1)
I used this development board for MQTT and tested, so now we used module only with atmega2560

So why can't you just do the same as whatever you did with that dev board? :thinking:

Please give a link to that dev board.

Does that module have the same firmware as whatever was in the module on your unknown dev board?

thanks, will check the firmware

https://www.amebaiot.com/en/amebad-mini-arduino-getting-started/

What's that?

It's nothing like what you posted in post #4!

Sorry i have moved to another project, so some delay in testing this.
I have updated the firmware to the following

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

Above is the AT Command list im using.

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. So i cant able to read the message.

Finally its got functioned, thanks

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.