-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Bug]: GPS not working on LILYGO T-Beam 1.2 #5893
Comments
Thanks for writing in in such detail. I can see from the logs that your GPS was detected successfully as a Ublox 6. So, unless there's a bug, most likely a settings thing. Are you outdoor? How long did you wait? |
HI, thnaks for you quick reply. I left the bourd outdoor for 2 hour approximately on my car's dashboard, right behind the windshield. My car also has full glass ceiling, I generally have no issues with GPS devices in it. I'll try a longer time / different location. |
Ok, so reception is probably not an issue then. Will have to look at the settings! |
Hi, the position was finally locked after several hours. It's not accurate and signal is lost easily, it's probably an antenna issue, I'll try a different one. I'll then review the config and the source code for a better understanding of the settings. I'm going to close this issue, adding some info about current config and related log for reference and personal future investigation. I updated the module conf withe the following:
and the corresponding relevant log is
Whit those settings I was expecting to see more activity (every 15" some GPS info, every 30" some radio acrivity to send current position even if not locked). The docs tell:
While the log says
and this seems to be in conflict. Thanks again for the support! 👋 |
Thanks so much for the update. Feel free to open another issue if you need it! |
It might be the refresh times are too low, too. |
Category
Other
Hardware
T-Beam
Firmware Version
2.5.18.89ebafc Beta
Description
Hello, I filled a bug since I wasn't able to find a more suitable issue type... Might be I simply need some support on warming up my board. I just received a brand new LILYGO T-Beam V1.2 ESP32 LoRa 433MHz and I'm not able to have the GPS module working.
I left the board on open sky for a couple of hours but still no GPS signal.
On the iOS app no position log is available:
Also tested firmware
2.5.19.f9876cf Alpha
My board's config:
From console logs seems that the timestamp was aquired, but position is not. So seems that the communication with the module is working. Might be some more time is needed to lock the position for the first time? Is there a way to debug deeper the GPS module?
Thanks for your support.
Relevant log output
The text was updated successfully, but these errors were encountered: