repos: vshie: Add Marine Magnetics Explorer#171
Merged
patrickelectric merged 2 commits intobluerobotics:masterfrom May 7, 2026
Merged
repos: vshie: Add Marine Magnetics Explorer#171patrickelectric merged 2 commits intobluerobotics:masterfrom
patrickelectric merged 2 commits intobluerobotics:masterfrom
Conversation
Adds metadata.json and 1024x1024 extension_logo.png for the Marine Magnetics Explorer extension under repos/vshie/. Co-authored-by: Cursor <cursoragent@cursor.com>
| "name": "Marine Magnetics Explorer", | ||
| "website": "https://github.com/vshie/BlueOS-Marine-Magnetics-Explorer", | ||
| "docker": "vshie/blueos-marine-magnetics-explorer", | ||
| "description": "Marine Magnetics Explorer magnetometer logging and live monitoring \u2014 CSV + raw NMEA logs, deviation alarm, layback estimation, and NAMED_VALUE_FLOAT bursts to the autopilot." |
Member
There was a problem hiding this comment.
The unicode \u2014 will probably not render in the markdown viewer.
Collaborator
Author
There was a problem hiding this comment.
Good catch — fixed in 5e0f5c9 by replacing the \u2014 JSON escape with a literal UTF-8 em-dash (—).
Address PR review feedback: replace the JSON \u2014 escape in the description with a literal UTF-8 em-dash character so it renders correctly in markdown viewers that don't decode JSON escapes. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Adds a new extension: Marine Magnetics Explorer, a BlueOS interface for the Marine Magnetics Explorer magnetometer over USB serial.
What the extension does
GLOBAL_POSITION_INTandVFR_HUDheading) plus a pairedRawMag*.txt/RawGPS*.txt(synthesised GPRMC/GPGGA/GPGSA/GPGSV) for use with surveyor toolchains that expect raw NMEA.MAG_FIELD,MAG_SIGNAL,MAG_DEPTH,MAG_QUAL,MAG_DEV, andMAG_ALRMNAMED_VALUE_FLOATmessages to the autopilot for Cockpit / dashboards./widgetendpoint suitable for embedding in Cockpit iframes, with the same alarm/threshold/window controls in the top-left corner.Files added
repos/vshie/marine-magnetics-explorer/metadata.jsonrepos/vshie/marine-magnetics-explorer/extension_logo.png(1024x1024)repos/vshie/company_logo.pngalready exists from the Airmar WX submission and is not modified.Links
Built via the standard
BlueOS-Community/Deploy-BlueOS-Extensionaction (multi-arch: amd64, arm/v7, arm64). The Dockerfile carries both the legacyorg.blueos.*labels and the unprefixedversion/type/authors/company/readme/links/tags/permissionslabels expected by the repository scraper.Made with Cursor