TI's CC3100 websocket camera demo with Arducam mini ov5642 and freertos. Should work with other M3's. Work in progress test demo.

Dependencies:   mbed

Revision:
1:e448e81c416f
Parent:
0:400d8e75a8d0
--- a/simplelink/cc3100_sl_common.h	Sun Sep 06 15:19:36 2015 +0000
+++ b/simplelink/cc3100_sl_common.h	Fri Sep 11 15:38:33 2015 +0000
@@ -67,11 +67,11 @@
  * Values for below macros shall be modified per the access-point's (AP) properties
  * SimpleLink device will connect to following AP when the application is executed
  */
-#define SSID_NAME         "SKY2B112"
+#define SSID_NAME         "********"
 //#define SSID_NAME       "OpenWrt"         /* Access point name to connect to. */
 #define SEC_TYPE        SL_SEC_TYPE_WPA_WPA2    /* Security type of the Access point */
-#define PASSKEY           "YBCVWVCB"
-//#define PASSKEY         "BCVWVCBY"                  /* Password in case of secure AP */
+#define PASSKEY           "************"
+//#define PASSKEY         "*********"                  /* Password in case of secure AP */
 #define PASSKEY_LEN     strlen(PASSKEY)  /* Password length in case of secure AP */
 
 /* Configuration of the device when it comes up in AP mode */