We have a walk-through of how to verify basic functionality at: https://github.com/Nuand/bladeRF/wiki/G ... -Operation
My usual "smoke test" is to transmit /dev/urandom, which will produce a nice big blob around the center frequency. Something like this will produce a 5 MHz wide blob around 2.4 GHz, at about 0 dBm:
Code: Select all
set samplerate tx 5M
set frequency tx 2.4G
set gain tx 60
tx config file=/dev/urandom repeat=0
tx start
Thanks
