Closed AndreaCalifano4 closed 3 years ago
Hey, I have the same issue, trying the "AllFunctions" script and getting stuck in "waiting for network ..."
What network are you using? You need to check your card and carrier. If you have a 2G network in your area, you can change modem.setNetworkMode(38); to modem.setNetworkMode(13); to try a 2G connection, you must confirm that there is a signal at your location
What network are you using? You need to check your card and carrier. If you have a 2G network in your area, you can change modem.setNetworkMode(38); to modem.setNetworkMode(13); to try a 2G connection, you must confirm that there is a signal at your location
With 2G It work. And about GPS what could go wrong? With the command AT+CGPS=? Return ERROR
Perfect, changing to 2G worked for me as well, and no problem with GPS, thanks for the help! 👍
Turn off GPS use AT+CGNSPWR=0
@AndreaCalifano4
@AndreaCalifano4 @lewisxhe
The solution was given and one person said it worked and there's been no activity for over 30 days so this should be closed
hi I'm trying the "AllFunctions" script but the device doesn't seem to connect, the serial minitor keeps showing "waiting for network ...". Also trying with the ATdebug script I can't use the GPS: the command AT + CGPS =? returns ERROR.