FIR WiFi Shield / Xbee compatible interface / low power WIFI module / routing /AT command
Product type: FIR-H4
描述:
Description:
该产品是兼容Xbee的wifi转接板。GainSpan GS1010模块是一个高度集成、超低功耗无线片上系统,它包含一个802.11射频前端、媒体控制器(MAC)和基带处理器,片上FLASH和片上SRAM,一个应用处理器都在一个单一的封装内。连同嵌入式软件栈,它提供了一个高度可扩展,可靠,可管理的安全的无线线路,利用被广泛接受的IEEE 802.11b,G,N标准基础设施的无线传感器网络,以满足日益增长的需求。
This product is compatible with WiFi adapter plate Xbee. GainSpan GS1010 module is a highly integrated, ultra low power wireless system on chip, it contains a 802.11 RF front end, the media controller (MAC) and baseband processor, on-chip FLASH and on-chip SRAM, an application processor in a single package. Together with the embedded software stack, it provides a highly scalable, reliable, secure wireless line management, using the widely accepted IEEE 802.11b, G, wireless sensor network N standard infrastructure, in order to meet the increasing demand.
特征:
Features:
支持IEEE 802.11
Support for IEEE 802.11
与现有的802.11b/g基础设施无缝集成。并且利用了802.11的安全的,可管理的,使用简单的,有质量保证的服务。
Seamless integration with existing 802.11b/g infrastructure. And the use of 802.11 security, manageable, easy to use, a guaranteed quality of service.
802.11i/WPA2认证, AES硬件加密。
802.11i/WPA2 certification, AES hardware encryption.
优化电池应用。耗电低。延长电池寿命。
Optimizing battery application. Low power consumption. Extended battery life.
PCB天线:范围200-300M+(户外,一般估计)。
The PCB antenna: 200-300M+ (outdoor, general estimation).
两个32-bit ARM7 CPU @44MHz。1是给应用用的(APP)。一个专门用于无线电(WLAN)
Two 32-bit ARM7 CPU @44MHz. The 1 is for the applications (APP). A dedicated radio (WLAN)
2个UART , I2C, 2个SPI, 2个ADC, 3个PWM,和32个GPIO
2 UART, I2C, 2 SPI, 2 ADC, 3 PWM, and 32 GPIO
工作电压3.3V
Working voltage 3.3V
说明:
Explain.
(1):详细资料请参考GS1011数据手册,Serial_to_WiFi_Command_Reference,原理图,参考案例。
(1): details please refer to the GS1011 data sheet, Serial_to_WiFi_Command_Reference, schematics, a reference case.
(2):一些应用示例将在SOLID公司的论坛上陆续贴出,请关注。
(2): examples of some applications in the SOLID forum posted out, please pay attention to.
应用:
Application:
连接到路由器并且连接邮箱服务器
Connected to the router and connecting the mailbox server
> AT(回车)
> AT (return)
OK
OK
作用:测试wifi的串口连接是否正常。
Effect: testing WiFi serial connection is normal.
> AT+WS(回车)
> AT+WS (return)
BSSID SSID Channel Type RSSI Security
BSSID SSID Channel Type RSSI Security
00:12:34:56:78:90,"SOLID" ,6, INFRA, -53, NONE
00:12:34:56:78:90, "SOLID", 6, INFRA, -53, NONE
NO. O AP Found:1
NO. O AP Found:1
OK
OK
作用:收索范围内的无线网络
Effect: the cable radio network range
> AT+NDHCP=1(回车)
> AT+NDHCP=1 (return)
OK
OK
作用:允许动态主机设置协议
Effect: allows the Dynamic Host Configuration Protocol
(>AT+WWPA=Password,如果路由器为WPA加密方式,需在此输入密码)
(>AT+WWPA=Password, if a router for WPA encryption, password required on this)
(>AT+WWEP=Password,如果路由器为WEP加密方式,需在此输入密码)
(>AT+WWEP=Password, if a router for WEP encryption, password required on this)
>AT+WA=SOLID(回车)
>AT+WA=SOLID (carriage return)
IP SubNet Gateway
IP SubNet Gateway
192.168.3.9 255.255.255.0 192.168.3.1
192.168.3.9 255.255.255.0 192.168.3.1
OK
OK
作用:连接到无线网络SOLID
Function: connect to a wireless network SOLID
> AT+NCTCP=202.165.103.162,25(回车)
> AT+NCTCP=202.165.103.162,25 (return)
CONNECT 0
CONNECT 0
Ok
Ok
S0220 smtp105 mail.cnb.yahoo.com ESMTP
S0220 smtp105 mail.cnb.yahoo.com ESMTP
作用:连接到雅虎邮箱(STMP)
Function: connect to the Yahoo! Mailbox (STMP)
>1B 53 30 48 45 4C 4F 0D 0A 1B 45
>1B 53304845 4C 4F 0D 0A 1B 45
><esc> S 0 H E L O 回车 <esc> E
><esc> S 0 H E L O <esc> E
Return EOOS0250 smtp105.mail.cnb.yahoo.com
Return EOOS0250 smtp105.mail.cnb.yahoo.com
作用:按照gainspan给定的> <esc>S0hello world<esc>E指令,通过串口用16进制发送给雅虎邮箱的服务器。
Effect: in accordance with the gainspan given > <esc>S0hello world<esc>E instruction, through the serial port with 16 hexadecimal send Yahoo! Mailbox server.
注意:1:0D 0A是回车,在HELO字符串后面要加上这个回车,不然雅虎邮箱服务器不会有数据返回
Note: 1:0D 0A is back, in the HELO string back to add this carriage, or Yahoo! Mailbox server will not return data
2:<esc>是指键盘上的esc键的ascii码值,不是输入esc字符。
2:<esc> refers to the ESC key on the keyboard ASCII code value, is not to enter the ESC character.