AWS IoT Device Support for LoPy
-
Thanks Daniel !
Will integrate and check if this works for me.
-
Dear Satish, sorry for the delay. Please check this example here:
https://github.com/danicampora/aws_demo
You need to get the certificate files and the key from Amazon. Place them somewhere inside /flash (via the ftp server) and pass the full paths when wrapping the socket.
simple.py is the MQTT library with TLS support. You don't need to touch anything there. Just look at main.py to connect to WiFi, and then at demo.py where you need to change the certificate file paths and the AWS connection details.
Cheers,
Daniel
-
Re: AWS IoT Device Support for LoPy
Good to hear, we are trying to build and integrate with all possible cloud solution like Hive MQ, Bluemix, Azure, AWS etc...
My requirement to migrate the existing system which uses AWS, have the data pushed to AWS from LoPy.
@daniel Could you help in getting the experiment code tested for AWS from Micropython umqtt.
Thanks & Regards,
Satish Kumar. R.
-
I have tested fine integration with IoT Bluemix Platform from Lopy, using mqtt library.
https://internetofthings.ibmcloud.com
-
You might want to have a look at this thread. When Daniel follows up we might have a solution :-)