Xinyuan-LilyGO / LilyGo-Camera-Series

🔰 Compatible with all TTGO camera products
MIT License
160 stars 54 forks source link

PCie Sim dont wake up #47

Open JcortesSAI opened 2 months ago

JcortesSAI commented 2 months ago

I've used the "t-sim-cam-factory" example from the repository, but my PCIe SIM7600 isn't waking up. I'm getting a strange character instead of 'OK'. I've tried the auto baud rate configuration, but it can't establish proper communication. Could my board be damaged? I'm using the T-SIMCAM 1.3.

i've made some modifications to see the answer from the PCIe Pinout image Method image Response image "�"

lewisxhe commented 2 months ago

Is the red light on the modem on?

JcortesSAI commented 2 months ago

Nop, there is not

De: Lewis He @.> Enviado el: jueves, 3 de octubre de 2024 23:10 Para: Xinyuan-LilyGO/LilyGo-Camera-Series @.> CC: JcortesSAI @.>; Author @.> Asunto: Re: [Xinyuan-LilyGO/LilyGo-Camera-Series] PCie Sim dont wake up (Issue #47)

Is the red light on the modem on?

— Reply to this email directly, view it on GitHub https://github.com/Xinyuan-LilyGO/LilyGo-Camera-Series/issues/47#issuecomment-2392653738 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AZSXYUSCLKSIGFNFF2YWSZDZZX2JLAVCNFSM6AAAAABPGG52ISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJSGY2TGNZTHA . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AZSXYUS4ODSU56NFXLN2KPDZZX2JLA5CNFSM6AAAAABPGG52ISWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUOTT72U.gif Message ID: @. @.> >

lewisxhe commented 2 months ago

If the red light is not on, the modem is not powered on.

Did you add the power on pin in the setup initialization?

pinMode(PWR_ON_PIN, OUTPUT);
digitalWrite(PWR_ON_PIN, HIGH);