ezod / flipperzero-gps

Flipper Zero application for NMEA 0183 serial GPS modules.
GNU General Public License v3.0
279 stars 26 forks source link

Idea - Store GPS position and navigation feature #6

Open tiuksferve opened 1 year ago

tiuksferve commented 1 year ago

Store GPS positions can be useful to implement simple navigation feature like mini GPSs

https://www.joom.com/pt-br/products/5d8eea051436d40101e68228

This feature store a position (like home) and it can plot an arrow pointing to position's direction and the distance. Analog Clock can be a good app too check how to plot the arrow.

sambyte61 commented 1 year ago

Being able to visually describe the direction between your current location and a home location would require a digital compass? You could calculate the distance between your current location and your home location and determine an azimuth from that, but there'd be no way to display that visually to the user as your holding it without a compass.

magopeter commented 11 months ago

Being able to visually describe the direction between your current location and a home location would require a digital compass? You could calculate the distance between your current location and your home location and determine an azimuth from that, but there'd be no way to display that visually to the user as your holding it without a compass.

That is true if you are stationary, but it can tell you a direction if you are moving ;) Old school GPS never knew the direction unless you were on the move :)