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

Add Support for RTL2832 With R828D Tuner (aka rtl-sdr V4 dongle) #1643

Closed
alphafox02 opened this issue Aug 29, 2023 · 15 comments · Fixed by #1679
Closed

Add Support for RTL2832 With R828D Tuner (aka rtl-sdr V4 dongle) #1643

alphafox02 opened this issue Aug 29, 2023 · 15 comments · Fixed by #1679
Assignees
Labels
feature Feature Request
Milestone

Comments

@alphafox02
Copy link

Ubuntu 22.04
Latest SDRTrunk Release

I'm testing various applications with the RTLSDR v4, and I noticed now with SDRTrunk it will not start w/ an error indicating Unsupported/Unrecognized Tuner Type. I have the latest Osmocom RTLSDR source compiled and installed w/ V4 support.

I suspect something in here needs to be updated to account for the V4 changes?

https://github.com/DSheirer/sdrtrunk/tree/master/src/main/java/io/github/dsheirer/source/tuner/rtl

Happy to test anything since I have the V4 handy.

@alphafox02 alphafox02 added the feature Feature Request label Aug 29, 2023
@alphafox02
Copy link
Author

The RTLSDR V4 is recognized as the "Rafael Micro R828D tuner"

@Cpw302
Copy link

Cpw302 commented Aug 31, 2023

First off, thank you for your efforts on this product. I have been a user for many years. Unfortunately the rtl-sdr dongles I get keep changing. I’ve purchased five new ones to try a Phase II system upload for Radio Reference and have not been able to get the tuners recognized. Would it be possible to include some of the newer inexpensive tuners on a future release. Specifically I’ve tried the aforementioned “Rafael Micro R828D” as well as the Fitpower “FC0012”, neither appear to be supported for SDRTrunk. I really like your product. Just having difficulty locating newer supported inexpensive dongles. Thx. Patrick

@Cpw302
Copy link

Cpw302 commented Sep 1, 2023

Denny- I would also be willing to help test support for any of these tuners. Thx. Patrick.

@novaboxalarm
Copy link

It would be wonderful if the software could be updated to include some of the less costly applications. I see the software looks like it wanted to include V4 and Fitpower but it does not recognize them. I don’t know enough about programming to try to change the tuner name but as mentioned but my V4 is a “Rafael Micro R828D” with a space —- I think the program is looking for “RafaelMicro R828D” with no space. In any event, the V3 is harder to find and I can’t really invest in the $200 versions. I had been using an inexpensive V3 from China (blue USB) and it works great. I need several more to run a P25 system can’t really invest in the $200 top of the line versions.

@alphafox02
Copy link
Author

Suggestion, although it may be faster to just add in the v4 supper to your code, but what about building a way for sdrtrunk to accept rtl_tcp input? Even if the user ran rtl_tcp on the same machine as sdrtrunk it would at least (I think?) push the usage of the rtlsdr dongle onto rtl_tcp itself and in turn would use the native driver from osmocom that’s been patched for the v4.

Could also be a good way to have an rtlsdr located away from the sdrtrunk PC. Just a thought.

@Cagier
Copy link

Cagier commented Sep 8, 2023

I too am using the V4 (along with other tuners) and would really like to see this support added. I agree that if you could lean on something like rtlsdr.dll this might make it more future-proof but I can see there might be more work in that. Ongoing maintenance and support of this excellent app is really appreciated! Thanks

@grahampaull
Copy link

I am using V4 also, purchased 5 of them not realising they weren't supported. My bad.

@DSheirer
Copy link
Owner

I have a v4 batch 2 on the way.

@alphafox02
Copy link
Author

Awesome! I fired up op25 yesterday and it did well with p25 phase 2 on 700ish MHz so I’m sure it’ll work great in sdrtrunk.

@bburkett52
Copy link

bburkett52 commented Oct 19, 2023 via email

@jrhwr
Copy link

jrhwr commented Oct 20, 2023

Do you plan to add Bias T control or let it ride with the eeprom option?

@grahampaull
Copy link

I have a v4 batch 2 on the way.

Brilliant.

@DSheirer DSheirer changed the title Support RTLSDR V4 Add Support for RTL2832 With R828D Tuner (aka rtl-sdr V4 dongle) Oct 21, 2023
@DSheirer DSheirer self-assigned this Oct 21, 2023
@DSheirer DSheirer added this to the Build 0.6.0 milestone Oct 21, 2023
DSheirer pushed a commit that referenced this issue Oct 22, 2023
DSheirer pushed a commit that referenced this issue Oct 22, 2023
DSheirer pushed a commit that referenced this issue Oct 22, 2023
…com V4 dongles. Introduces Bias-T support for all RTL-2832 dongles.
DSheirer added a commit that referenced this issue Oct 22, 2023
#1643 RTL2832/R828D aka RTL-SDR V4 Dongle & Bias-T Support
@Cagier
Copy link

Cagier commented Oct 22, 2023

Thanks so much for adding this (and all the other work you do in this great project)

@grahampaull
Copy link

Brilliant. Will give this a go. Thank you.

@alphafox02
Copy link
Author

That was quick! Thank you very much for adding the support. I’ll update things in my OS asap.

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

Successfully merging a pull request may close this issue.

8 participants