Search found 980 matches

by sdrplay
Wed Apr 27, 2016 11:03 am
Forum: SDRplay News
Topic: ADS-B for Raspberry Pi 2/3
Replies: 0
Views: 8668

ADS-B for Raspberry Pi 2/3

We now have an updated beta version of ADS-B for both the Raspberry Pi 2 and 3. This is based upon the 16bit Mutability version of dump1090 developed by Oliver Jowett and unlocks the full 12 bit performance of the RSP1. People should see a significant performance improvement over the dump1090_sdrplu...
by sdrplay
Thu Apr 14, 2016 8:46 am
Forum: General
Topic: SDRplay incompatibility with usb 2 pci card ?
Replies: 11
Views: 38435

Re: SDRplay incompatibility with usb 2 pci card ?

What about an external mains powered USB hub - I've been using a couple of those with the RSP without any problems. I have some 2.0 and 3.0 hubs and both seem to work well.

Best regards,

SDRplay Support
by sdrplay
Wed Apr 13, 2016 6:21 am
Forum: General
Topic: SDRplay incompatibility with usb 2 pci card ?
Replies: 11
Views: 38435

Re: SDRplay incompatibility with usb 2 pci card ?

Hello, This is possibly an isochronous support issue. The API by default will use isochronous transfer over USB. It's the only mode that has a guaranteed bandwidth. Many devices such as the thumb drive you have been testing with use bulk transfer. Bulk transfer has no guaranteed bandwidth and the sy...
by sdrplay
Mon Apr 11, 2016 7:06 am
Forum: Code Corner
Topic: Mac users - CubicSDR
Replies: 22
Views: 81248

Re: Mac users - CubicSDR

I would recommend checking http://cubicsdr.com for updates and you can also contact the developer to find out the roadmap status.

Best regards,

SDRplay Support
by sdrplay
Sun Apr 10, 2016 6:22 am
Forum: New Users' experiences
Topic: SDR console ver 2.3 quit working
Replies: 4
Views: 18087

Re: SDR console ver 2.3 quit working

Whenever we've had customers say that SDR=Console cannot see the RSP, most of the time it's because SDR-Console is trying to program a frequency outside of the RSP range. I would check the log to see if there is any information in there as to what the problem is. If it is the frequency, start SDR-Co...
by sdrplay
Fri Apr 08, 2016 6:25 am
Forum: SDRplay related
Topic: Raspberry Pi 2 + SDRplay: Setup Guide?
Replies: 10
Views: 41434

Re: Raspberry Pi 2 + SDRplay: Setup Guide?

First of all make sure udev is setup correctly so that you have the right permissions to talk to the RSP. Check if you have the following file, if not create it using sudo nano... /etc/udev/rules.d/66-mirics.rules it should just have one line in it... SUBSYSTEM=="usb" ATTR{idVendor}=="1df7" ATTR{idP...
by sdrplay
Sun Apr 03, 2016 7:00 pm
Forum: General
Topic: can't seem to get the SDRplay_EXTIO_Installer_V3.8.8.exe file to run
Replies: 2
Views: 9275

Re: can't seem to get the SDRplay_EXTIO_Installer_V3.8.8.exe file to run

Are you using Windows Vista? I've seen this on Vista before. Have you tried running as Administrator? If that still doesn't work contact us at support@sdrplay.com and we'll help you.

Best regards,

SDRplay Support
by sdrplay
Wed Mar 30, 2016 3:17 pm
Forum: SDRplay related
Topic: ADSB News?
Replies: 13
Views: 43236

Re: ADSB News?

Hi slongani, As you know there are a number of versions of dump1090 that currently exist and we have started with a couple of them to provide support for the RSP. These are just our first cut at ADS-B and a range of improvements are in the pipeline. The RSP can support a number of modes and we are e...
by sdrplay
Mon Mar 28, 2016 6:47 pm
Forum: Code Corner
Topic: Raspberry Pi???
Replies: 8
Views: 30594

Re: Raspberry Pi???

I have an odroid device and it is on the list of platforms to support. I'll try to find some time to get it on there and tested.

Best regards,

SDRplay Support
by sdrplay
Mon Mar 28, 2016 6:45 pm
Forum: General
Topic: raspberry pi, SDRplay, and aprs
Replies: 1
Views: 7562

Re: raspberry pi, SDRplay, and aprs

You cannot use the rtl applications on the RSP, but we have adapted them to support the RSP - you will find play_sdr here: https://github.com/SDRplay/examples - you can use the same techniques on the other rtl applications. If you need specific help coding for the RSP you can either ask here or drop...