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:
Ilya Dmitrichenko
Date:
Fri Nov 08 16:57:17 2013 +0000
Parent:
11:bdf601a405fc
Child:
14:6d58d3855feb
Commit message:
Add TODO note...

Changed in this revision

xi_user_config.h Show annotated file Show diff for this revision Revisions of this file
--- a/xi_user_config.h	Mon Oct 14 13:33:04 2013 +0000
+++ b/xi_user_config.h	Fri Nov 08 16:57:17 2013 +0000
@@ -19,6 +19,6 @@
 // On the mbed app board we can use the LCD for debug output,
 // but one may wish to modify this and write to file instead
 #include "app_board_io.h"
-#define XI_DEBUG_PRINTF lcd_printf
+#define XI_DEBUG_PRINTF lcd_printf //TODO: use serial port...
 
 #endif /* __XI_USER_CONFIG_H__ */