Hello Good Day
I am on the project of uploading data using QUECTEL EC200U-CN on MQTT.
Following are the AT commands used.All goes well but for the final command
// 1. Ensure data is active
AT+CGDCONT=1,“IP”,“jionet”
AT+QIACT=1
AT+QIACT? // getting IP address ok
// 2. CONFIGURE MQTT BEFORE OPENING
AT+QMTCFG=“version”,0,4 // MQTT v3.1.1
AT+QMTCFG=“keepalive”,0,60 // " keepalive" not supported
// 3. Open MQTT network (not raw TCP!)
AT+QMTOPEN=0,“18.157.134.250”,1883
// WAIT until you see:
// +QMTOPEN: 0,0
// Do NOT send anything else during this time!
I see +QMTOPEN :0,0
But the final AT command returns Error, whatever the length of user name
// 4. Connect
AT+QMTCONN=0,“SARAVANAN_JIO” — at this command ERROR
ATI command returns the version :
ATI
Quectel
EC200U
Revision: EC200UCNAAR02A09M08
can you please help me with MQTT AT commands.should i upgrade the firmware?
Thank you