WiFi DipCortex / CC3000 Demo - Contains a menu driven set of tests to initalise and control the CC3000 radio. Also allowing you to test various TCP and UDP connections.

Dependencies:   NTPClient WebSocketClient cc3000_hostdriver_mbedsocket mbed HTTPClient

http://www.soldersplash.co.uk/products/wifi-dipcortex/

Please Note, this example uses the serial port so you will need an external RS232 TTL to USB adapter.

Revision:
4:4e5e094a81c0
Parent:
3:d81f8a9f3733
diff -r d81f8a9f3733 -r 4e5e094a81c0 main.h
--- a/main.h	Tue Oct 08 22:42:04 2013 +0000
+++ b/main.h	Wed Oct 09 00:59:47 2013 +0000
@@ -2,6 +2,8 @@
 #ifndef MAIN_H
 #define MAIN_H
 
+#define SERIAL_BAUD_RATE    115200
+
 typedef enum MENU_LEVEL
 {
     MENU_TOP = 0,