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.

Committer:
Janos Follath
Date:
Wed Jul 27 14:34:24 2016 +0100
Revision:
0:fc70c47eecb4
Update example home repo at The canonical source for this example lives at https://github.com/ARMmbed/mbed-os-example-tls

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Janos Follath 0:fc70c47eecb4 1 {
Janos Follath 0:fc70c47eecb4 2 "config": {
Janos Follath 0:fc70c47eecb4 3 "network-interface":{
Janos Follath 0:fc70c47eecb4 4 "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
Janos Follath 0:fc70c47eecb4 5 "value": "ETHERNET"
Janos Follath 0:fc70c47eecb4 6 },
Janos Follath 0:fc70c47eecb4 7 "wifi-ssid": {
Janos Follath 0:fc70c47eecb4 8 "help": "WiFi SSID",
Janos Follath 0:fc70c47eecb4 9 "value": "\"SSID\""
Janos Follath 0:fc70c47eecb4 10 },
Janos Follath 0:fc70c47eecb4 11 "wifi-password": {
Janos Follath 0:fc70c47eecb4 12 "help": "WiFi Password",
Janos Follath 0:fc70c47eecb4 13 "value": "\"Password\""
Janos Follath 0:fc70c47eecb4 14 }
Janos Follath 0:fc70c47eecb4 15 },
Janos Follath 0:fc70c47eecb4 16 "target_overrides": {
Janos Follath 0:fc70c47eecb4 17 "*": {
Janos Follath 0:fc70c47eecb4 18 "target.features_add": ["IPV6", "CLIENT", "IPV4"]
Janos Follath 0:fc70c47eecb4 19 }
Janos Follath 0:fc70c47eecb4 20 }
Janos Follath 0:fc70c47eecb4 21 }