Quectel M66 MQTT

Hello,
We are working with the Open CPU of Quectel’s M66 modules.
We would like to know if MQTT functionality can be implemented in opencpu environment.
If yes, could you please share the example code? As I could not find the mqtt example codes in the current SDK

Regards,
Suraj

What is the specific model of the module you use?What is the firmware version?Please give detailed feedback. Thank you.

1.The number on the module is as follows:
M66FA-04-STDN
2. Link to the SDK
https://www.quectel.com/ProductDownload/M66-DS_OpenCPU_SDK.html

Regards,
Suraj

Hello, the version of the module you are using does not support MQTT. To see if a feature is supported, check the “M66_Firmware_Release_Notes” file in the compressed firmware file.

I understand, but if I use the open CPU environment for M66, and use an MQTT example file, would it work?

Regards,
Suraj

hello

The firmware does not encapsulate MQTT, MQTT simply cannot be used, but the MQTT protocol is built on the TCP protocol, you can use TCP to encapsulate MQTT connection.Thank you.