Changes

697 bytes added ,  17:02, 21 February 2018
Line 88: Line 88:  
==AT command usage==
 
==AT command usage==
   −
To use a specific AT command via SSH, you can use the ''gsmctl -H''. After this your console will enter shell mode where you can then just type AT commands in their regular format. Or you can use ''gsmctl -A <AT_COMMAND>'' to execute AT commands one at a time.
+
To use a specific AT command via SSH, you can use the ''gsmctl -H''. After this your console will enter shell mode where you can then just type AT commands in their regular format. Or you can use ''gsmctl -A <AT_COMMAND>'' to execute AT commands one at a time. Continuing from the example above, lets say you want to find out the RSSI value. While there are quite a few commands that can be used to achieve this goal, lets use the '''AT+CSQ''' that is used when executing ''gsmctl -q'':
 +
 
 +
# gsmctl -A AT
 +
 
 +
<rssi> 0
 +
1
 +
2...30
 +
31
 +
99
 +
100
 +
101
 +
102...190
 +
191
 +
199
 +
100~199
 +
-113dBm or less
 +
-111dBm
 +
-109dBm... -53dBm
 +
-51dBm or greater
 +
Not known or not detectable
 +
-116dBm or less
 +
-115dBm
 +
-114dBm...-26dBm
 +
-25dBm or greater
 +
Not known or not detectable
 +
Extended to be used in TD-SCDMA indicating received signal code
 +
power (RSCP)
 +
<ber> Channel bit error rate (in percent)
 +
0...7
 +
As RXQUAL values in the table in 3GPP TS 45.008 subclause 8.2.4
 +
99
 +
Not known or not detectable
    
==External links==
 
==External links==
    
PuTTY download - '''https://www.putty.org/'''
 
PuTTY download - '''https://www.putty.org/'''

Navigation menu