2020-11-04 03:55 AM
Hey guys....
Hope you all are doing well
I've own the STM32 mp1 dk2 board
At my host (Ubuntu 18.4 LTS), i have successful installed OpenSTLinux and SDK
I'm able to Cross Compile the "hello world" code at user space and it's working well
Now, for one of my IoT application, i need to integrate the AWS IoT c SDK
I need to Cross-compile the aws IoT C sdk for the MP1 but, i haven't found any resources regrading the same
Can anyone help me here ?
All suggestions and Comments Welcome =)
Regards,
Mahendra Sondagar
2020-11-04 05:56 AM
Hi @Mahendra Sondagar ,
Did you have a look to https://wiki.st.com/stm32mpu/wiki/How_to_integrate_AWS_IoT_Greengrass ?
There is a pending update to come in order to use the freshly delivered layer in https://github.com/STMicroelectronics/meta-st-stm32mpu-app-aws
Hope it help
Olivier
2020-11-05 11:54 PM
Hey.. Thanks @Community member
In my application, i don't need any Lambda or other services
I just need to send the Sensors data to aws MQTT
That's why I'm looking for the AWS IoT SDK
is there any chance to cross compile the AWS Embedded C sdk
If yes then please let me know
Thanks