aws-iot-device-sdk-embedded-C icon indicating copy to clipboard operation
aws-iot-device-sdk-embedded-C copied to clipboard

SDK for connecting to AWS IoT from a device using embedded C.

Results 18 aws-iot-device-sdk-embedded-C issues
Sort by recently updated
recently updated
newest added

Steps to reproduce: 1. After downloading the firmware, the otaThread will exit. 2. Then restart the demo, it will in self test mode, and OtaSelfTestTimer will be created 3. Since...

Hi co-developers, Using the AWS SDK with CC3220sf uC, it is possible to connect to AWS MQTT broker and also subscribe to topics in a named device shadow. However, when...

Fixes #1811 Use the same alpn identifier definitions for all demos. By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

I use the manual reconnect for the MQTT service when the Wi-Fi gets reconnected. I noticed that "subscribe" will stop working after the 2nd reconnection onwards but this is not...

It was not clear how the OTA code signing certificate should be imported into the application. This PR adds documentation on handling OTA code signing certificate. By submitting this pull...

* EAGAIN or EWOULDBLOCK should return zero to indicate this send or recv operation can be retried. * Use error code instead of assert to check the invalid parameters. Reference...

Add support for the libp11 openssl engine and p11-kit to the openssl_posix.c transport interface implementation. By submitting this pull request, I confirm that my contribution is made under the terms...

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

*Issue #, if available:* *Description of changes:* Update coreMQTT dependent demos for coreMQTT 2.1.0 Update submodule pointers to LTS 2.0 libraries By submitting this pull request, I confirm that my...

I'm helpless after hours of trying to cross compile 202108.00 with arm linux toolchain. c/c++ compiler, openssl lib are all found (because handled by a shell prep script setting all...