Lines Matching full:gnss
1 .. zephyr:code-sample:: gnss
2 :name: GNSS
5 Connect to a GNSS device to obtain time, navigation data, and satellite information.
9 This sample demonstrates how to use a GNSS device implementing the
10 GNSS device driver API.
15 This sample requires a board with a GNSS device present and enabled
23 gnss: gnss_info: {satellites_cnt: 14, hdop: 0.850, fix_status: GNSS_FIX, fix_quality: GNSS_SPS}
24 …gnss: navigation_data: {latitude: 57.162331699, longitude : 9.961104199, bearing 12.530, speed 0.2…
25 …gnss: gnss_time: {hour: 16, minute: 17, millisecond 36000, month_day 3, month: 10, century_year: 2…
26 gnss has fix!
27 … gnss: gnss_satellite: {prn: 1, snr: 30, elevation 71, azimuth 276, system: GLONASS, is_tracked: 1}
28 …gnss: gnss_satellite: {prn: 11, snr: 31, elevation 62, azimuth 221, system: GLONASS, is_tracked: 1}
29 gnss reported 2 satellites!