Changes between Version 14 and Version 15 of expansion/gw16143


Ignore:
Timestamp:
10/08/2021 09:42:12 PM (3 years ago)
Author:
Cale Collins
Comment:

added note gpsd section moved.

Legend:

Unmodified
Added
Removed
Modified
  • expansion/gw16143

    v14 v15  
    9898Viewing standard (<15m accuracy) GNSS data using the GW16143 is simple on a Gateworks board.
    9999
    100 Install prerequisite software:
    101 {{{#!bash
    102 apt-get install gpsd gpsd-dbg gpsd-clients
    103 }}}
    104 
    105 Make sure the {{{/dev/ttyACM*}}} device enumeration occurs with {{{gpsd}}} running.
    106 
    107 {{{#!bash
    108 dmesg | grep ttyACM
    109 gpsd /dev/ttyACM*
    110 }}}
    111 
    112 Then after a fix is found (by default indicated by the blinking TIMEPULSE LED), use a {{{gpsd-client}}} program  like {{{cgps}}} to view fix data.
    113 
    114 {{{#!bash
    115 cgps
    116 }}}
    117 
    118 Or read raw data from the device.
    119 
    120 {{{#!bash
    121 # Note if the device is also outputting binary data, directly reading the device as serial data can have unexpected behavior
    122 cat /dev/ttyACM*
    123 }}}
     100This section has been moved [wiki:/gps#gpsd here].
    124101
    125102See the following sections for information on setting up [wiki:gw16143#DPGS differential GPS] to achieve fix data with <2cm levels of accuracy.