The USRP B210 is a powerful, full-duplex Software Defined Radio (SDR) platform covering 70 MHz to 6 GHz with 2×2 MIMO capability. This guide takes you from unboxing through your first successful signal, covering driver installation, UHD configuration, and performance verification.
Note: The B210 can run bus‐powered over USB 3.0 or require the external power supply if connected to USB 2.0.
Tip: Use AC power and set CPU governor to performance mode for maximum throughput.
sudo add-apt-repository ppa:ettusresearch/uhd sudo apt update sudo apt install libuhd-dev uhd-host gnuradio python3-uhd
Verify:
uhd_find_devices --help gnuradio-companion --version
sudo uhd_images_downloader ls /usr/share/uhd/images/ | grep b210
sudo cp /usr/share/uhd/uhd-usrp.rules /etc/udev/rules.d/ sudo udevadm control --reload-rules sudo udevadm trigger sudo usermod -a -G usrp $USER
C:\Program Files\UHD\
…\UHD\share\uhd\
"C:\Program Files\UHD\lib\uhd\utils\uhd_images_downloader.exe"
uhd_find_devices uhd_find_devices --args="type=b200"
Expected:
Device Address: type: b200 name: MyB210 serial: 30AD012
uhd_usrp_probe
Look for successful FPGA load and register tests.
benchmark_rate --args="type=b200" --rx_rate 61.44e6 --duration 30 benchmark_rate --args="type=b200" --tx_rate 61.44e6 --duration 30
Expect: ~61.44 MSPS on USB 3.0; ~8 MSPS on USB 2.0.
gnuradio-companion
type=b200
, rate 2 MSPS, freq 98.5 MHz, gain 40 dBbenchmark_rate
flagsYour USRP B210 is now set up and ready for SDR experiments across 70 MHz–6 GHz. You have verified hardware detection, loaded FPGA firmware, and achieved your first signal using GNU Radio. Enjoy exploring RF applications!
No posts found
Write a review© 2023 - 2025 SDRstore.