User`s guide
RN-WIFLYCR-UG
www.rovingnetworks.com Version 1.2r 4/30/13 page 38
2.5.5 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.
Example: show q 0 // Show the voltage on channel 0
2.5.6 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>
Example: show q 0x183 // Show values for channel 0, 1, and 7
2.5.7 show rssi
This command displays the last received signal strength.
Example: show rssi // Show signal strength
Note: If a web post or UDP broadcast samples the data, the data is shifted as
described in “UDP Broadcast” on page 72.
Note: If a web post or UDP broadcast samples the data, the data is shifted as
described in “UDP Broadcast” on page 72.