demo of the murata wifi chip. This demo tries to connect to an open wifi access point and prints out all the relevant information about the connection. It then scans all wifi access points nearby and reports their information.

Dependencies:   SNICInterface mbed-rtos mbed

Fork of SNIC-xively-jumpstart-demo by muRata

Revision:
1:0a61d7ab702c
Parent:
0:efdea27c3b81
Child:
3:7ad3f6543b6e
--- a/main.cpp	Mon May 13 19:30:39 2013 +0000
+++ b/main.cpp	Mon May 13 19:47:06 2013 +0000
@@ -9,8 +9,8 @@
 
 #include "MMA7660.h"
 
-#define XI_FEED_ID 128488
-#define XI_API_KEY "T4KXAH_gw1PW42RjRdhU-lgmCC6SAKw3NnBPc3dydUc4ND0g"
+#define XI_FEED_ID 123 // set Xively Feed ID (numerical, no quoutes
+#define XI_API_KEY "T4KXAH_dasgw1PWBPc3fdsfsdgsdy-dUc4ND0g" // set Xively API key (double-quoted string) 
 
 #include "C12832_lcd.h"