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 Interface #44

Open
misprit7 opened this issue Oct 17, 2021 · 2 comments
Open

GPS Interface #44

misprit7 opened this issue Oct 17, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request Low Priority

Comments

@misprit7
Copy link
Contributor

Implement firmware for interfacing with GPS. The GPS is the OEM719A-DSN-LNN-TMN and can be seen here. This will probably require implementing a third party library to parse the GPS's output and give us location/velocity data.

@Amarantheum
Copy link

There is an issue where the baudrate that we input into the UART config gets halfed when the flight controller actually sends signals. For example, to get the flight controller to communicate with the GPS, we have to set the baudrate in the software to double the expected value for it to send it at the expected value.

@Esouder Esouder added this to the November Milestone milestone Nov 15, 2022
@Amarantheum
Copy link

Got GPS working in the sense that we can continuously pull data without the software locking or crashing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Low Priority
Projects
None yet
Development

No branches or pull requests

4 participants