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

Support for GPS on Serial2 port #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

kh4
Copy link

@kh4 kh4 commented Mar 5, 2022

These changes add support for having a GPS receiver connected on the Serial2 port of the Teensy.

Some notes on the changes

  • GPS connected on USB takes priority
  • default baudrate is 9600 (I might look into autobauding later)
  • GPS TX connected to pin 11 (GPIO9/RX2)
  • GPS RX connected (optionally) to pin 12 (GPIO10/TX2)
  • tested with BN180 GPS , in practice any NMEA GPS should work
  • GPSage limit increased to 1500ms as with 1Hz update rate 1000ms can cause a glitching

@kh4
Copy link
Author

kh4 commented Mar 5, 2022

Implements feature #3

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.

1 participant