Search found 45 matches

by 0815
Tue Mar 08, 2016 3:47 pm
Forum: Code Corner
Topic: SDRPLAY linux commandline tools?
Replies: 83
Views: 266301

Re: SDRPLAY linux commandline tools?

Hi, well works perfect -> many thanks to sdrplay support !!!! NOw i can really enjoy my RSP enclosed a waterfall of a 2000000 recorded u8_IQ converted with sox to .wav and opened in SDR#. works!! @sdrplay please let me know regarding the u_16 option and the float complex also. according to this i wi...
by 0815
Mon Mar 07, 2016 7:21 pm
Forum: Code Corner
Topic: SDRPLAY linux commandline tools?
Replies: 83
Views: 266301

Re: SDRPLAY linux commandline tools?

Hi, still testing and alreday getting some data, but i have to check on fm if all is correct. for testing you can do convert as follow to play it gqrx: record: rawIQ -f 100800000 -s 250000 sdrplay_u8.raw sox -t raw -r 250000 -b 8 -c 1 -e unsigned-integer sdrplay_u8.raw -t raw -r 250000 -c 1 -e sdrpl...
by 0815
Mon Mar 07, 2016 3:44 pm
Forum: Code Corner
Topic: SDRPLAY linux commandline tools?
Replies: 83
Views: 266301

Re: SDRPLAY linux commandline tools?

ok out_block_size failure which isnt used anymore i guess - removed it make it now test it

will let ya knowif output is good

pls let me know what to change for 16bit - thx

regards
by 0815
Mon Mar 07, 2016 2:42 pm
Forum: Code Corner
Topic: SDRPLAY linux commandline tools?
Replies: 83
Views: 266301

Re: SDRPLAY linux commandline tools?

HI, thanks alost, you are close to it. Build works, just a few warnings about unused variables... but look here: new-HP-6730b:~/rsp$ ./rawIQ -f 100800000 -s 2000000 -g 50 - mir_sdr_Init: starting hardware initialization mir_sdr_Init: gR=40dB fs=2.000MHz rf=100.000MHz bw=1.536MHz if=0.000MHz mir_sdr_...
by 0815
Sun Mar 06, 2016 7:00 pm
Forum: Code Corner
Topic: SDRPLAY linux commandline tools?
Replies: 83
Views: 266301

Re: SDRPLAY linux commandline tools?

hi, thanks, would be great if we can get a that raw data out of a simple commandline tool well i checked the osmocom source also in the afternoon, maybe its more like this way.... #define BYTES_PER_SAMPLE 4 // sdrplay device delivers 16 bit signed IQ data 67 // containing 12 bits of information 68 6...
by 0815
Sun Mar 06, 2016 4:41 pm
Forum: Code Corner
Topic: SDRPLAY linux commandline tools?
Replies: 83
Views: 266301

Re: SDRPLAY linux commandline tools?

hi, well tried the whole afternoon and did not get lucky to get any IQ stream.... 16bit int would be ok as log as i get it out but i only get those numbers.... maybe you can help me again as i am not the greatest programmer thats what usually looks a rtl_sdr IQ RAW stream looks like... ������...
by 0815
Sun Mar 06, 2016 11:40 am
Forum: Code Corner
Topic: SDRPLAY linux commandline tools?
Replies: 83
Views: 266301

Re: SDRPLAY linux commandline tools?

hi, thanks sounds good but i am only getting some random numbers but now IQ stream..... mir_sdr_Init: starting hardware initialization mir_sdr_Init: gR=40dB fs=2.000MHz rf=108.800MHz bw=1.536MHz if=0.000MHz mir_sdr_usb_USB DLL: Revision 0.1.1 mir_sdr_2500_Init: revisionId = 0x0200, doing FW update f...
by 0815
Sun Mar 06, 2016 9:16 am
Forum: Code Corner
Topic: SDRPLAY linux commandline tools?
Replies: 83
Views: 266301

Re: SDRPLAY linux commandline tools?

hi,

yep the raw I-Q data to a file and also the options to set frequency samplerate gain.... like rtl_sdr too lcan do

would be great to drop a few lines of code

thx
by 0815
Sat Mar 05, 2016 9:32 pm
Forum: Code Corner
Topic: SDRPLAY linux commandline tools?
Replies: 83
Views: 266301

Re: SDRPLAY linux commandline tools?

hi,

have now tried to pipe out the stream over gnuradio per file sink, well works at the fist moment but then comes to USB buffer overflows on maas.

is there any info if there ever will ever be an commandline tool for linux or will this never happen coz of the closed source?

thx
by 0815
Sun Feb 14, 2016 3:43 pm
Forum: General
Topic: Sample rate settings
Replies: 4
Views: 16599

Re: Sample rate settings

Hi, i agree with fe8769 nice and good working product under windows except the numb frequenzy range.... but the linux support is quite weak to be honest, i tried the sdrplayserver as workaround which produces buffer errors on mass here.... would be great if the technical support could give us some i...