Roving Networks RN-131G User Manual And Command Reference

Wifly gsx
Hide thumbs Also See for RN-131G:
Table of Contents

Advertisement

Quick Links

www.rovingnetworks.com
User Manual and Command Reference
User Manual and Command Reference
User Manual and Command Reference
Copyright © 2010 Roving Networks, Inc. All Rights Reserved.
Copyright © 2010 Roving Networks, Inc. All Rights Reserved.
The contents of this document can be changed by Roving networks without prior notice and do not
constitute any binding undertakings from Roving networks. Roving Networks is not responsible under any
constitute any binding undertakings from Roving networks. Roving Networks is not responsible under any
constitute any binding undertakings from Roving networks. Roving Networks is not responsible under any
circumstances for direct, indirect, unexpected or consequent damage that is caused by this document.
circumstances for direct, indirect, unexpected or consequent damage that is ca
809 University Avenue
W
W
F
I
LY
802.11 b/g
802.11 b/g wireless LAN Modules
RN-131G,
131G, RN-131C, RN-134,
RN-121,
121, RN-123 & RN-125
Version 2.21
July 11
ocument can be changed by Roving networks without prior notice and do not
ocument can be changed by Roving networks without prior notice and do not
Los Gatos, CA 95032
Los Gatos, CA 95032
GSX
th
, 2010
Tel (408) 395-6539
• info@RovingNetworks.com
~ 1 ~
WiFly GSX
WiFly GSX
WiFlyGSX-um
um
9/16/2010
used by this document.
info@RovingNetworks.com

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the RN-131G and is the answer not in the manual?

Questions and answers

