Search found 980 matches

by sdrplay
Wed Feb 22, 2017 8:16 am
Forum: SDRuno
Topic: Compatibility issues with SDRuno v1.2, HDSDR & SDR#
Replies: 4
Views: 12901

Re: Compatibility issues with SDRuno v1.2, HDSDR & SDR#

No it doesn't do a release when stop is pressed for the reason I mentioned above. There are firmware settings that need to be maintained. There are also other reasons on how it's been developed over the years that make that difficult to do.

Best regards,

SDRplay Support
by sdrplay
Tue Feb 21, 2017 6:14 pm
Forum: Code Corner
Topic: Raspberry Pi problem?
Replies: 18
Views: 58897

Re: Raspberry Pi problem?

Nope, I'm using the released API - I'm also using RSP2 as you mentioned RSP2 in an earlier post I thought? I'll try RSP1 but it should be the same.

Best regards,

SDRplay Support
by sdrplay
Tue Feb 21, 2017 4:47 pm
Forum: New Users' experiences
Topic: SDRuno on Linux
Replies: 24
Views: 171180

Re: SDRuno on Linux

Re: copy/paste - I suspect it's a browser thing? I can see differences depending on whether I use Chrome or MS Edge - however both copy/paste fine for me into either PuTTY or Virtual Machine.

I'll update the single dash issue - thanks.

Best regards,

SDRplay Support
by sdrplay
Tue Feb 21, 2017 4:41 pm
Forum: Code Corner
Topic: Raspberry Pi problem?
Replies: 18
Views: 58897

Re: Raspberry Pi problem?

Try adding -O3 to your build command - the API is build with that level of optimisation. I use that by default in my apps.

Best regards,

SDRplay Support
by sdrplay
Tue Feb 21, 2017 11:38 am
Forum: Code Corner
Topic: Raspberry Pi problem?
Replies: 18
Views: 58897

Re: Raspberry Pi problem?

I noticed that you never terminate correctly. You need to capture ctrl-C for example and perform a StreamUninit();

Failure to do that will give you problems for any subsequent use - you will need to disconnect and reconnect the device if you don't StreamUninit

Best regards,

SDRplay Support
by sdrplay
Tue Feb 21, 2017 11:33 am
Forum: SDRuno
Topic: Different Band on each receiver
Replies: 6
Views: 15924

Re: Different Band on each receiver

To cover those frequencies I would... VRX0: Frequency = 4.6MHz Sample Rate = 6MHz (just leave VRX0 sitting there) - you can increase the sample rate if you need to see more spectrum. VRX1: Frequency = 1.8MHz VRX2: Frequency = 7.4MHz Then just use VRX1 and VRX2 to view each band (make sure they are e...
by sdrplay
Tue Feb 21, 2017 11:22 am
Forum: Code Corner
Topic: Raspberry Pi problem?
Replies: 18
Views: 58897

Re: Raspberry Pi problem?

Have you tried a different USB cable? Or different USB port? Are you using a port sharing hub? If so, connect directly to see if that's the problem.

Best regards,

SDRplay Support
by sdrplay
Tue Feb 21, 2017 11:18 am
Forum: Code Corner
Topic: Raspberry Pi problem?
Replies: 18
Views: 58897

Re: Raspberry Pi problem?

How long is a while? Your simple test code has been running on my RPi3 for about 10 minutes without a problem. Press '1' when running top to see the individual core load. On my system your test app takes 50% on one core. How are you building your app? I'm using this simple Makefile... EXE = example ...
by sdrplay
Tue Feb 21, 2017 10:53 am
Forum: SDRuno
Topic: SDRuno I/Q output?
Replies: 2
Views: 9514

Re: SDRuno I/Q output?

The entire IQ stream for the bandwidth specified can be saved to be read back in and post processed at a later date. Click on the REC PANEL in the Main Window to bring up the recorder panel. The file that this produces can be read back into SDRuno as an input source.

Best regards,

SDRplay Support
by sdrplay
Tue Feb 21, 2017 10:51 am
Forum: SDRuno
Topic: A Way To Save Settings PLease
Replies: 4
Views: 14591

Re: A Way To Save Settings PLease

Just been looking through what gets saved and what doesn't. I can't see any setting in the RX control windows that isn't saved properly... except VFO A VFO A is a special case because of the relationship between the VFOA and LO - also remember that the VRX0 dictates the frequency range of all other ...