Skip to content

Commit

Permalink
Merge pull request #3713 from pavelmachek/m_44_spacer
Browse files Browse the repository at this point in the history
spacer: version 0.10
  • Loading branch information
bobrippling authored Jan 12, 2025
2 parents 883e16f + 473b973 commit 133532e
Show file tree
Hide file tree
Showing 6 changed files with 261 additions and 90 deletions.
1 change: 1 addition & 0 deletions apps/spacer/ChangeLog
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
0.01: attempt to import
0.10: major updates, display satellites, display per-system satellite info
14 changes: 13 additions & 1 deletion apps/spacer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,17 @@ Compare GPS with Baido and Glonass

This turns GNSS receiver into mode with all three systems enabled, and
displays debug info from all of them. Click into top left corner to
switch navigation systems.
switch navigation systems. Clicks in bottom half of screen switch info
pages.

GNSS acquisition has few phases, and this software is assuming you are
not doing a cold start. GNSS fix needs 4 or 5 satellites with
reasonable signal strength, and then holding the same place for 40 or
so seconds.

Uxx -- satellites are known but not being received

S1..S4 -- not enough satellites being decoded (5 needed)

XXdB -- this is strength of 5th strongest satellite

2 changes: 1 addition & 1 deletion apps/spacer/app-icon.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
require("heatshrink").decompress(atob("mEwgIQNgQFEj/gAof+jgECgeAAIIFBgwCBuACBhgCEjAOEAoQ6CmAhCDwItDoEB4AFCsEBFgUEkEDG4XEJYcL8gFCgUP+gxCAoP8DIIFBhfsiEIAoMJAogCBAoYlBiBMBAoUwrA0B////ALECI0QAocgAolgApVADolAHYnAAomAAoqdBAoKVBMoRvCOIQDCRIIFBYwKVBAoKqC4AFBVQVggTRDn0CYgQcBN4LpDV4T7IAooAJA="))
require("heatshrink").decompress(atob("mEwhHXAH4A/AH4A/AGMAF34v/F34EBAAIvrFwQxnEoIsFGEyNHF9ZgNGrheMF4guJHDAvLEhCdbLyLLdL5ImFfRo6SLpjGOCgw5TdZRhKHwhEPFxjOJCwwOGF6zOJBxpjFAB4TKR6aEJDpgwKd5rzUYBrkVMxwtVF7CYHeBxGRF5LwMR9YvdPiJfjBhYv/F/4v/F/4v/F/4v/F/4v/F/4vfAH4Ad"))

Binary file modified apps/spacer/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion apps/spacer/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "id": "spacer",
"name": "Space Race",
"version": "0.01",
"version": "0.10",
"description": "Compare GPS with Baido and Glonass",
"icon": "app.png",
"readme": "README.md",
Expand Down
Loading

0 comments on commit 133532e

Please sign in to comment.