Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sim800l goes to sleep after a while #240

Open
dimentiy89 opened this issue Jul 1, 2023 · 1 comment
Open

sim800l goes to sleep after a while #240

dimentiy89 opened this issue Jul 1, 2023 · 1 comment

Comments

@dimentiy89
Copy link

in my ttgo-tcall, sim800l constantly goes to sleep, only a hard reboot helps. How can I disable sleep mode??

@MKElias
Copy link

MKElias commented Oct 22, 2024

The sleep mode or slow clock mode of SIM800l is controlled by DTR pin.

In TTGO T-Call the GPIO_32 of ESP32 is connected to the DTR pin of SIM800l. So, if you are using the GPIO_32 on your code for any other purpose then it might be causing the issue. If that is the case, try changing the GPIO_32 pin to another GPIO pin.

Or, if you really need the GPIO_32 pin and do not want to use/control sleep mode then there is an AT command that can make SIM800l ignore the DTR pin state. Which is AT&D0 in the AT command manual "Set DTR Function Mode".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants