You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: