ExploreEmbedded / Hornbill-Examples

89 stars 171 forks source link

Send SIM808 GPS data to the AWS IoT #11

Open Bhavikjp opened 6 years ago

Bhavikjp commented 6 years ago

Hello, I have successfully posted my sample static data on AWS using Hornbill library.

Now I have used SIM808 GPS, GSM/GPRS Module. It works using AT Commands. I got GPS data from SIM808 module. I want to post this GPS data to AWS using SIM808 AT commands. So, I had created HTTP/MQTT connection.

Now I have a hostname, Port: 8883, certificates of my AWS console. how can I attach certificates using AT commands?

One more question, If I used MQTT Lens or MQTT.fx or any other MQTT App, how to Attach Certificates in particular app?

Can you please suggest me using an example!! Thanks!!

TangYanYee commented 5 months ago

Hi may I ask have you got the solution yet? I am doing similar things recently.