Skip to content

ckuethe/gr-nmea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gr-nmea

This module includes a couple of blocks to connect to either a NMEA0183 GPS or a gpsd instance (for shared receivers or non NMEA protocols. This can be used to inject position, velocity, and time information into flowgraphs or recordings.

Usage

Instantiate an nmea_gpsd or nmea_serial block in your flowgraph. The raw NMEA output is available on the out port and can probably be safely discarded; asynchronous messages resulting from the parsing of the NMEA stream is available on the gps_msg port.

Both nmea_gpsd.py and nmea_serial.py can be run as standalone programs to demonstrate their functionality.


Dependencies

pynmea2 is required for NMEA0183 parsing

gpsd is useful for multiplexed device access, though not required for these modules

About

Adding NMEA and GPSD data to gnuradio flowgraphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published