简体   繁体   中英

Zephyr AWS IOT Sample Application

I have an embedded application running on Zephyr OS

I want to push the sensor data on AWS IOT, there is no sample application for AWS in Zephyr, but there are for Azure and Google IOT

Can anyone guide me in writing a sample application using AWS IOT or some reference for it

You can use the mqtt_publisher example, enable CONFIG_MQTT_LIB_TLS, load the root ca, the device ca, and the private key, then you should be able to connect to AWS. Also make sure you increase the main stack to 4096 and heap to 70k.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM