-
Notifications
You must be signed in to change notification settings - Fork 25
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
LilyGo-T-SIM7080G - examples/ATDebug.ino could not start the modem #83
Comments
When it stayed in the loop, the voltage is zero. This is most of the experiments. There is one or two times (out of ~15 tries), the AT commands worked, and the voltage is 3.054 V. |
If voltage is present, the modem's red status light should be on and it should be able to receive communications, right? |
I could not make ATDebug work again, but MinimalModemNBIOTExample.ino worked (using Hologram SIM).When MinimalModemNBIOTExample worked, the two red LED's near the GPS antenna showed one solid red and one blinking red. The blue LED between SIM and TF card was off. The voltage was 3.054 as before. When ATDebug did not work, the two red LED's were off. The blue LED showed solid blue. The voltage was zero. |
I found that the problem is that PMU turns on DC3 by default, causing DC3 to be in protection state at the moment of startup. Please update the example to turn off DC3 after initializing PMU, and then delay for a while before starting again. |
Hello,
Problem: examples/ATDebug.ino could not start the modem.
Hardware Version: "T-SIM7080G V1.0" (the label is near the battery holder)
IDE: Visual Studio Code with PlatformIO 6.1.16
The examples/ATDebug.ino could not start the modem. The serial monitor kept looping showing this message:
Failed to connect to the modem! Check the baud and try again. <--- Kept looping on this message
The message is from line 109 of ATDebug.ino. I have tried changing the baud rate to 9600, but it did not help.
(Note: ATDebug.ino was not modified in anyway. Only platformio.ini was modified to make it compiled and loaded.)
Please help. Thanks.
The text was updated successfully, but these errors were encountered: