liamhays / ublox

Flipper Zero u-blox GPS app
GNU General Public License v3.0
19 stars 2 forks source link

[REQUEST] Add support for GPX file output #8

Open 3Domse3 opened 2 months ago

liamhays commented 1 week ago

Hello, I just pushed some changes that add GPX support. Do you have the ability to build the app from source? If so, can you build it and see if the GPX support is what you were looking for?

3Domse3 commented 1 week ago

Hello, I just pushed some changes that add GPX support. Do you have the ability to build the app from source? If so, can you build it and see if the GPX support is what you were looking for?

If you can give me a brief guide I could try but I never developed/built something for the Flipper (or even an external project) so I don't know how to set up the env. and the dependencies. But I'd love to try it :)

edit: btw, I can also test the app with my ZED-F9P and MAX-M10S

liamhays commented 1 week ago

Flipper has documentation for setting up ufbt and building apps, see https://github.com/flipperdevices/flipperzero-ufbt. To build, just clone this repository and run ufbt in it.

You can also download the file here, I built it for the latest official firmware on my own computer: https://www.dropbox.com/scl/fi/xr6yrd3jqcylwkilwgma7/ublox.fap?rlkey=rr39zuod3ah3xj75ya5ow6hr6&st=xjne10sb&dl=0

liamhays commented 6 days ago

oopsie...I forgot to push the GPX code to the repo. The .fap file I linked has GPX support but the repo didn't until just now.

3Domse3 commented 11 hours ago

oopsie...I forgot to push the GPX code to the repo. The .fap file I linked has GPX support but the repo didn't until just now.

Oh nice! Will try when I'm back home on the weekend :)

liamhays commented 11 hours ago

You may be in luck, I actually decided to make a new release and it should get through the application catalog in a couple days. Use the file I provided until 0.5 is up on the app catalog.

3Domse3 commented 11 hours ago

You may be in luck, I actually decided to make a new release and it should get through the application catalog in a couple days. Use the file I provided until 0.5 is up on the app catalog.

<3 HUGE thank you for your work. I'll test it with my sensors and if something doesn't work as expected, I'll let you know (or try to fix it myself and push the changes)