Search found 45 matches

by 0815
Mon Jul 25, 2016 5:40 pm
Forum: Code Corner
Topic: SDRPLAY linux commandline tools?
Replies: 83
Views: 264800

Re: SDRPLAY linux commandline tools?

well using https://github.com/rxseger/rx_tools at the moment which is a good workaround at the moment, maybe the devs port their code samples to the new API as the other functions will be deprechiated and include some samples for AGC which i am requesting since a long time....

thanks in advance
by 0815
Sat Jul 23, 2016 8:26 pm
Forum: Code Corner
Topic: SDRPLAY linux commandline tools?
Replies: 83
Views: 264800

Re: SDRPLAY linux commandline tools?

well yep i did look at page 16 and no i cant because of the callback function which i do not get,,,,,
by 0815
Wed Jul 20, 2016 6:31 pm
Forum: Code Corner
Topic: SDRPLAY linux commandline tools?
Replies: 83
Views: 264800

Re: SDRPLAY linux commandline tools?

ok thanks, for you maybe easy cheesy - for me days to go please give me a short conversion on that i just dont get it... r = mir_sdr_Init((78-gain), (samp_rate/1e6), ((frequency+ppm_error)/1e6),mir_sdr_BW_1_536, mir_sdr_IF_Zero, &samplesPerPacket ); and convert it to: mir_sdr_AgcControl(1, -30, 0, 0...
by 0815
Tue Jul 19, 2016 6:01 pm
Forum: Code Corner
Topic: SDRPLAY linux commandline tools?
Replies: 83
Views: 264800

Re: SDRPLAY linux commandline tools?

hi,

works now thanks a lot!!!

maybe you can drop a few lines of code how to use the mir_sdr_AgcControl.....


thanks

regards
by 0815
Sat Jul 16, 2016 9:32 am
Forum: Code Corner
Topic: SDRPLAY linux commandline tools?
Replies: 83
Views: 264800

Re: SDRPLAY linux commandline tools?

hi, thx,but no change .... still getting: ./rawIQ: symbol lookup error: /usr/local/lib/libmirsdrapi-rsp.so: undefined symbol: pow try to buildfromsource getting this: cc -g -o rawIQ rawIQ.o -lpthread -lm -lmirsdrapi-rsp //usr/local/lib/libmirsdrapi-rsp.so: Nicht definierter Verweis auf `libusb_open'...
by 0815
Sat Jul 16, 2016 5:00 am
Forum: Code Corner
Topic: SDRPLAY linux commandline tools?
Replies: 83
Views: 264800

Re: SDRPLAY linux commandline tools?

@sdrplay,

well after updating the api my rawIQ wont work anymore...

./rawIQ: symbol lookup error: /usr/local/lib/libmirsdrapi-rsp.so: undefined symbol: pow

maybe you can drop some code here...thanks!

regards
by 0815
Sat Jul 09, 2016 8:21 pm
Forum: SDRplay related
Topic: Iridium
Replies: 6
Views: 17301

Re: Iridium

using rsp, with qfh and lna4all and l-band filter and gr-iridium... works
by 0815
Fri Jul 08, 2016 6:21 pm
Forum: SDRplay related
Topic: Iridium
Replies: 6
Views: 17301

Re: Iridium

hi danny,

it works by using the play_sdr in the github repository of sdrplay.... hopefully the new api will be released soon with the promised AGC then i hope it will do alot better.....

rgds
by 0815
Sat Jun 04, 2016 4:39 pm
Forum: Code Corner
Topic: SDRPLAY linux commandline tools?
Replies: 83
Views: 264800

Re: SDRPLAY linux commandline tools?

push again....
by 0815
Sat Jun 04, 2016 4:37 pm
Forum: Code Corner
Topic: Open source mirics driver + miri_sdr + miri_fm
Replies: 4
Views: 23766

Re: Open source mirics driver + miri_sdr + miri_fm

regarding the ./miri_sdr

i would need one of these outputs:

complex uint8 (RTLSDR) or complex int8 (hackrf) and the S8 option doesnot work in both options..... the rawIQ which does the >>8 works flawlessly..

any option to change this in the code?

regards