Skip to content

Reading and parsing NMEA strings from Odroid GPS over serial

Notifications You must be signed in to change notification settings

ucsb-coast-lab/read_odroid_gps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parsing GPS Sentences over USB

This is a sketch of program that reads in and parses NMEA sentences from an Odroid GPS module over USB. The default port for this device is listed at /dev/ttyACM0 with a baudrate of 115200.

It make take some time for the device to achieve an actual lock, but should do so within approximately 15 seconds. Until then, both latitude and longitude values will read as (0, 0).

This has been tested on an x86 desktop and an Odroid-C4 with rustc 1.49-stable.

About

Reading and parsing NMEA strings from Odroid GPS over serial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages