Page 1 of 1

Does light.sleep impact gps accuracy?

Posted: Fri Aug 19, 2022 4:09 am
by Lbw277
I'm using T-SIM7000G Module ESP32-WROVER-B and I implemented a sleep function to conserve as much battery as possible. It uses light sleep for 30 seconds between each reading for part of the day and sleeps the rest. I also have a modem.off() function that turns off the modem before sleep and modem.connect() function that connects after the sleep. Could these changes impact the accuracy of my gps module? If not not what things could I try?