-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
This software only supports RTL-SDR. And the source code is not disclosed. |
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. |
Thank you for your quick reply and information's. |
I tried 315mhz? I don't have an rtl sdr so I'm not sure it's limitations
but hackrf is able to accept up to 7.2Ghz.
Yea I would be willing to try.
…On Mon, Oct 16, 2023, 9:49 AM manahiyo831 ***@***.***> wrote:
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?
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BC6LE5T567PFSCSUEJ2HVA3X7U3N7AVCNFSM6AAAAAA6ARUBOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRUGUZDKOBXG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Let me confirm. Did you get the following message when the frequency change was rejected? |
Hi,
So what I saw was on startup my hackrf was set to 100mhz. I have a
portapack so I'm able to see the current settings of the HackRF through the
LCD. After adjusting the frequency I did not see the physical hardware
frequency change from that initial 100mhz set.
…On Tue, Oct 17, 2023, 8:15 AM manahiyo831 ***@***.***> wrote:
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?
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BC6LE5TOMHI66SWQ4DPHRT3X7ZZHDAVCNFSM6AAAAAA6ARUBOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWGI4TMOBUHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Also to mention I did not manually set it to 100mhz. The app set it from
its default value.
…On Tue, Oct 17, 2023, 8:55 AM Tj Baginski ***@***.***> wrote:
Hi,
So what I saw was on startup my hackrf was set to 100mhz. I have a
portapack so I'm able to see the current settings of the HackRF through the
LCD. After adjusting the frequency I did not see the physical hardware
frequency change from that initial 100mhz set.
On Tue, Oct 17, 2023, 8:15 AM manahiyo831 ***@***.***>
wrote:
> 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?
>
> —
> Reply to this email directly, view it on GitHub
> <#2 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BC6LE5TOMHI66SWQ4DPHRT3X7ZZHDAVCNFSM6AAAAAA6ARUBOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWGI4TMOBUHE>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
I did not see any frequency error message. It just looked like it wasn't
accepting or changing my settings from the initial value.
…On Tue, Oct 17, 2023, 8:56 AM Tj Baginski ***@***.***> wrote:
Also to mention I did not manually set it to 100mhz. The app set it from
its default value.
On Tue, Oct 17, 2023, 8:55 AM Tj Baginski ***@***.***> wrote:
> Hi,
>
> So what I saw was on startup my hackrf was set to 100mhz. I have a
> portapack so I'm able to see the current settings of the HackRF through the
> LCD. After adjusting the frequency I did not see the physical hardware
> frequency change from that initial 100mhz set.
>
> On Tue, Oct 17, 2023, 8:15 AM manahiyo831 ***@***.***>
> wrote:
>
>> 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?
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#2 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/BC6LE5TOMHI66SWQ4DPHRT3X7ZZHDAVCNFSM6AAAAAA6ARUBOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWGI4TMOBUHE>
>> .
>> You are receiving this because you authored the thread.Message ID:
>> ***@***.***>
>>
>
|
If I had to take a guess I would say maybe you initialize the value without
device type then after changing you look for it but since it's not there it
doesn't bother changing the frequency.
…On Tue, Oct 17, 2023, 8:58 AM Tj Baginski ***@***.***> wrote:
I did not see any frequency error message. It just looked like it wasn't
accepting or changing my settings from the initial value.
On Tue, Oct 17, 2023, 8:56 AM Tj Baginski ***@***.***> wrote:
> Also to mention I did not manually set it to 100mhz. The app set it from
> its default value.
>
> On Tue, Oct 17, 2023, 8:55 AM Tj Baginski ***@***.***> wrote:
>
>> Hi,
>>
>> So what I saw was on startup my hackrf was set to 100mhz. I have a
>> portapack so I'm able to see the current settings of the HackRF through the
>> LCD. After adjusting the frequency I did not see the physical hardware
>> frequency change from that initial 100mhz set.
>>
>> On Tue, Oct 17, 2023, 8:15 AM manahiyo831 ***@***.***>
>> wrote:
>>
>>> 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?
>>>
>>> —
>>> Reply to this email directly, view it on GitHub
>>> <#2 (comment)>,
>>> or unsubscribe
>>> <https://github.com/notifications/unsubscribe-auth/BC6LE5TOMHI66SWQ4DPHRT3X7ZZHDAVCNFSM6AAAAAA6ARUBOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWGI4TMOBUHE>
>>> .
>>> You are receiving this because you authored the thread.Message ID:
>>> ***@***.***>
>>>
>>
|
Thank you for the information. |
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?
The text was updated successfully, but these errors were encountered: