Demo application for using the AT&T IoT Starter Kit Powered by AWS.

Dependencies:   SDFileSystem

Fork of ATT_AWS_IoT_demo by Anthony Phillips

IoT Starter Kit Powered by AWS Demo

This program demonstrates the AT&T IoT Starter Kit sending data directly into AWS IoT. It's explained and used in the Getting Started with the IoT Starter Kit Powered by AWS on starterkit.att.com.

What's required

  • AT&T IoT LTE Add-on (also known as the Cellular Shield)
  • NXP K64F - for programming
  • microSD card - used to store your AWS security credentials
  • AWS account
  • Python, locally installed

If you don't already have an IoT Starter Kit, you can purchase a kit here. The IoT Starter Kit Powered by AWS includes the LTE cellular shield, K64F, and a microSD card.

Revision:
12:1ae41c231014
Parent:
5:8275e4cee0d5
Child:
15:6f2798e45099
--- a/README.md	Wed Oct 05 05:15:17 2016 +0100
+++ b/README.md	Fri Oct 21 16:00:20 2016 +0100
@@ -8,7 +8,11 @@
 
 ## Required hardware
 
-This example also requires an Ethernet cable an connection to the internet additional to the hardware requirements in the [main readme](../README.md).
+This example also requires an Ethernet cable and connection to the internet additional to the hardware requirements in the [main readme](../README.md).
+
+The networking stack used in this example requires TLS functionality to be enabled on mbed TLS. On devices where hardware entropy is not present, TLS is disabled by default. This would result in compile time or linking failures.
+
+To learn why entropy is required, read the [TLS Porting guide](https://docs.mbed.com/docs/mbed-os-handbook/en/5.2/advanced/tls_porting/).
 
 ## Monitoring the application