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

LilyGo-T-SIM7080G - examples/ATDebug.ino could not start the modem #83

Open
wsiripun opened this issue Oct 6, 2024 · 5 comments
Open

Comments

@wsiripun
Copy link

wsiripun commented Oct 6, 2024

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.

@lewisxhe
Copy link
Contributor

lewisxhe commented Oct 7, 2024

If you have a multimeter, you can check whether the voltage at these two points is 3.4V
image

@wsiripun
Copy link
Author

wsiripun commented Oct 7, 2024

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.
Thanks

@lewisxhe
Copy link
Contributor

lewisxhe commented Oct 8, 2024

If voltage is present, the modem's red status light should be on and it should be able to receive communications, right?

@wsiripun
Copy link
Author

wsiripun commented Oct 8, 2024

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.

lewisxhe added a commit that referenced this issue Oct 9, 2024
@lewisxhe
Copy link
Contributor

lewisxhe commented Oct 9, 2024

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.

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