gr-osmosdr/lib
Dimitri Stolnikov 2b79811350 bladerf: implement options for clock configuration
Since firmware 2016.01-rc1 bladeRF has the ability to lock to an
external reference as well as produce arbitrary frequency signal
(25 MHz here) on its clock output.

Use gr-osmosdr source with the following arguments to produce 25
MHz on the SMB connector:

osmocom_fft -a bladerf,smb=25e6

smb=25e6

To lock the bladeRF itself to an external GPSDO reference, use
additional arguments tamer=external for 10MHz or tamer=external_1pps for
1PPS GPSDO signals.

osmocom_fft -a bladerf,smb=25e6,tamer=external

tamer={internal,external_1pps,external}

The described method requires https://github.com/Nuand/bladeRF/releases/
tag/2016.01-rc1

Carefully *read the instructions for external reference locking*
(especially max allowed voltage levels) on Nuand's blog https://
www.nuand.com/blog/2016-01-rc1-release/
2016-02-28 17:45:54 +01:00
..
airspy airspy: implement sensitivity and linerity gain profiles for set_gain() 2016-01-10 22:33:55 +01:00
bladerf bladerf: implement options for clock configuration 2016-02-28 17:45:54 +01:00
fcd fcd: add support for FUNcube Dongle Pro+ 2013-07-14 12:09:55 +02:00
file added file_sink_c 2016-01-10 22:12:19 +01:00
hackrf do not check for NULL before calling free 2016-01-10 22:48:31 +01:00
miri do not check for NULL before calling free 2016-01-10 22:48:31 +01:00
osmosdr do not check for NULL before calling free 2016-01-10 22:48:31 +01:00
redpitaya redpitaya: fix compilation errors on MS Windows and on Mac OS X 2016-01-10 22:05:53 +01:00
rfspace rfspace: Add basic Cloud-IQ support. 2015-12-10 20:54:26 +01:00
rtl do not check for NULL before calling free 2016-01-10 22:48:31 +01:00
rtl_tcp rtl_tcp: fix ssize_t definition for MSVC 2015-12-06 15:49:44 -08:00
sdrplay do not check for NULL before calling free 2016-01-10 22:48:31 +01:00
soapy soapy: do not throw when IQ bal mode is set to off 2015-12-06 15:19:26 -08:00
uhd introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
CMakeLists.txt cmake: update component name & update AUTHORS file 2016-01-10 22:28:15 +01:00
arg_helpers.h osmo: minor build tweaks w/ rtl on msvc 2015-04-28 22:27:53 +02:00
config.h.in redpitaya: add support for Red Pitaya SDR transceiver 2015-12-18 22:02:25 +01:00
device.cc add Red Pitaya discovery in device find function 2016-01-10 22:19:13 +01:00
gnuradio-osmosdr.rc.in cmake: add windows dll resource file 2013-04-16 21:53:09 +02:00
ranges.cc introduce osmosdr namespace, remove _c suffix 2013-05-30 16:14:22 +02:00
sink_iface.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
sink_impl.cc added file_sink_c 2016-01-10 22:12:19 +01:00
sink_impl.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
source_iface.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
source_impl.cc redpitaya: add support for Red Pitaya SDR transceiver 2015-12-18 22:02:25 +01:00
source_impl.h introduce time & clock synchronisation APIs 2014-11-25 20:47:59 +01:00
time_spec.cc osmo: minor build tweaks w/ rtl on msvc 2015-04-28 22:27:53 +02:00