I am the author of Waterfall Bandmap. Please send me direct e-mail to n2ic at arrl dot net.KA4CDN wrote:I'm trying to do the same. Did you ever get it working?
Search found 27 matches
- Thu Feb 28, 2019 4:30 pm
- Forum: SDRplay related
- Topic: N1MM/waterfallbandmap
- Replies: 3
- Views: 22081
Re: N1MM/waterfallbandmap
- Fri Jan 18, 2019 3:51 pm
- Forum: Code Corner
- Topic: Two RSP's, same program
- Replies: 1
- Views: 61598
Two RSP's, same program
I have a RSP1 and an RSP1A. I have no problems running them simultaneously, using two separate instances of a program (in my case, the program Waterfall Bandmap). Another ham radio program, N1MM Logger+, now directly supports ExtIO-based SDR's, such as the RSP's. It also supports running two SDR's s...
- Tue Nov 13, 2018 5:39 pm
- Forum: SDRplay related
- Topic: RSP Driver Digital Signature Problem
- Replies: 1
- Views: 12414
RSP Driver Digital Signature Problem
I have an RSP1 and RSP1A. They work fine on one of my PC's, but having trouble getting the current drivers installed on the other PC. The funny thing is that I had it working a year ago with the older MIR API and drivers on the same PC. The error message is "Windows cannot verify the digital signatu...
- Sat Jul 21, 2018 9:22 pm
- Forum: SDRplay related
- Topic: N1MM/waterfallbandmap
- Replies: 3
- Views: 22081
Re: N1MM/waterfallbandmap
I am the author of waterfall bandmap. Please send me a direct e-mail at n2ic aaaat arrl.net .
- Fri May 25, 2018 4:06 pm
- Forum: SDRplay related
- Topic: RSPduo dual API question
- Replies: 6
- Views: 23382
Re: RSPduo dual API question
Didn't find the RSPduo API spec or API binary on the Downloads page. Where can I find it ? I now have a (free) DLL for the RSP1, 1A and 2 that works with the Afreet Skimmer Server. No doubt, changes will be needed to support the duo.
Thanks,
Steve
Thanks,
Steve
- Fri Apr 27, 2018 2:44 pm
- Forum: SDRplay related
- Topic: Skimmer Server support for SDRPlay RSP's
- Replies: 3
- Views: 28003
Skimmer Server support for SDRPlay RSP's
VE3NEA's Skimmer Server (http://www.dxatlas.com/skimserver/) now supports the RSP1, RSP1A and RSP2 using the driver at http://www.kkn.net/~n2ic/SDRPlayIntf.zip . This provides an easy way to get local CW or RTTY spots using your SDRPlay device, and send the spots to the Reverse Beacon Network (www.r...
- Thu Apr 12, 2018 7:33 pm
- Forum: Code Corner
- Topic: Resampling
- Replies: 20
- Views: 224758
Re: Resampling
Thanks to Steve Andrews and the SDRPlay staff for their help. After some hair-pulling, I now have a DLL working using the mir streaming API that samples and decimates to 192 kHz, feeding I/Q samples to VE3NEA's Skimmer Server ( http://www.dxatlas.com/SkimServer/ ). I plan to make this available for ...
- Wed Mar 28, 2018 1:31 am
- Forum: Code Corner
- Topic: Resampling
- Replies: 20
- Views: 224758
Re: Resampling
Thanks ! I think I see what to do now. It helps to walk away and think about these things for a while.
- Tue Mar 27, 2018 10:31 pm
- Forum: Code Corner
- Topic: Resampling
- Replies: 20
- Views: 224758
Re: Resampling
At the risk of showing just what a poor developer I am ...
Can anyone point me to C++ code that uses mir_sdr_StreamCallback ? I have looked at Steve Andrew's C# code, and have spent a day trying to figure out how to do that callback in C++.
Thanks,
Steve L
Can anyone point me to C++ code that uses mir_sdr_StreamCallback ? I have looked at Steve Andrew's C# code, and have spent a day trying to figure out how to do that callback in C++.
Thanks,
Steve L
- Mon Mar 26, 2018 1:10 am
- Forum: Code Corner
- Topic: Resampling
- Replies: 20
- Views: 224758
Re: Resampling
Thanks for the response. My concern is that streamcbfunc is going to start receiving I/Q samples before mir_sdr_DecimateControl has been acted upon by the API. Therefore, the upstream user of the I/Q samples doesn't know when the samples reflect the requested sampling frequency/decimation factor. So...