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:
23:b9ff83dc965f
Parent:
15:6f2798e45099
diff -r 0a5d7c20ed96 -r b9ff83dc965f WNCInterface/WNCInterface.h
--- a/WNCInterface/WNCInterface.h	Wed Dec 07 21:19:07 2016 +0000
+++ b/WNCInterface/WNCInterface.h	Thu Dec 15 18:05:09 2016 +0000
@@ -149,6 +149,9 @@
    */
   void doDebug(int val);  //doing this so I can get to the wnc controller pointer
   
+  /** Returns full ICCD on the SIM that is being used.
+   */
+  void WNCInterface::getICCID(string *str);
   
 //private:
   static WncController_fk::WncIpStats myNetStats;     //maintaint the network statistics