Search found 980 matches

by sdrplay
Sat May 13, 2017 9:43 pm
Forum: General
Topic: Original SDRPlay
Replies: 6
Views: 17868

Re: Original SDRPlay

https://www.amazon.com/Metal-Case-Upgrade-SDRplay-RSP1/dp/B06XDQ1P1F/ref=sr_1_1?ie=UTF8&qid=1494643420&sr=8-1&keywords=sdrplay http://www.ebay.com/itm/Metal-Case-Upgrade-for-SDRplay-RSP-1-Including-Broadcast-FM-Bandstop-Filter-/282406160251?hash=item41c0b8077b:g:mVsAAOSw4YdY0yD1 SMA pigtail: http://...
by sdrplay
Sat May 13, 2017 6:44 pm
Forum: General
Topic: Help requested with SoapySDR on Linux
Replies: 4
Views: 11469

Re: Help requested with SoapySDR on Linux

I would check to see if there are any kernel modules loaded that are "grabbing" the device... lsmod | grep msi you may see msi2500, msi001 or sdr_msi3101 you should blacklist these by adding... blacklist msi001 blacklist msi2500 blacklist sdsr_msi3101 to the /etc/modprobe.d/blacklist.conf file and r...
by sdrplay
Sat May 13, 2017 6:40 pm
Forum: Code Corner
Topic: Code examples .Net and C#?
Replies: 11
Views: 52279

Re: Code examples .Net and C#?

If you have the c# communication to the API sorted, then you can follow the flow in the play_sdr example we updated on github (http://www.github.com/SDRplay/examples)

Best regards,

SDRplay Support
by sdrplay
Sat May 13, 2017 11:59 am
Forum: Code Corner
Topic: SDR API evaluation tool
Replies: 9
Views: 39931

Re: SDR API evaluation tool

The evaluation tool isn't supplied any more. It's out of date with the latest API.

If you are having problems you can contact support @ http://www.sdrplay.com/support

Best regards,

SDRplay Support
by sdrplay
Sat May 13, 2017 8:21 am
Forum: Code Corner
Topic: New open source mirics driver
Replies: 3
Views: 19724

Re: New open source mirics driver

Just to be clear this is a reverse engineered driver. It is not a replacement for anything we provide. It is not supported or endorsed by us or Mirics in any way.

Best regards,

SDRplay Support
by sdrplay
Wed Apr 12, 2017 6:21 pm
Forum: SDRplay News
Topic: ADS-B now supports RSP2 on RPi 2 & 3
Replies: 0
Views: 7870

ADS-B now supports RSP2 on RPi 2 & 3

ADS-B for both RSP1 and RSP2 now available for the Raspberry Pi 2 & 3 - check out our downloads (http://www.sdrplay.com/downloads)
by sdrplay
Mon Mar 20, 2017 12:18 am
Forum: SDRuno
Topic: Manually setting the LO
Replies: 1
Views: 7455

Re: Manually setting the LO

The LO is determined by whatever the VRX#0 frequency is set to. Set the LO frequency by setting the frequency in VRX0 then press LO LOCK in the main window. Subsequent VRXs are then limited to the LO frequency +/- sample rate / 2

Best regards,

SDRplay Support
by sdrplay
Sat Feb 25, 2017 8:19 am
Forum: SDRplay related
Topic: "Failed to locate API registry entry"
Replies: 7
Views: 31396

Re: "Failed to locate API registry entry"

It's important to make sure the EXTIO dll is compatible with the API version. If you are not sure, then go to our downloads page and install either... EXTIO PLUGINS - VERSION 1.0 (if you want to use your existing HDSDR installation) or HDSDR – VERSION 2.76 (which contains HDSDR, API and EXTIO all in...
by sdrplay
Wed Feb 22, 2017 11:06 am
Forum: New Users' experiences
Topic: SDRuno on Linux
Replies: 24
Views: 172903

Re: SDRuno on Linux

What's important is how you have built the wxWidgets For me I have the following structure... /home/sdrplay/Dev/wxWidgets-3.1.0 /home/sdrplay/Dev/wxWidgets-staticlib so you need to be careful when building wxWidgets that the correct path for the output is specified. Then make sure that same path is ...
by sdrplay
Wed Feb 22, 2017 8:19 am
Forum: SDRplay related
Topic: [RSP2] Short-circuit resilience of the Bias-T?
Replies: 4
Views: 20444

Re: [RSP2] Short-circuit resilience of the Bias-T?

Thanks, I've made a note of it and it will be moved to the right on the next release.

Best regards,

SDRplay Support