I’m working with B-L475E-IOT01A2 board from STMicroelectronics which recommended by AWS.
Hence there is no AWS SDK in C for microcontrollers so how this board can define itself as a thing in AWS IoT service automatically and download the certificates directly to microcontroller? This is possible by using Python(and other SDKs) for powerful enough (faster, linux/windows) microcontrollers, but what about microcontrollers which support only C.
Any suggestion, idea and help would be really appreciated.
Regards
Keivan
Thanks for your guides.
Actually, my purpose is that the device, say ST IoT Node, can define IoT Thing in AWS IoT Platform. It is possible in other SDKs like Python(with boto3) or java but there is no SDK for that in C(at least I couldn’t find it). For example in python we use the following code to define thing in AWS IoT Platform:
I want to do this in C, it means the device can define itself in platform.
I want to know if there is such an SDK in C for micro-controllers or if there is a way to do that.
Any help or suggestion would be really appreciated.
Keivan