Hi everyone.
I'm desperate for help on this one, I have been working for days trying to figure out a solution to this SIMCOM 7600E modem issue...
I am trying to do a basic MQTT test using the AT command set in the various manuals as a guide..
However no matter what I have tried from information found online... the issue persists.
It seems that the connection itself is fine... however as soon as I try to send a subscribe or publish command, the modem responds with:
+CMQTTSUBTOPIC: 0,14
ERROR
Which according to the manual, means "client is busy"..
https://simcom.ee/documents/SIM7600E/SIM7500_SIM7600%20Series_MQTT_ATC_V1.01.pdf
Can anyone with more exerience with these modems see the issue?
If any more details are required, such as code etc please let me know.
=== SENT@4254 ===
AT
==================
=== RECV@4257 ===
OK
==================
=== SENT@4257 ===
ATE0
==================
=== RECV@4260 ===
OK
==================
=== SENT@4260 ===
ATI
==================
=== RECV@4273 ===
Manufacturer: SIMCOM INCORPORATED
Model: SIMCOM_SIM7600E
Revision: SIM7600M21-A_V1.1
IMEI: XXXXXXXXXXXXXXXXXXXXX
+GCAP: ==================
=== RECV@4277 ===
+CGSM
OK
==================
OK
Registering on network...
=== SENT@4284 ===
AT+CPSI?
==================
=== RECV@4295 ===
+CPSI: LTE,Online,505-01,0x309D,136092930,257,EUTRAN-BAND3,1275,4,4,-178,-1185,-789,7
OK
==================
=== SENT@4300 ===
AT+CREG?
==================
=== RECV@4304 ===
+CREG: 0,1
OK
==================
=== SENT@4309 ===
AT+CGREG?
==================
=== RECV@4314 ===
+CGREG: 0,1
OK
==================
=== SENT@4319 ===
AT+CGDCONT=1,"IP","connect.apn"
==================
=== RECV@4341 ===
OK
==================
=== SENT@4341 ===
AT+CGACT=1,1
==================
=== RECV@4345 ===
OK
==================
OK
Init MQTT...
Connecting...
=== SENT@74524 ===
AT+CMQTTSTART
==================
=== RECV@74533 ===
+CMQTTSTART: 0
OK
==================
=== SENT@75533 ===
AT+CMQTTACCQ=0,"SIMCom_client01",1
==================
=== RECV@75539 ===
OK
==================
=== SENT@77539 ===
AT+CMQTTWILLTOPIC=0,10
==================
=== RECV@77543 ===
>==================
=== SENT@78543 ===
esp32/will
==================
=== RECV@78546 ===
OK
==================
=== SENT@79546 ===
AT+CMQTTWILLMSG=0,4,1
==================
=== RECV@79550 ===
>==================
=== SENT@80550 ===
test
==================
=== RECV@80554 ===
OK
==================
OK, CONNECTION SETUP READY!
CMQTTCONNECT Connecting...
=== SENT@81554 ===
AT+CMQTTCONNECT=0,"tcp://test.mosquitto.org:1883",60,1
==================
=== RECV@81569 ===
OK
==================
CMQTTCONNECT SUCCESS
CONNECTED!
=== SENT@82569 ===
AT+CMQTTSUBTOPIC=0,10,1
==================
=== RECV@82576 ===
+CMQTTSUBTOPIC: 0,14
ERROR
==================
FAILED TO SUBSCRIBE!