GithubHelp home page GithubHelp logo

gps_autoconf's Introduction

Install drivers for FTDI, UART USB-Serial:
    http://www.ftdichip.com/FTDrivers.htm

Plug GPS devices in one at a time and record port names (*nix) or numbers
(windows) for each device. Enter these values into the portnums section
for each device in gps_autoconf.m

Run gps_autoconf.m is matlab. You will see:
    Connected to Locosys
    Connected to Mediatek
    Connected to Ublox
    Connected to San_Jose
    Connected to Sirf_Star

Use fscanf n matlab to print messages from a device. Locosys for example:
    > out = fscanf(ports{locosys})
    out =
    GGA,000525.836,,,,,0,0,,,M,,M,,*47
    > out = fscanf(ports{locosys})
    out =
    ...
    $GPRMC,000525.836,V,,,,,0.00,0.00,060180,,,N*4D
    $PMTK001,220,3*30
    $PMTK001,314,3*36
    $GPGGA,000526.836,,,,,0,0,,,M,,M,
    $GPRMC,000542.836,V,,,,,0.00,0.00,060180,,,N*4C
    $GPGGA,000527.836,,,,,0,0,,,M,,M,,*45
    $GPRMC,000527.836,V,,,,,0.00,0.00,060180,,,N*4F
    $GPGGA,000528.836,,,,,0,0,,,M,,M,,*4A

    Note that the above results were obtains when running the scripts indoors.


Verify timestamps at 1 Hz. See Messages for an explaination.

gps_autoconf's People

Contributors

dagoodma avatar

Watchers

 avatar  avatar

Forkers

idaohang

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.