joey-public / WES207CapstoneProject

This repository holds code for our WES Capstone Project on Collard Lizard Localization.
1 stars 0 forks source link

Internal GPSDOs #5

Closed joey-public closed 1 year ago

joey-public commented 1 year ago

The B200 usrps have support for internal gpsdos. With these gpsdo we want to tell all the receivers to start streaming a a specific time of day.

Start by looking over the example code here:

https://github.com/EttusResearch/uhd/blob/master/host/examples/sync_to_gps.cpp

Also see method 2 described in the application node here:

https://files.ettus.com/manual/page_sync.html

joey-public commented 1 year ago

We got code working to interface with B200s, synch to gps, and tell all receivers to start recieving at the same gps referenced time.