vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.91k stars 709 forks source link

How we connect M95 with the aws iot using arduino #602

Open PRADIPMAHAJAN opened 2 years ago

PRADIPMAHAJAN commented 2 years ago

Hey, I am trying to connect with m95 to the Arduino for communication between the client and AWS IoT, But have some issue I don't know how I upload my CA,CC and Private key with the command AT+QSECWRITE=\"RAM:cacert.pem\",1187,100 how to write my file to the serial port please help me. can we write complete file to the serial port how.

SRGDamia1 commented 2 years ago

I'm sorry, I'm not familiar enough with the M95 or AWS certificates to help.

OussamaNRCI commented 2 years ago

Hi @PRADIPMAHAJAN Did you find a solution about load certificate to work with AWS IoT Core

PRADIPMAHAJAN commented 2 years ago

Yes, I got the solution buy a M95 Quectel GSM module and their is a document you can download from google m95 mqtt AT command PDF follow this pdf store certificates, private key or Root cert in NVRAM of M95 and try to connect.