I am developing MQTTS Logic using EC25-E.
However, when MQTT is open, +QMTOPEN: 0,-1 is obtained and the connect is also impossible.
It seems to be a problem that many people have encountered in the past, but I haven’t been able to find a solution.
So my question is…
How can I update the latest firmware for EC25-E?
The final destination is Google IoT Core (GCP), and I have only the client_key. Many devices communicated only with the client_key, is it okay not to input CA_cert and client_cert?
How have others solved the problem?
Is it a problem between MCU and EC25? Regardless of the server?
1、If you are using a domain name, run AT+QIDNSCFG to configure DNS,And verify that the domain name can be resolved by AT+QIDNSCFG
2、You will also need to test the validity of CA certificates and servers with the MQtt.fx tool
How many bytes can the password be when doing AT+QMTCONN?
Because Google GCP uses a password for the JWT certificate, it is very long (about 600 bytes), so ERROR continues to occur. Is this correct?