GSwifiInterface library (interface for GainSpan Wi-Fi GS1011 modules) Please see https://mbed.org/users/gsfan/notebook/GSwifiInterface/

Dependents:   GSwifiInterface_HelloWorld GSwifiInterface_HelloServo GSwifiInterface_UDPEchoServer GSwifiInterface_UDPEchoClient ... more

Fork of WiflyInterface by mbed official

GainSpan Wi-Fi library

The GS1011/GS2100 is an ultra low power 802.11b wireless module from GainSpan.

mbed RTOS supported.

/media/uploads/gsfan/gs_im_002.jpg /media/uploads/gsfan/gs1011m_2.jpg

ゲインスパン Wi-Fi モジュール ライブラリ

ゲインスパン社の低電力 Wi-Fiモジュール(無線LAN) GS1011/GS2100 シリーズ用のライブラリです。

mbed RTOS に対応しています。(mbed2.0)

Files at this revision

API Documentation at this revision

Comitter:
gsfan
Date:
Wed Jan 30 05:52:14 2013 +0000
Parent:
5:78943b3945b5
Child:
7:f94c59d0c735
Child:
8:64184a968e3b
Commit message:
fix

Changed in this revision

GSwifi/GSwifi.h Show annotated file Show diff for this revision Revisions of this file
--- a/GSwifi/GSwifi.h	Sun Jan 27 14:31:19 2013 +0000
+++ b/GSwifi/GSwifi.h	Wed Jan 30 05:52:14 2013 +0000
@@ -38,9 +38,8 @@
 #define CFG_DATA_SIZE 1000
 
 #define CFG_UART_BAUD 9600
-#define CFG_DNSNAME "setup.local"
 #define CFG_WREGDOMAIN "2" // 0:FCC, 1:ETSI, 2:TELEC
-#define MAX_TRY_JOIN 1
+#define MAX_TRY_JOIN 3
 
 
 //Debug is disabled by default
@@ -54,7 +53,7 @@
 #define ERR(x, ...)
 #endif
 
-#if !defined(TARGET_LPC11U24)
+#if (0 && !defined(TARGET_LPC11U24))
 #define INFO(x, ...) printf("[GSwifi : INFO]\r\n"x"\r\n", ##__VA_ARGS__);
 #else
 #define INFO(x, ...)