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

Gps snapshot 1 #158

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Gps snapshot 1 #158

wants to merge 15 commits into from

Conversation

rtlopez
Copy link
Owner

@rtlopez rtlopez commented Feb 18, 2025

Added support for gps module communication

  • gps module baudrate will be detected and changed according to setting in ports tab
  • navigation options of gps module will be automatically updated
  • gps reading should be visible in GPS tab

To make it work you need to

  • connect GPS module to unused serial port
  • enable GPS feature
  • select GPS Sensor on specified UART in ports tab
  • set recommended speed to 115200, note that it must be set in Configuration/MSP column, not Sensor/Input

Keep in mind that

  • it is barely possible to get fix at home, you have to place receiver close to opened window, or outside ideally.
  • If your module was not used for a long time, you might need to wait several minutes to get fix.
  • recommended module is Ublox M8 or never, M7 or M6 aren't realiable, accurate enough and might not work at all, I don't even have any to test, so if you have and can test, please share your results.

To see a result of initial communication go to the CLI ind type logs.

In the CLI there is also new command that shows gps status and raw data, for this purpose type gps.

Firmware binaries can be found here

@bsvdoom
Copy link
Contributor

bsvdoom commented Feb 19, 2025

Resolves #146

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

Successfully merging this pull request may close these issues.

2 participants