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

Idea - GPS log #5

Open
tiuksferve opened this issue Feb 11, 2023 · 4 comments
Open

Idea - GPS log #5

tiuksferve opened this issue Feb 11, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@tiuksferve
Copy link

Store GPS info every X seconds into a log file on the SD card.
I think there is a correct format to use it on google earth, for example.

Here is a sample on the log generated by one of my radios:

$GPGGA,164418.000,3840.5838,N,00919.2875,W,2,10,0.92,8.0,M,50.7,M,,73
$GPGSA,A,3,10,27,16,18,26,08,20,07,21,11,,,1.23,0.92,0.81
00
$GPRMC,164418.000,A,3840.5838,N,00919.2875,W,0.55,140.65,250420,,,D70
$GPVTG,140.65,T,,M,0.55,N,1.02,K,D
3D
$GPGGA,164428.000,3840.5837,N,00919.2831,W,2,9,0.98,8.0,M,50.7,M,,4D
$GPGSA,A,3,10,27,16,26,08,20,07,21,11,,,,1.29,0.98,0.84
0C
$GPRMC,164428.000,A,3840.5837,N,00919.2831,W,1.34,93.06,250420,,,D40
$GPVTG,93.06,T,,M,1.34,N,2.49,K,D
0D

@ezod
Copy link
Owner

ezod commented Feb 14, 2023

This just looks like the raw NMEA data, so if this is what you want, we could stream the raw serial output of the module directly into a file. The complicated part would be the UI for enabling or disabling logging, as currently there are no menus or other user interactions.

@tiuksferve
Copy link
Author

It is possible to use a txt file as input parameters? We can have some fields there where we can say if the gps log is active and the period to record the entry on the file (appending new entries each X seconds). UI interface can be done in the future using the arrows to change the screen.

@ezod ezod added the enhancement New feature or request label Jun 20, 2023
@magopeter
Copy link

It would be nice to use the GPX file format,
and with no change to the UI, the Down and Left buttons are unused, so one of those could be used,
also, the color of the LED could be used as feedback to see if logging is enabled.

@ezod ezod self-assigned this Oct 7, 2023
@3Domse3
Copy link

3Domse3 commented Sep 30, 2024

I'd love to see a GPX logger. If I can help in any way with the dev or beta testing let me know
@ezod

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