Add OSM Logger (GPS POI logger for OSM mapping)#1023
Open
simongrossi wants to merge 2 commits intoflipperdevices:mainfrom
Open
Add OSM Logger (GPS POI logger for OSM mapping)#1023simongrossi wants to merge 2 commits intoflipperdevices:mainfrom
simongrossi wants to merge 2 commits intoflipperdevices:mainfrom
Conversation
Updates the manifest to point at v0.15 (commit 7391469), which is 13 feature releases ahead of the initial v0.2 submission. Notable additions since v0.2: - 4 additional output formats (CSV, GeoJSON, native OSM XML, OsmAnd- enriched GPX) bringing the total to 6 - 65 built-in presets across 15 categories (was 23 across a flat list) - Averaging mode, duplicate detection, survey mode, note editor, archive session, 10-point browser with undo - Icon-driven main menu, live track stats with distance/speed, HDOP gate configurable, GitHub Actions CI Screenshots list refreshed to match the current repo layout (the old 02-presets / 04-track / 05-status files were replaced in commit 3c16e7f when the capture set was expanded to 10 shots covering the full flow).
Author
|
Updated the manifest to v0.15 (commit 7391469, tag v0.15). Thirteen feature releases have landed since the initial v0.2 submission — worth re-reading before review:
Screenshots refreshed to the current UI (the old set referenced files that no longer exist after the v0.14 refresh). Ready for review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Application Submission
OSM Logger — a new Flipper Zero app to log OpenStreetMap POIs (bench, waste basket, drinking water, defibrillator, bus stop, playground, …) in the field using an external NEO-6M GPS module over UART.
This is a first submission (v0.2).
Key features
amenity=cafe→pub→bar→fast_food). Short note editor viaUp(Flipper TextInput). HDOP gate (≤ 2.5) with hold-OK to force.<trkpt>every 5 s into a GPX track. New<trkseg>per session avoids fake lines between pauses.presets.txton the SD (/ext/apps_data/osm_logger/presets.txt) to replace the built-in preset list.points.jsonl,notes.csv,points.gpx,points.geojson,track.gpx.Source: https://github.com/simongrossi/flipperzero-osm-logger-gps · License: MIT
Extra Requirements
External GPS module required — any NMEA 0183 module at 9600 bauds, tested with u-blox NEO-6M V2. Wiring:
3.3 V only — see docs/HARDWARE.md for details.
Author Checklist (Fill this out)
python3 tools/bundle.py --nolint applications/CATEGORY/APPID/manifest.yml bundle.zipReviewer Checklist (Don't fill this out)