Page 1 of 1

BladeRF not Receviing anything

Posted: Sat Oct 17, 2015 3:35 pm
by apsheikh
Hello Everyone ,

I am an undergrad who started working on BladeRF . I was trying to receive some samples as it is given in the tutorials on github ,
But whenever I type " rx start " and press Enter and check the State, It still shows as IDLE state

Attached is the sanpshot.

Re: BladeRF not Receviing anything

Posted: Sat Oct 17, 2015 6:24 pm
by bpadalino
What's your samplerate? Is there a file called testsamples.csv in the directory you ran the CLI from?

Re: BladeRF not Receviing anything

Posted: Sun Oct 18, 2015 12:24 pm
by jynik
To further expand on bpadalino's questions -- note that your screenshot shows: # Samples: 1048576. When you consider your sample rate and that number of samples, I suspect you'll understand why the reception is finishing seemingly "immediately" and returning from the "Running" to "Idle" state.

For 5 seconds of samples, you could do something like:

Code: Select all

set samplerate rx 3M
set bandwidth rx 1.5M
rx config file=testsamples.csv format=csv n=15000000
rx start
rx