Hi ! I use the bg 77 module,
After initializing the module, AT+CFUN = 1, which is what I want ; when I start a gps session (AT+QGPS=1), AT+CFUN = 0, which I understand because the GPS can consume more.
but the problem is : when I stop the GPS session (AT+QGPSEND), it’s impossible to return to full-functionality mode afterwards, as shown by the following commands:
APP RDY at+cfun? +CFUN: 1 OK
at+qgps=1
OK
at+cfun?
+CFUN: 0
OK
at+qgpsend
OK
at+cfun?
+CFUN: 0
OK
at+cfun=1
OK
at+cfun?
+CFUN: 0
OK