-
Notifications
You must be signed in to change notification settings - Fork 54
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
T-Deck Plus GPS example? #52
Comments
This example is compatible with both u-blox and l76k GPS. T-deck and t-deckplus are exactly the same, except for an additional GPS module https://github.com/Xinyuan-LilyGO/T-Deck/blob/master/examples/GPSShield/GPSShield.ino |
is this example ment to activate into NMEA and then only use the SerialGPS.read(); in the Loop? or should it run the complete configuration process of the GPS each time I turn on the board? |
|
now you confuse me: the T-Deck Plus has only the L76K module, right? so for "non" meshtastic code I should use 9600, right? |
T-Deck Plus has two GPS versions, |
got it, so I must test for which one works without opening the case. Or can I identify them only by looking it? or how it answer to the different BAUD_SPEEDs? |
Run https://github.com/Xinyuan-LilyGO/T-Deck/blob/master/examples/GPSShield/GPSShield.ino and there will be a serial prompt |
awesome! thanks a lot!! will add this soon to the Growing LoRa APRS World ;) |
LoRa_APRS_Tracker ? OK. Thanks for your contribution. Remember that T-Deck-Plus has two GPS versions! Remember to make them compatible, otherwise the fixed 9600 baud rate will cause the UBlox version to be unable to read GPS data |
tomorrow will test the code to see:
|
a little modification to be runned on VSCODE and T-deck worked fine (not L76K but M10Q was initialized and stayed fine for later usage on LoRa APRS Tracker Firmware) should I share here the code or should I upload to github for others to see? |
You can submit a simple example as a PR and put it in the examples of this repository. |
This issue is stale because it has been open for 30 days with no activity. |
I cant find any info about how to activate, read or do anything to make GPS work
any info about model, brand?
is it always powered?
The text was updated successfully, but these errors were encountered: