Get the list of returned values for AT+CGNSPWR,
AT+CGNSPWR=?
+CGNSPWR: (0-1)
OK
Supported values are,
- 0 - Turn off GNSS power supply
- 1 - Turn on GNSS power supply
Get the current status of GNSS power supply,
AT+CGNSPWR?
+CGNSPWR: 0
OK
Since '0' is returned, GNSS power is currently turned off.
To turn on GNSS power in Simcom modules
AT+CGNSPWR=1
OK
Query the status to check whether it is turned on,
AT+CGNSPWR?
+CGNSPWR: 1
OK
To turn off GNSS power in Simcom modules
AT+CGNSPWR=0
OK
|