diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-09-27 17:08:41 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-09-27 17:08:41 -0700 |
commit | 102b03f59afdfd3bc633639a1a126bfdff57af45 (patch) | |
tree | a88c8c15b90af78414e71f782708aa206a746c58 /host/docs/gpsdo_b2x0.dox | |
parent | 799446ba9b7517a9703ba05021eb8825ebe1ee61 (diff) | |
download | uhd-102b03f59afdfd3bc633639a1a126bfdff57af45.tar.gz uhd-102b03f59afdfd3bc633639a1a126bfdff57af45.tar.bz2 uhd-102b03f59afdfd3bc633639a1a126bfdff57af45.zip |
docs: Comments on B2x0 + GPSDO
Diffstat (limited to 'host/docs/gpsdo_b2x0.dox')
-rw-r--r-- | host/docs/gpsdo_b2x0.dox | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/host/docs/gpsdo_b2x0.dox b/host/docs/gpsdo_b2x0.dox index a54665427..97d97135a 100644 --- a/host/docs/gpsdo_b2x0.dox +++ b/host/docs/gpsdo_b2x0.dox @@ -69,5 +69,12 @@ using the **gps_gprmc**, and **gps_gpgga** sensors. Location information can be parsed out of the **gps_gpgga** sensor by using **gpsd** or another NMEA parser. +\section gpsdob_power Using a power supply with the B2x0 and GPSDO + +The GPSDOs for the B2x0 draw extra power, and when running off of bus power +only, brownouts are possible (although not guaranteed to happen). +It is recommended to use a wall power connector when using a B2x0 in +conjunction with a GPSDO. + */ // vim:ft=doxygen: |