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

NMEA messages and variables for the TLE upload #20

Open
3 tasks
AndronikosKostas opened this issue Nov 11, 2024 · 1 comment
Open
3 tasks

NMEA messages and variables for the TLE upload #20

AndronikosKostas opened this issue Nov 11, 2024 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation High Priority

Comments

@AndronikosKostas
Copy link
Member

AndronikosKostas commented Nov 11, 2024

Description of the Issue

This issue outlines the data required for download from the GNSS system, including the specific NMEA messages and variables of interest that will be used for the TLE generation.

GNSS Data

RMC: UTC Time 0.1ms precision in each message
RMC: Latitude, N/S indicator, Longitude, E/W Indicator, Altitude, Status ('A' = Data Valid)
RMC: UTC Date (captured at both the beginning and end of the orbit)

NMEA variables that need further investigation
  • RMC: Speed over ground 000.0 ~ 999.9 in knots (but 8.2 km/s is approximately 15,951 knots ???)
  • RMC: Course over ground

Calculations

  • Calculate how many bytes will be sent with the above configuration

References

https://drive.google.com/drive/u/0/folders/1Byiyk1EfDtcBBu7YEYjtMmB47DgSCtch

@AndronikosKostas
Copy link
Member Author

image

@AndronikosKostas AndronikosKostas changed the title Which GNSS data we need for the TLE upload GNSS data we need for the TLE upload Nov 11, 2024
@AndronikosKostas AndronikosKostas added documentation Improvements or additions to documentation High Priority labels Nov 11, 2024
@AndronikosKostas AndronikosKostas changed the title GNSS data we need for the TLE upload NMEA messages and variables for the TLE upload Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation High Priority
Projects
None yet
Development

No branches or pull requests

2 participants