Page 1 of 1

Question on command AT + MQTTUSERCFG

Posted: Wed Sep 29, 2021 8:48 am
by Anton_Dru
Hello guys.
I need to connect to the AWS cloud over MQTT protocol.

I should use this command to do it:
AT+MQTTUSERCFG=<LinkID>,<scheme>,<"client_id">,<"username">,<"password">,<cert_key_ID>,<CA_ID>,<"path">

where:
LinkID - 0
scheme - 5
client_id - ""
username - ""
password - ""

My question is: if you need to connect to AWS you must provide also rootCA, client certificate and, private key. How should we add all these above-mentioned items?

Do you have any examples for connection to the AWS?

Re: Question on command AT + MQTTUSERCFG

Posted: Fri Oct 08, 2021 8:53 am
by Helen L

Re: Question on command AT + MQTTUSERCFG

Posted: Thu Dec 30, 2021 7:14 am
by ESP_Alson