BladeRF not Receviing anything

Having issues with the site, hardware, source code, or any other issues?
Post Reply
apsheikh
Posts: 2
Joined: Mon Sep 14, 2015 7:31 pm

BladeRF not Receviing anything

Post 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.
bpadalino
Posts: 303
Joined: Mon Mar 04, 2013 4:53 pm

Re: BladeRF not Receviing anything

Post by bpadalino »

What's your samplerate? Is there a file called testsamples.csv in the directory you ran the CLI from?
jynik
Posts: 455
Joined: Thu Jun 06, 2013 8:15 pm

Re: BladeRF not Receviing anything

Post 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
Post Reply