Summary of Contents for Roving Networks RN-131G

  • Page 1 Copyright © 2010 Roving Networks, Inc. All Rights Reserved. Copyright © 2010 Roving Networks, Inc. All Rights Reserved. The contents of this document can be changed by Roving networks without prior notice and do not ocument can be changed by Roving networks without prior notice and do not ocument can be changed by Roving networks without prior notice and do not constitute any binding undertakings from Roving networks.
  • Page 2: Table Of Contents

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 Overview ..............................4 Hardware Interface ............................ 6 2.1. Power ..............................6 2.2. Reset ..............................6 2.3. UART ..............................6 2.4. Status Indictors ..........................7 Configuration ............................. 7 3.1. Entering Command Mode ......................... 7 WiFly Command Reference ........................10 4.1.
  • Page 3 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 12.4. Controlling Connections using PIO5 and PIO6 ................43 12.5. Using DNS settings ......................... 43 12.6. Utilizing the Backup IP address/connect function ................44 Using HTML client feature ........................45 13.1. Built-in HTML Client Modes ......................45 13.2.
  • Page 4: Overview

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 1. Overview The “WiFly” radio module is a complete standalone embedded wireless LAN access device. The device has on board TCP/IP stack and applications. Requiring only 4 pins (POWER, TX, RX, GND) to design in. Once initial configuration is set, the radio can automatically access the Wi-Fi network and send/receive serial data over UART.
  • Page 5 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 • Real time clock for time stamping, auto-sleep and auto-wakeup modes • Configuration over UART or wireless interfaces using simple ASCII commands • Over the air firmware upgrade (FTP), and data file upload. • Secure Wi-Fi authentication WEP-128, WPA-PSK (TKIP), WPA2-PSK (AES). •...
  • Page 6: Hardware Interface

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 Hardware Interface See the specific module data sheets on the Roving Networks website for hardware specifications, and layout information. 2.1. Power There are two options for powering the RN-131G module directly. DC SUPPLY: Apply 3.3 VDC power to VBATT (pin 20), and V3.3IN (pin 21).
  • Page 7: Status Indictors

    ASCII characters can be sent through a terminal emulator connected to the UART or via Telnet. When using the UART communications settings should match the settings used when RN-131g connects, for example: the default is 9600 baudrate, 8 bits, No Parity, 1 stop bit, and hardware flow control disabled.
  • Page 8 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 NOTE: You can enter command mode locally over the UART interface at any time when not connected, and also when connected if the appropriate settings are enabled. NOTE: When the WiFly GSX module is powered up, it tries to auto associate to the Access Point stored in the config settings.
  • Page 9 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 The IP address assigned by Auto IP must be on the subnet 169.254.x.y otherwise the WiFly GSX module will not be accessible. NOTE: If your machine has both wireless and wired interface hardware you will need to disable the wired LAN interface hardware before connecting to the adhoc network.
  • Page 10: Wifly Command Reference

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 4. WiFly Command Reference 4.1. Command Syntax Commands begin with a keyword, and have optional additional parameters, generally space delimited. Commands and options are case sensitive. Hex input data can be upper or lower case. String text data, such as SSID is also case sensitive.
  • Page 11: Set Commands

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 When the system boots, all configuration data is loaded into RAM variables from the file called “config”. The set commands actually only modify the RAM copy of variables in the system. In general, the IP, WLAN and UART settings need a save and reboot to take effect, since they operate at boot up time.
  • Page 12: Comm Parameters

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 set broadcast interval <value> sets the interval at which the hello/heartbeat UDP message is sent. Interval is specified in seconds. The value is a mask that is compared to a free running seconds counter. For example if interval = 0x7, a packet will be sent every 8 seconds.
  • Page 13: Dns Parameters

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 possible setting to maximize TCP/IP performance. Maximum value = 1420 (at 9600) bytes. NOTE: This value is set automatically when the baudrate is set, in an attempt to optimize the link. It is assumed that higher baudrates equates to more data and hence the flush size is increased.
  • Page 14: Ip Parameters

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 5.6. IP Parameters set ip address <addr> sets the IP address of the WiFly GSX module. If DHCP is turned on, the IP address is assigned and overwritten during association with the access point. IP addresses are “.” delimited. Note this is different from the RN- 111b module which is space delimited! Example: “set ip a 10.20.20.1”...
  • Page 15 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 NOTE: When the link to an associated to an access point is lost while a TCP connection is active, the TCP connection can be left in hung/ inconsistent state. In some cases, the TCP connection will not recover. In version 2.20 and later, if the link to the access point is regained within 60 seconds, the TCP connection will survive.
  • Page 16: Optional Parameters

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 5.7. Optional Parameters set opt jointmr <msecs> Join timer is the time in milliseconds (default=1000) the join function will wait for the an access point to complete the association process. This timer is also the timeout for the WPA handshaking process. set option sensor <mask>...
  • Page 17: System Parameters

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 5.8. System Parameters set sys autoconn <secs> TCP mode: sets the auto connect timer. This command causes the module periodically connect to the host. The timer <secs> determines how often to connect to the stored remote host. If set to 1, the module will only make one attempt to auto connect upon power up.
  • Page 18: Uart Parameters

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 set time port <num> sets the time server port number. Defaults to 123 which is almost always the sNTP server port. set time enable <value> Enable or disable fetching time from the specified sNTP time server. Default=0= disabled.
  • Page 19: Wlan Parameters

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 1) more chars come in, in which case it will get flushed, or 2) no chars come in and a new connection is made, then the chars will get forwarded. If this setting is enabled (set uart mode 0x10), any unsent RX data is still in the buffer is flushed when a connection is closed.
  • Page 20 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 set wlan join <value> sets the policy for automatically joining/associating with network access points. This policy is used when the module powers up, including wake up from the sleep timer. Value Policy Manual, do not try to join automatically Try to join the access point that matches the stored SSID, passkey and channel.
  • Page 21 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 set wlan linkmon <value> sets the link monitor timeout threshold. If set to 1 or more, WiFly will scan once per second for the AP it is associated with. The value is the threshold of failed scans before the WiFly declares “AP is Lost”, de- authenticates.
  • Page 22 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 Value Wireless Data Rate 1 Mbit/sec 2 Mbit/sec 5.5 Mbit/sec 11 Mbit/sec 4 - 7 Invalid 6 Mbit/sec 9 Mbit/sec 12 Mbit/sec 18 Mbit/sec 24 Mbit/sec (default) 36 Mbit/sec 48 Mbit/sec 54 Mbit/sec set wlan ssid <string> sets the wlan ssid to associate with.
  • Page 23: Get Commands

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 6. Get Commands These commands begin with “get”. They display the current values. get adhoc display all adhoc settings. get broadcast will display the broadcast UPD address, port and interval get everything displays all configuration settings, useful for debug. get com display comm.
  • Page 24: Action Commands

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 show connection Displays connection status in this HEX format: 8XYZ 13-16 9-12 location Function fixed channel DNS found DNS server Authen Assoc TCP status Value 1-13 1=resolved 1= OK 1=OK 0= Idle, contacted 1=Connected 3= NOIP 4= Connecting show io Displays IO pin levels status in this HEX format: 8ABC...
  • Page 25 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 exit exit command mode. Exit command mode. “EXIT” will be displayed. factory RESET Loads factory defaults into the RAM configuration. Note that the RESET must be capitalized. This command also writes the settings out to the standard config file. After this command the module then needs to be rebooted for settings to take effect.
  • Page 26: File Io Commands

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 scan <time> <P> Performs an active probe scan of access points on all 13 channels. Returns MAC address, signal strength, SSID name, security mode. Default scan time is 200ms / channel = about 3 seconds. time is an optional parameter, this is the time in ms per channel.
  • Page 27: Advanced Features And Settings

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 10. Advanced features and Settings This chapter describes the advanced features of the WiFly GSX module. It describes the techniques to put the module in sleep, wake up from sleep and methods to open a TCP connection when awake. We also discuss the uart flow control, alternative GPIO functions and Real Time Clock.
  • Page 28: System Timers And Auto Connect Timers

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 Method Interface Description Once the WiFly GSX module wakes up, the RTS line goes HIGH. Once the RTS pin system is ready, the RTS is driven LOW. This can be monitored by the micro transition controller Set the alternative functions for GPIO 4, 5 and 6 (Refer section 10.5.1).
  • Page 29 WiFly GSX WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 There are 2 timers that can be used to put the module to sleep, and perform a wake up. If the sleep timer is There are 2 timers that can be used to put the module to sleep, and perform a wake up. If the sleep timer is There are 2 timers that can be used to put the module to sleep, and perform a wake up.
  • Page 30: Opening A Tcp Connection

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 UDP sleep and Connection timers 10.1.1. In UDP Only protocol mode (set ip proto 1), the autoconn timer is used as an auto-sleep timer. Upon the start of transmission of the first UDP data packet this timer will count down, after which the module will go to sleep.
  • Page 31: Wake On Sensor Input

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 Closing the TCP connection In TCP-Client AND TCP-Server mode (default mode), there is also a disconnect timer. This timer can be used to automatically close a TCP connection after a specified number of seconds with no transmit or receive data.
  • Page 32 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 NOTE: On SuRF board rev 2 the resistor pack connecting RX and CTS signals is not correctly connected to the sensors. To wake on UART RX place a jumper from pin 3 on the Evaluation board header to pin 2 on the sensor header.
  • Page 33: Setting Gpio Direction, Alternate Functions And Disabling Leds

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 It is possible to operate higher baudrates (greater than 115K) without flow control if packets are uniform and an application protocol is used to ensure that each packet data is delivered on the remote side before the next packet is sent.
  • Page 34 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 The table below shows the usage of the GPIO pins with their default state and functionality. Position GPIO-13 GPIO-12 GPIO-11 GPIO-10 Signal UART UART UART- UART- GPIO9 GPIO8 GPIO7 GPIO6 GPIO5 GPIO4 Name Default Output Input Input Output...
  • Page 35 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 The IO function <value> is encoded as such: DIRECTION Function GPIO-4 output Disable LED function so IO can be used as GPIO GPIO-5 output Disable LED function so IO can be used as GPIO GPIO-6 output Disable LED function so IO can be used as GPIO Not Used...
  • Page 36: Setting Debug Print Levels

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 On the remote host run your application or other software that opens and listens on the <port>. Connect GPIO-5 to your embedded processor or other control signal. When GPIO-5 is driven high a connection will be attempted. When drive low the connection will be closed. NOTE: DO not to drive the GPIO with more than 3.3 VDC or permanent damage to the module will occur.
  • Page 37: Time Stamping Packets

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 Time can be set by using the time command <2. 20> show t Time NOT SET UpTime=8 s <2. 20> time <2. 20> show t Time=08:51:31 UpTime=15 s NOTE: the WiFly module must by successfully associated with a network for the module to contact the sNTP server.
  • Page 38: Sending Data Using Udp

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 before calculating TCP checksum so it will pass thru the TCP stack correctly. This register counts at 32,768 Hz. If the timeserver function is enabled, the RTC should accurately reflect the real time. This register is also counting while in sleep mode.
  • Page 39: Udp Auto Pairing

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 like a data-pipe, so the UART data will be sent over the Wi-Fi link via the UDP protocol (in this case) and the data coming over the Wi-Fi link (via UDP protocol in this case) will be sent to the UART. 11.2.
  • Page 40 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 - The MAC address of the associated AP, channel, and RSSI value are available in this packet, thus enabling a simple location and tracking based function. By default the WiFly module now sends out a UDP broadcast to 255.255.255.255 on port 55555 at a programmable interval.
  • Page 41: Joining Networks And Making Connections

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 12. Joining Networks and Making Connections Configuring the module to make connections is a two set process. First you need to associate with a access point (AP) and second you need to open a connection. To configure the module over the WiFi link is a chicken and egg problem.
  • Page 42: Making Connections

    If the access point is security enabled you will need to set the pass phrase prior to issuing the join command. The RN-131G module will attempt to inquire and determine the security protocol of the access point so you do not have to set the authentication mode. To set the pass phrase for WPA use the command set wlan phrase <string>.
  • Page 43: Controlling Connections Using Pio5 And Pio6

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 In the following example assume the network SSID and security have been set correctly and autojoin is set to 1. This will also work in adhoc mode(autojoin 4), however there will be delay in connecting to the adhoc network from the remote computer so set the sleep timer large enough to allow the network to get set up and the autoconn establish a TCP connection.
  • Page 44: Utilizing The Backup Ip Address/Connect Function

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 Once the address is resolved an automatic connection will be made. To manually lookup the IP address of a host, use this command: Lookup <string> string is the hostname. 12.6. Utilizing the Backup IP address/connect function WiFly contains a feature for auto-retry and redundancy.
  • Page 45: Using Html Client Feature

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 13. Using HTML client feature The WiFly GSX module has a built in HTML client. When enabled, the WiFly GSX module is capable of getting or posting data to a web server. Using the HTML client, it is now possible to post serial and/or sensor data to the host web server.
  • Page 46: Automatically Periodically Connect To Web Server

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 set option format <value> Bitmapped value. Bit of Format reg Function Automatically send HTML data header based on broadcast interval. Send users BINARY data (converted to ASCII hex ) Sample the GPIO and AtoD pins and format to ASCII hex Appends &id= <...
  • Page 47: Posting Binary Data

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 Example: set ip proto 18 // turn on HTTP mode=0x10 + TCP mode = 0x2 set dns name www.webserver.com //name of your webserver set ip address 0 // so WiFly will use DNS set ip remote 80 // standard webserver port set com remote GET$/userprog.php?DATA= // sample server application...
  • Page 48: Auto Posting Sensor Data

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 13.5. Auto posting sensor data: WiFly module can send the value of the GPIO and sensor pins: The data will come as 18 bytes of ASCII HEX: <2 bytes GPIO><channel 0 thru 7 sensor data> set ip proto 18 // turn on HTTP mode=0x10 + TCP mode = 0x2 set dns name www.webserver.com...
  • Page 49 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 Set option sensor 0xFF //sets sensor mask to sample all channels Save //save the configurations in config file Reboot //reboot so that the settings take effect Result: You will receive a 200 OK returned from the web server as seen in the screenshot below. Example#2: Posting UART data to web server The WiFly module is capable of auto posting serial UART data in ASCII or Binary format.
  • Page 50 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 set ip remote 80 //standard web server port set ip proto 18 //enable HTTP and TCP protocols set com remote GET$/mike.php?ID= //set up the string set sys auto 10 //auto connect every 10 seconds set uart mode 2 //automatically connect using data Trigger mode save //save the configurations in config file...
  • Page 51: Firmware Upgrade Over Ftp

    WiFly contains a built in FTP client for getting files and updating the firmware. The client uses passive mode FTP, which allows operation thru firewalls and the Internet. To update to the latest released firmware from Roving Networks the following setting are required: FTP username = roving FTP password = Pass123 FTP filename = wifly-GSX.img...
  • Page 52 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 The previous firmware will become the backup image. Here is an example of what you should see after a successful update: FLAGS WiFly_GSX-2.20 config WiFly_GSX-2.21 208 Free, Boot=30, Backup=11 The firmware checksum the image (and compare to the stored values in the file) before committing it to flash and updating the boot record after download.
  • Page 53: Adhoc Networking Mode

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 15. Adhoc Networking Mode 15.1. Infrastructure and adhoc comparison There are two types of networks. The most common network is infrastructure in which an access point (AP) is the common point linking all Wi-Fi devices. The access point keeps track of who’s on the local network and directs IP packets.
  • Page 54 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 set wlan join 4 set wlan ssid my_adhoc_network set wlan chan 1 Turn off DHCP and set the IP address and netmask so other devices know where to connect to the adhoc WiFly GSX. Since auto IP fixes the first two bytes of the IP address you want to use the netmask of 255.255.0.0 so that other device connecting to the module can be reached.
  • Page 55 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 Note: Once associated with the adhoc network, Vista auto IP may take a couple minutes to allocate an IP address for your computer. To work around this you can assign a static IP address in the network settings / TCP/IP / Properties menu.
  • Page 56: Analog Sensor Capability

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 16. Analog Sensor Capability The WiFly-GSX has 8 analog sensor inputs that can be driven between 0 to 1.2VDC. The analog inputs are sampled and the digital value read by using the show q <channel> command. Warning: Over driving these inputs will cause permanent damage.
  • Page 57: Automatic Sampling Of Sensor Pins

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 16.1. Automatic sampling of sensor pins: The sensor pins can be automatically sampled and data forwarded in 2 modes: 1. the UDP broadcast packet will contain the value of the samples. 2. in HTTP mode, the pin sampled data can be forwarded to a remote server to enable the above modes, use the set q sensor <mask>...
  • Page 58: Default Configuration Settings

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 17. Default Configuration Settings ADHOC PARAMETERS Beacon 100 (milliseconds) Probe 60 (seconds to look for beacons before declaring adhoc is lost ) BROADCAST PARAMETERS IP address 255.255.255.255 Port 55555 Interval 7 (seconds) COMM PARAMETERS Close string *OPEN* Open string *CLOS*...
  • Page 59: Restoring Default Configuration Settings

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 Join timer/WPA timer 1000 Replacement char $ (0x24) Format 0x00 Password “” (no password enforced) Sensor 0x00 SYSTEM PARAMETERS Sleep timer Wake timer Trigger (SENS0 pin wakes up the device) Auto connect IOfunc 0 (no alternate functions ) IOmask 0x21F0 Print level...
  • Page 60: Boot-Up Timing Values

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 PIO9 is sampled at about 1 Hz, so if using a CPU to generate the signal, make sure that PIO9 transitions (H to L or L to H ) are at least 1 second long. User file option As of version 2.10 you can now specify a USER configuration as the factory reset settings.
  • Page 61: Supported Access Points

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 19. Supported Access Points Access points that are set to MIXED mode (WPA1 and WPA2) may cause problems during association because some of these incorrectly report their security mode. We also currently do not support WPA2-Enterprise (radius server authentication, EAP-TLS) The WiFly GSX should work with any standard Access Point.
  • Page 62: Release Notes

    WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 20. Release Notes 20.1. Known problems • The UART does not support odd or even parity, only no parity is supported. • Flow control: RTS may fail to de-assert quickly enough for some high speed CPUs to correctly stop sending data bytes.
  • Page 63 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 • Ability to add prefix to HTML client post, specifically the ability to append &id= and &rtc= in the HTML message. Please refer section Error! Reference source not found. for more details. As of Version 2.19 3/05/2009 Fixes •...
  • Page 64 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 timeout in ms for a join now also applies to the WPA timeout. The default is now 1000ms or 1 second. Note: some APs require up to 1500ms to respond. • When connected over TCP and the AP disappears or WiFly loses association the WiFly will now closes the connection.
  • Page 65 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 commands to the module. NOTE: For consistency, the command prompt response <2.xx> now also contains \r\n appended string when in this mode. As of Version 2.12 9/17/2009 • Fixed problem with some newer 802.11n - association attempts cause module to crash/reboot. (Such as Linksys WRT160NL) •...
  • Page 66 Current Firmware Version 2.09 7/10/2009 • Sleep mode was drawing 70uA instead of the expected 4uA due to an oscillator that was not disabled before going to sleep. Refer to the RN-131G datasheet for the proper low-power hardware configuration. • Fixed closing of TCP port on TCP RESET. Previously the module was not handling remote TCP reset correctly and would disconnect which resulted in a printout of ERR= -5, TCP port was not closed properly.
  • Page 67 WiFly GSX www.rovingnetworks.com WiFlyGSX-um 9/16/2010 • Fixed the alternate I/O functions to allow connection based on PIO5. The manual has been updated to include a much better description of this functionality. See section 10.5 As of firmware version 2.08 6/08/2009 •...
  • Page 68 Roving Networks products are not authorized for use in safety-critical applications (such as life support) where a failure of the Roving Networks product would reasonably be expected to cause severe personal injury or death, unless officers of the parties have executed an agreement specifically governing such use.

This manual is also suitable for:

Rn-134Rn-121Rn-131cRn-123Rn-125

Table of Contents