Re: Best way to test basic operation of BladeRFx40
Posted: Tue Nov 13, 2018 6:21 pm
Greetings!
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:
I hope this is useful! If this doesn't work, please reply back with the output of the 'print' command so that we can verify that all the settings are right.
Thanks
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
