Soft AP mode example

Dependencies:   WIFI_API_32kRAM mbed

Fork of NNN40_WiFi by Delta

For those EVBs can't run this sample code correctly, please download this hex to update the interval WiFi driver. Once download is completed, LED LD7 will light up to indicate the WiFi driver is updated successfully, then user is ready to build and run this sample code.

Files at this revision

API Documentation at this revision

Comitter:
wgd8700
Date:
Wed Sep 16 02:00:12 2015 +0000
Parent:
14:1f8b31c4dcc1
Child:
16:e5b2c0e5f14b
Commit message:
Update WIFI_API_32kRAM to fix get_address bug

Changed in this revision

WIFI_API_32kRAM.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/WIFI_API_32kRAM.lib	Mon Aug 31 07:19:46 2015 +0000
+++ b/WIFI_API_32kRAM.lib	Wed Sep 16 02:00:12 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/Delta/code/WIFI_API_32kRAM/#d68eb50990bd
+http://developer.mbed.org/teams/Delta/code/WIFI_API_32kRAM/#ef82d9cc61cf
--- a/main.cpp	Mon Aug 31 07:19:46 2015 +0000
+++ b/main.cpp	Wed Sep 16 02:00:12 2015 +0000
@@ -9,7 +9,7 @@
 int main(void)
 {   
     printf("NNN40 init...\n");
-    wifi.setAccessPoint("NNN40", "0123456789", SECURITY_WPA2_TKIP_PSK, 2);      
+    wifi.setAccessPoint("NNN40_TTWU", "0123456789", SECURITY_WPA2_TKIP_PSK, 2);      
     EthernetInterface eth;
     eth.init();
     wait(1);