LPWA Module Series
BG96 GNSS Application Note
BG96_GNSS_Application_Note 24 / 42
Parameter
2.2.4. AT+QGPSEND Turn off GNSS
When GNSS is turned on and
<fix_count>
is 0, GNSS fixes position continuously. In such a case, GNSS
can be turned off compulsorily via
AT+QGPSEND
. When
<fix_count>
is non-zero, GNSS will be turned
off automatically when
<fix_count>
reaches the value specified, and thus the command can be ignored
in such a case.
<GNSS_state>
Integer type. GNSS state.
0
GNSS OFF
1
GNSS ON
<GNSS_mode>
Integer type. GNSS working mode.
1
Stand-alone
2
MS-based
3
MS-assisted
4
Speed-optimal
<fix_max_time>
Integer type. The maximum positioning time, which indicate the response time of
GNSS receiver while measuring the GNSS pseudo range, and the upper time limit of
GNSS satellite searching. It also includes the time for demodulating the ephemeris
data and calculating the position. The default value will be used if the parameter is
omitted. Range: 1
–255. Default value: 30. Unit: second.
<fix_max_dist>
Integer type. Accuracy threshold of positioning. Unit: meter. Range: 1
–1000. Default
value: 50. Unit: meter.
<fix_count>
Integer type. Number of attempts for positioning.
Range: 0
–1000. Default value: 0.
0 indicates continuous positioning.
Non-zero values indicate the actual number of attempts for positioning.
<fix_rate>
Integer type. The interval time between the first and second time positioning. Range:
1
–65535. Default value: 1. Unit: second.
<errcode>
Integer type. Error code of operation. See
Chapter 4
for details.
AT+QGPSEND Turn off GNSS
Test Command
AT+QGPSEND=?
Response
OK
Execution Command
AT+QGPSEND
Response
OK
If there is any error related to ME functionality:
+CME ERROR: <errcode>
Maximum Response Time
300 ms
Characteristics
The command takes effect immediately.
Reference