Search found 11 matches

by darin
Tue Jun 04, 2019 1:55 am
Forum: Code Corner
Topic: Tryin to get the sample sdr app to work
Replies: 12
Views: 88985

Re: Tryin to get the sample sdr app to work

Good evening SDRplay Support, Thank y'all for your patience and education! Debugging showed it was failing for chParams->tunerParams.gain.LNAstate being 5, outside expected range of 0:4. Changed it to equal 3 and the program flowed right to EventCallback and StreamACallback. Do appreciate it! Darin
by darin
Mon Jun 03, 2019 8:54 pm
Forum: Code Corner
Topic: Tryin to get the sample sdr app to work
Replies: 12
Views: 88985

Re: Tryin to get the sample sdr app to work

Thank you for your help but I am not seeing where this is showing any debug info. In the Visual Studio app folder, I have sdrapp.c source sdrapp.sln VS file sdrapp.vcxproj.filters VS file sdrapp.vcxproj.user VS file sdrplay_api.dll sdrplay_api.lib Debug folder in the Debug folder there is a folder f...
by darin
Mon Jun 03, 2019 4:09 pm
Forum: Code Corner
Topic: Tryin to get the sample sdr app to work
Replies: 12
Views: 88985

Re: Tryin to get the sample sdr app to work

Thank you for the reply. Yeah, I've tried different ways to link and keep getting errors, but I'll figure that part out. So I have the following code in place err = sdrplay_api_DebugEnable(chosenDevice->dev, 1); // when i print err after this statement I get a 0 so it succeeds if ((err = sdrplay_api...
by darin
Mon Jun 03, 2019 10:33 am
Forum: Code Corner
Topic: Tryin to get the sample sdr app to work
Replies: 12
Views: 88985

Re: Tryin to get the sample sdr app to work

I resolved the compiling errors by placing the sdrplay_api.lib and .dll in the project folder. Not the right way to do it, but program compiles with no errors now so gets past that hurdle until I figure out the right way to do it. I'm now getting a fail to Initialize the device. I changed the line i...
by darin
Sat Jun 01, 2019 5:29 pm
Forum: Code Corner
Topic: Native macOS support - introducing k8
Replies: 12
Views: 88455

Re: Native macOS support - introducing k8

Matt, thanks for the reply.

I got k8 to work. I just had to unplug the RPI then plug it back in and it found it. Sorry about that.

Thank you for the links to the code and documentation sir!
by darin
Fri May 31, 2019 6:45 pm
Forum: Code Corner
Topic: Native macOS support - introducing k8
Replies: 12
Views: 88455

Re: Native macOS support - introducing k8

Hello Matt, Where did you get the source code for CuteSDR? Also, when I run k8, it is an active window that allows me to click the various options; however, it isn't communicating with the RPI1 that I'm using. No signal received and nothing happens when I click on Device Settings. The RPI is working...
by darin
Fri May 31, 2019 6:14 pm
Forum: Code Corner
Topic: Tryin to get the sample sdr app to work
Replies: 12
Views: 88985

Tryin to get the sample sdr app to work

Good afternoon, I installed API 3.02 and input the sample program from the documentation starting on page 29. I believe I've verified everything is input correctly; however, I'm getting errors on compiling. I'm running this on Windows 10. Any ideas what I have done wrong here? Any assistance is grea...
by darin
Wed May 29, 2019 3:33 pm
Forum: SDRuno
Topic: Upload Custom .csv File to Memory?
Replies: 1
Views: 10711

Re: Upload Custom .csv File to Memory?

Howdy, just be sure to use comma's between each field and then save the file with .s1b extension instead of .csv. Put it in the folder for the memories(I made one and directed Uno to it). It works great. When you start Uno after that, it will show up in the Mem panel. Example line 144200000,Y,USB,HA...
by darin
Tue Jul 12, 2016 11:58 pm
Forum: General
Topic: SDRPlay on Mac OSX
Replies: 61
Views: 180088

Re: SDRPlay on Mac OSX

Pete, I didn't get any help here but I did at the gnuradio email list. I'm up and running with SDRplay and gnuradio on El Capitan. I tried so many things, I will try to put this in the way that ended up working. 1. install MacPorts 2. Go thru the process listed on SDRplay Mac install page. I ensured...
by darin
Sun Jul 03, 2016 5:25 pm
Forum: New Users' experiences
Topic: SDRplay on Macbook Pro
Replies: 1
Views: 9491

Re: SDRplay on Macbook Pro

UPDATE: connected the osmosdr box to wx gui ftt sink just to try it.. the actual issue is on the import osmosdr.. no module so i guess i haven't got it installed correctly after all still. UPDATE 2: got osmosdr working. Now getting device not found. Guessing this is related to a post in a different ...