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

Files at this revision

API Documentation at this revision

Comitter:
xively
Date:
Mon May 13 19:47:06 2013 +0000
Parent:
0:efdea27c3b81
Child:
2:51b141cc909a
Commit message:
Indicate that XI_FEED_ID and XI_API_KEY need to be set by the user

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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"