Quantity | 3+ units | 10+ units | 30+ units | 50+ units | More |
---|---|---|---|---|---|
Price /Unit | $67.15 | $65.78 | $63.72 | $60.98 | Contact US |
JUNIPER- WiFi Shield for Arduino Based on GainSpan Module
A low-power WiFi shield that is compatible with Arduino and STM32 Spruce board. Gainspan GS1011 module is a highly integrated ultra low power wireless single chip which contains an 802.11b radio, media access controller (MAC) and baseband processor, on-chip flash memory and SRAM, and an applications processor all on a single package.
Features:
Note:
As this WiFi shield shares the same UART port with FT232, when you download the programs, please remove the WiFi shield first.
Applications:
Connect to the router and mail server.
> AT(Enter)
OK
Effect:Check the wifi serial connection is ok or not.
> AT+WS(Enter)
BSSID SSID Channel Type RSSI Security
00:12:34:56:78:90,"SOLID" ,6, INFRA, -53, NONE
NO. O AP Found:1
OK
Effect :Search the wireless network in the certain range.
> AT+NDHCP=1 (Enter)
OK
Effect:Permit dynamic host to set agreement.
(>AT+WWPA=Password,if router is WPA encrypted, put the password here)
(>AT+WWEP=Password,if router is WEP encrypted, put the password here)
> AT+WA=SOLID (Enter)
IP SubNet Gateway
192.168.3.9 255.255.255.0 192.168.3.1
OK
Effect:Connect to the wireless network SOLID
> AT+NCTCP=202.165.103.162,25 (Enter)
CONNECT 0
Ok
S0220 smtp105 mail.cnb.yahoo.com ESMTP
Effect:Connect to Yahoo mail box(STMP)
>1B 53 30 48 45 4C 4F 0D 0A 1B 45
> S 0 H E L O Enter E
Return EOOS0250 smtp105.mail.cnb.yahoo.com
Effect:According to command > S0hello worldE specified by gainspan, send to Yahoo mail server by 16 hex through serial.
Notes:
1: 0D 0A is Enter. You have to add this Enter after HELO string, or there will be no data returned from Yahoo server mail box.
2: is the key esc on the keyboard and ascii code value. It doesn’t means input esc string.