Hi I’m using the GM02SP with firmware UE8.2.2.1 attempting to add certificates to it using:
AT+SQNSNVW=“certificate”,5,788\r\n
-----BEGIN CERTIFICATE-----
CERTIFICATE DATA
-----END CERTIFICATE-----
but just get +CME ERROR: operation not supported as a response once i finish sending the certificate, i can read certificate 1-3
and get the following when i send AT+SQNSNVW=?\r\n
OK
+SQNSNVW: “certificate”,(5,6,11-19),(0-8192)
+SQNSNVW: “privatekey”,(0-19),(0-2048)
+SQNSNVW: “strid”,(0-19),(0-1024)
OK
the certificate is valid i even tried adding one extra byte to the size and using one less byte for the size to see if i was off by one on the parameter, but got the same operation not supported
AT+SQNSNVW=“certificate”,5,787\r\n
AT+SQNSNVW=“certificate”,5,789\r\n
so I’m not sure why it would be having this issue, is there a certificate someone has that is known to work so i can try uploading it? or is there something else I’m missing?