BG77, CFUN always at 0

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

I found the solution: it was necessary to disable a GPIO pin when deactivating the GPS.

1 Like