How can I get the GPS raw data (satellites pseudo range)?

前端 未结 3 1783
遇见更好的自我
遇见更好的自我 2021-01-30 18:22

How can I read GPS raw data, to be more specific I need the saellites pseudo range. This data is not available in NMEA format.

3条回答
  •  离开以前
    2021-01-30 19:20

    If you need pseudoranges, and raw data, you will not be lucky with NMEA. You have to use the binary protocol of your receiver, E.g ublox binary for ublox receivers. Sirf binary for Sirf receivers. Sattelite raw date are available only on special receivers which have the RAW option enabled. Don´t expect that on a smartphone.

    More details you find at the ublox protocol specification.

提交回复
热议问题