User manual

!
www.rovingnetworks.com Version 1.0r 9/21/2012 36
RN-WIFLYCR-UM
show q <value>
This command displays the value of the analog interface pin, where <value> is 0 to 7. The A/D reading is 14 bits with
a range of 0 to 400 mV (therefore, the resolution is 24 uV). The output is in uV (1,000 millivolts). The module returns
a value in the format 8xxxxx, where xxxxx is the voltage in microvolts sampled on the channel you requested.
NOTE: If a web post or UDP broadcast samples the data, the data is shifted as described in “UDP Broadcast
on page 62.
Example: show q 0 // Show the voltage on channel 0
show q 0x1<mask>
This command displays multiple analog interface values simultaneously, where <mask> is a bit-mask representing the
channels. For example, to read channels 0, 1, and 7, use the command:
show q 0x183
The module returns 8<chan0>, 8<chan1>, 8<chan7>
NOTE: If a web post or UDP broadcast samples the data, the data is shifted as described in “UDP Broadcast
on page 62.
Example: show q 0x183 // Show values for channel 0, 1, and 7
show rssi
This command displays the last received signal strength.
Example: show rssi // Show signal strength
show stats
This command displays the current statistics, packet RX/TX counters, etc.
Example: show stats // Show the statistics
show time
This command displays the number of seconds since the module was last powered up or rebooted.
Example: show time // Show seconds since last power up