How to use AWS IoT Device SDK for Embedded C with Micropython #9239
-
There's no official aws iot device sdk for micropython. But is there a way to use AWS IoT Device SDK for Embedded C with Micropython? The followings are the related links that I was able to find but none of them provides any solutions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This will likely be quite difficult as they will probably expect C APIs for networking and sockets to be available. (i.e. it's probably expecting to run on FreeRTOS). It will probably be less work to try and replicate the basics of what you need from the SDK in Python. |
Beta Was this translation helpful? Give feedback.
This will likely be quite difficult as they will probably expect C APIs for networking and sockets to be available. (i.e. it's probably expecting to run on FreeRTOS).
It will probably be less work to try and replicate the basics of what you need from the SDK in Python.