usrp-users@lists.ettus.com

Discussion and technical support related to USRP, UHD, RFNoC

View all threads

Get NMEA data from usrp in gnuradio

SK
Snehasish Kar
Tue, Dec 26, 2017 8:56 PM

Hello

Is there any way to get nmea data from GPSDO in gnuradio.

BR
Snehasish

Hello Is there any way to get nmea data from GPSDO in gnuradio. BR Snehasish
MM
Marcus Müller
Thu, Dec 28, 2017 2:45 PM

Yes:

https://gnuradio.org/doc/doxygen/classgr_1_1uhd_1_1usrp__block.html#a41
9f5d60d9ca48d162c4001f79511c85

Compare the get_mboard_sensor method that's wrapping through GNU Radio
SWIGging UHD's own method:

https://files.ettus.com/manual/classuhd_1_1usrp_1_1multi__usrp.html#a2d
3c327bcb83fd274e05e3ca95d1ac95

which is, for example, used in

https://github.com/EttusResearch/uhd/blob/maint/host/utils/query_gpsdo_
sensors.cpp

Best regards,
Marcus

On Tue, 2017-12-26 at 20:56 +0000, Snehasish Kar via USRP-users wrote:

Hello

Is there any way to get nmea data from GPSDO in gnuradio.

BR
Snehasish


USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Yes: https://gnuradio.org/doc/doxygen/classgr_1_1uhd_1_1usrp__block.html#a41 9f5d60d9ca48d162c4001f79511c85 Compare the get_mboard_sensor method that's wrapping through GNU Radio SWIGging UHD's own method: https://files.ettus.com/manual/classuhd_1_1usrp_1_1multi__usrp.html#a2d 3c327bcb83fd274e05e3ca95d1ac95 which is, for example, used in https://github.com/EttusResearch/uhd/blob/maint/host/utils/query_gpsdo_ sensors.cpp Best regards, Marcus On Tue, 2017-12-26 at 20:56 +0000, Snehasish Kar via USRP-users wrote: > Hello > > Is there any way to get nmea data from GPSDO in gnuradio. > > BR > Snehasish > > _______________________________________________ > USRP-users mailing list > USRP-users@lists.ettus.com > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com