Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnss-sdrlib with rtl sdr #3

Open
Strykar opened this issue Feb 28, 2016 · 10 comments
Open

gnss-sdrlib with rtl sdr #3

Strykar opened this issue Feb 28, 2016 · 10 comments

Comments

@Strykar
Copy link

Strykar commented Feb 28, 2016

GNSS-SDRLIB start!
error: failed to open rtlsdr device #0
error rcvinit

The issue is that my rtl sdr dongle shows up as #1 and there is no way to select it and thus sdrlib fails with the error above. I took a look at rtlsdr_L1.ini but do not see where I can specify to look for device #1 instead of the default of #0.

@Strykar
Copy link
Author

Strykar commented Mar 11, 2016

Issue lies in lines 34 and 37 in https://github.com/taroz/GNSS-SDRLIB/blob/master/src/rcv/rtlsdr/rtlsdr.c
Changing to dev_index=1;;" and "verbose_device_search("1")" let's device 1 instead of 0 connect.

@hoangnt9
Copy link

hoangnt9 commented Apr 7, 2016

I got the same problem with you, and change the parameter as above. However still the same error.
Any suggestion ?

@Strykar
Copy link
Author

Strykar commented Apr 7, 2016

Did you recompile it after making the changes? What is the error you see?

@hoangnt9
Copy link

hoangnt9 commented Apr 7, 2016

I open the file, edit and save it. Then the same problem occur.
So I thought that I need to compile again too, however when I Open it by VS 2013.
I cannot compile that C file.

@Strykar
Copy link
Author

Strykar commented Apr 7, 2016

Recompile the full solution, not just that file.

@hoangnt9
Copy link

hoangnt9 commented Apr 8, 2016

But I did not find file solution. Can you give the link to file Project (.csproj) or file of Solution (.sln) ?

@qingliu2
Copy link

Hello all,
I fixed this problem, and the SDR can run. But, I can't see any output in the monitor. In other words, whether the antenna is connected or not, the output are the same, all the satellites with the same C/N0 35dB........
Thanks
Qing

@butaniravi
Copy link

Hii all, With nooelec mini 2+ rtl sdr (0.5ppm TCXO) + Cheap GPS Active Antenna + my DIY Bias tee, I am getting 4 Satellite locked but getting error "error: GPS subframe number sfn=.." and suddenly satellite get out of lock.. So not getting location Fix, Any help highly appreciated..

Cheers,
Ravi

@Alexdichi
Copy link

But I did not find file solution. Can you give the link to file Project (.csproj) or file of Solution (.sln) ?

Hello, have you find a solution?

@yasss-ryan
Copy link

Should I use a dedicated GPS Active Antenna or can I use the antenna which came with the NOOELEC NESDR MINI R820T Dongle . If I have to use a active antenna , how do I build bias tee because purchasing is 3-6k(indian rupees) . Also I'm getting the same error message as above rtlsdr not found #0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants