Demo app to read data from temperature sensor connected to STM-F411RE and send values to AT&T M2X Data Service via MTS shield.

Dependencies:   M2XStreamClient SocketModem jsonlite mbed

Fork of STM32_MTS_Wifi_Connect_M2X by AT&T Developer Summit Hackathon 2016

Files at this revision

API Documentation at this revision

Comitter:
sam_grove
Date:
Fri Jan 03 05:05:52 2014 +0000
Parent:
1:b2a530079150
Child:
3:12723cf0a416
Commit message:
edits...

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Jan 03 05:03:38 2014 +0000
+++ b/main.cpp	Fri Jan 03 05:05:52 2014 +0000
@@ -5,10 +5,8 @@
 
 int main()
 {
-//    std::string ssid = "your network name";
-//    std::string securityKey = "your pass phrase";
-    std::string ssid = "McGroves";
-    std::string securityKey = "purnell44";
+    std::string ssid = "your network name";
+    std::string securityKey = "your pass phrase";
     Wifi::SecurityType securityType = Wifi::WPA2;
 
     //Wait for wifi module to boot up