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

Does this support HackRF? #2

Open
iNetro opened this issue Oct 14, 2023 · 10 comments
Open

Does this support HackRF? #2

iNetro opened this issue Oct 14, 2023 · 10 comments

Comments

@iNetro
Copy link

iNetro commented Oct 14, 2023

I've noticed when connect this through HackRF it sets the initial 100Mhz frequency, but after that it refuses to change frequencies. Is there source code for this?

@manahiyo831
Copy link
Owner

This software only supports RTL-SDR. And the source code is not disclosed.
Unfortunately, I don't have HackRF, so it's hard to modify for it.

@iNetro
Copy link
Author

iNetro commented Oct 16, 2023

This software only supports RTL-SDR. And the source code is not disclosed.
Unfortunately, I don't have HackRF, so it's hard to modify for it.

Oh I'm sure it wouldn't be hard if you're using SDR Android plug-in. That's how SDR# and other apps connect to HackRF. The fact that it's setting the frequency initially when the app loads means there's some support for it in one way or another. Maybe an easy fix is to do that same call when changing frequencies. Assuming the startup frequency set and changing frequency set are different implementations.

Regardless, I appreciate your response, and it's a cool app. Hackrf portapack has a spectrum view, but I was interested in that AR style view. Might be worth implementing it myself, but I wanted to reach out and see.

@manahiyo831
Copy link
Owner

Thank you for your quick reply and information's.
Currently, the frequency range is limited depending on the type of RTL-SDR. That may be an obstacle when using HackRF.
For example, if I prepare something that removes that restriction, could you try it?

@iNetro
Copy link
Author

iNetro commented Oct 16, 2023 via email

@manahiyo831
Copy link
Owner

Let me confirm. Did you get the following message when the frequency change was rejected?
["Frequency is Out Of Range!"]
If not, how did you know the changing was rejected?

@iNetro
Copy link
Author

iNetro commented Oct 17, 2023 via email

@iNetro
Copy link
Author

iNetro commented Oct 17, 2023 via email

@iNetro
Copy link
Author

iNetro commented Oct 17, 2023 via email

@iNetro
Copy link
Author

iNetro commented Oct 17, 2023 via email

@manahiyo831
Copy link
Owner

Thank you for the information.
I have made a modification that eliminates the frequency limitation by model.
Could you email me for informing the download site?
manahiyo831@gmail.com

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

2 participants