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:
Sat Jan 04 06:02:38 2014 +0000
Parent:
3:12723cf0a416
Child:
5:19044863e45c
Commit message:
Update wifi for event ssid

Changed in this revision

SocketModem.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SocketModem.lib	Fri Jan 03 06:29:13 2014 +0000
+++ b/SocketModem.lib	Sat Jan 04 06:02:38 2014 +0000
@@ -1,1 +1,1 @@
-https://mbed.org/teams/Multi-Hackers/code/SocketModem/#165b3a1084bd
+https://mbed.org/teams/Multi-Hackers/code/SocketModem/#571e0ef6c8dc
--- a/main.cpp	Fri Jan 03 06:29:13 2014 +0000
+++ b/main.cpp	Sat Jan 04 06:02:38 2014 +0000
@@ -5,9 +5,9 @@
 
 int main()
 {
-    std::string ssid = "your network name";
-    std::string securityKey = "your pass phrase";
-    Wifi::SecurityType securityType = Wifi::WPA2;
+    std::string ssid = "belkin54g";
+    std::string securityKey = "";
+    Wifi::SecurityType securityType = Wifi::NONE;
 
     //Wait for wifi module to boot up
     for (int i = 10; i >= 0; i = i - 2) {