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

positioning config menu #2387

Open
f1ghy opened this issue Nov 24, 2024 · 6 comments
Open

positioning config menu #2387

f1ghy opened this issue Nov 24, 2024 · 6 comments
Labels
enhancement New feature or request

Comments

@f1ghy
Copy link

f1ghy commented Nov 24, 2024

Description of the feature you're suggesting.

The idea would be to have a configuration menu to:

  • manually choose your GPS coordinates,
  • memorize one or more coordinates,
  • memorize the last position find,
  • choose the source of GPS coordinates. (ESP32, future to come; Ext NEMEA).
    Then, you could only connect the external module if necessary, enter coordinates from an external source... or even manually)
    thanks

Anything else?

No response

@f1ghy f1ghy added the enhancement New feature or request label Nov 24, 2024
@eried
Copy link
Member

eried commented Nov 25, 2024

And how the GPS would be used?

The problem with a nmea source will be needing background processing to keep it alive consuming a big stream, I am not sure if that will be a good thing, vs for example another solution of the app querying the ESP32 when it needs the position.

For sure there is a need of researching GPS related stuff

@eried
Copy link
Member

eried commented Nov 25, 2024

(with my question I actually wonder how you envision it appears in other apps and etc, how it is retrieved, where, in which apps, etc)

@htotoo
Copy link
Member

htotoo commented Nov 25, 2024

My question is, how would it be beneficial to have the coordinates stored? Yet I don't know any app that would use it for anything.
For example when you see adsb map, it'll zoom to the airplane. If you store your last coordinates, would it benefit anything?

@eried
Copy link
Member

eried commented Nov 25, 2024

My question is, how would it be beneficial to have the coordinates stored? Yet I don't know any app that would use it for anything. For example when you see adsb map, it'll zoom to the airplane. If you store your last coordinates, would it benefit anything?

Well, in that case I can imagine being able to calculate the distance to me, or visualize airplanes around some specific radious, but I also wonder on the use cases (besides adding functionality just for the sake of adding functionality)

@gullradriel
Copy link
Member

The basic functionalities:

  • manually set/edit/remove GPS coords with labels
  • select a Label as a position and set it for apps using GPS

Can be useful for war-driving in known positions without have an ESP32 attached

@f1ghy
Copy link
Author

f1ghy commented Nov 25, 2024

Hi, I think that:

  • Store manual may be usefull for people who don't have GPS, to try GPS fonction (yess it may be fine for ADSB, APRS, or FOX HUNT to center the map on your position, yess it does if there is GPS coordonate 😉). ( whach that the maps does't locate you on 0⁰, 0⁰ when the coordonate are null ?)
  • Store the las position make you able to unplug the GPS when your in a fixed position (I have the case where when you plug USB (OTG), RF noise make poor reception).

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

No branches or pull requests

4 participants