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

Get lat,long,altitude,time from SAM-M10Q #1

Open
4 tasks
eltonlaw opened this issue Nov 19, 2023 · 0 comments
Open
4 tasks

Get lat,long,altitude,time from SAM-M10Q #1

eltonlaw opened this issue Nov 19, 2023 · 0 comments
Milestone

Comments

@eltonlaw
Copy link
Owner

eltonlaw commented Nov 19, 2023


  • i2c configuration groups I2CCFG-I2C-*, CFG-I2CINPROT-*, CFG-I2COUTPROT-*, CFG-TXREADY-*
  • Uses 3.0V typicaly for V_CC and V_IO
  • "The inrush current at startup can go up to 100 mA. Ensure that the external power supply is able to deliver up to 100 mA."
  • output message UBX_NAV-PVT gives position, velocity and time. Related to the navigation event
  • CFG-RATE-MEAS is how often the navigation event happens and CFG-RATE-NAV should be set to 1 so that each raw value is processed (don't need extra readings of raws). Configured inthe CFG-MSGOUT-* configuration group
  • Navigation configuration through CFG-NAVSPG-*
    • CFG-NAVSPG-DYNMODEL: Ex. portable, stationary, automotive, airborne <1g, airborne <2g etc. Airborne <1g is max horizontal velocity 100m/s and max vertical velocityy 6400m/s and max alittude 80000m. Has a max position deviation of: "Large". With airborne configs it can't sanity check on velocity, only altitude'
    • Navigation input filters:
      • fix mode: 2d, 3d or 3d+2d
      • fixed altitude + variance if fixmode is 2d only
      • min elevation of a satellite above the horizon
      • min/max satellites to use
      • min required satellites with some given signal strength threshold to run measurements.
    • Navigation output filters
      • "...result of a navigation solution is initially classified by the fix type (as detailed in the fixType field of UBX-NAV-PVT message). This distinguishes between failures to obtain a fix at all ("No Fix") and cases where a fix has been achieved, which are further subdivided into specific types of fixes..."
      • "Users are recommended to check the gnssFixOK flag in the UBX-NAV-PVT or the NMEA valid flag. Fixes not marked as valid should not be used"
@eltonlaw eltonlaw added this to the 0.1.0 milestone Mar 2, 2024
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

No branches or pull requests

1 participant