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.

Revisions of main.cpp

Revision Date Message Actions
24:224c07ec3bd0 2016-12-16 Updates prior to full publish. README is updated and the shadow demo is setup to build by default and uses wireless/sd_card configuration. File  Diff  Annotate
23:b9ff83dc965f 2016-12-15 Added an alternate demo that publishes JSON data to a topic instead of using the device shadow. The topic (rule) is intended to be used along with DynamoDB and S3 (a static website). File  Diff  Annotate
20:ee34856ae510 2016-12-07 The demo now reads the FRDM-K64F temperature and humidity sensors and adds that data to the reported AWS IoT device Shadow. Both the firmware and Python GUI are updated. File  Diff  Annotate
18:6370da1de572 2016-12-06 Added code to support SD card access. The key/cert and MQTT information required for the demo can now be pulled from the SD card file system. File  Diff  Annotate
16:02008a2a2569 2016-12-02 Cleaned up some project TODOs added a quick start guide to the README.md that's in the root folder. File  Diff  Annotate
15:6f2798e45099 2016-12-01 Initial commit. Demo works with both the FRDM wired Ethernet and the Avnet Shield wireless modem. File  Diff  Annotate
12:1ae41c231014 2016-10-21 Updating mbed-os to mbed-os-5.2.0-rc4 File  Diff  Annotate
9:1ac74f2d7bda 2016-09-06 Reduce example stack usage File  Diff  Annotate
0:fc70c47eecb4 2016-07-27 Update example home repo at The canonical source for this example lives at https://github.com/ARMmbed/mbed-os-example-tls File  Diff  Annotate