manahiyo831 / RadioFieldAR

RadioFieldAR
33 stars 1 forks source link

Does this support HackRF? #2

Open iNetro opened 1 year ago

iNetro commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 https://github.com/manahiyo831/RadioFieldAR/issues/2#issuecomment-1764525877, or unsubscribe https://github.com/notifications/unsubscribe-auth/BC6LE5T567PFSCSUEJ2HVA3X7U3N7AVCNFSM6AAAAAA6ARUBOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRUGUZDKOBXG4 . You are receiving this because you authored the thread.Message ID: @.***>

manahiyo831 commented 1 year ago

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 commented 1 year ago

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 https://github.com/manahiyo831/RadioFieldAR/issues/2#issuecomment-1766296849, or unsubscribe https://github.com/notifications/unsubscribe-auth/BC6LE5TOMHI66SWQ4DPHRT3X7ZZHDAVCNFSM6AAAAAA6ARUBOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWGI4TMOBUHE . You are receiving this because you authored the thread.Message ID: @.***>

iNetro commented 1 year ago

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 https://github.com/manahiyo831/RadioFieldAR/issues/2#issuecomment-1766296849, or unsubscribe https://github.com/notifications/unsubscribe-auth/BC6LE5TOMHI66SWQ4DPHRT3X7ZZHDAVCNFSM6AAAAAA6ARUBOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWGI4TMOBUHE . You are receiving this because you authored the thread.Message ID: @.***>

iNetro commented 1 year ago

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 https://github.com/manahiyo831/RadioFieldAR/issues/2#issuecomment-1766296849, or unsubscribe https://github.com/notifications/unsubscribe-auth/BC6LE5TOMHI66SWQ4DPHRT3X7ZZHDAVCNFSM6AAAAAA6ARUBOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWGI4TMOBUHE . You are receiving this because you authored the thread.Message ID: @.***>

iNetro commented 1 year ago

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 https://github.com/manahiyo831/RadioFieldAR/issues/2#issuecomment-1766296849, or unsubscribe https://github.com/notifications/unsubscribe-auth/BC6LE5TOMHI66SWQ4DPHRT3X7ZZHDAVCNFSM6AAAAAA6ARUBOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWGI4TMOBUHE . You are receiving this because you authored the thread.Message ID: @.***>

manahiyo831 commented 1 year ago

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