Skip to content

Basic gps support for Heltec_v3 and T1000e - #91

Closed
fdlamotte wants to merge 2 commits into
meshcore-dev:mainfrom
fdlamotte:locationprovider
Closed

Basic gps support for Heltec_v3 and T1000e#91
fdlamotte wants to merge 2 commits into
meshcore-dev:mainfrom
fdlamotte:locationprovider

Conversation

@fdlamotte

Copy link
Copy Markdown
Collaborator

this is a basic implementation, tried to be as generic as possible ...

works on t1000e and HeltecV3, disabled if HAS_GPS is not defined

@MikesAllotment

Copy link
Copy Markdown
Contributor

Can the same enhancement also be applied to the Heltec V2 variant please? (Please don't forget about the V2s - there are a lot out there ;-) )

@ripplebiz ripplebiz closed this May 13, 2025
@fdlamotte
fdlamotte deleted the locationprovider branch June 25, 2025 09:24
fkallay1 added a commit to fkallay1/MeshCore that referenced this pull request Jun 18, 2026
…flash base z linker symbolu

RAM-assembly refaktor (rieši 2× FS pri veľkých patchoch):
- ota_acquire_patch_ram(): patch do čerstvo malloc-nutého RAM buffra; default
  zostaví z recv.log (assemble_log_to_buf: build_log_offsets + chunk_exp_len),
  -D USE_PATCHBIN_FILE číta /ota/patch.bin. Caller free().
- assemble_and_verify() pri COMPLETE: default verify_log_sha() = SHA256 streamovo
  z recv.log (žiadny patch.bin, žiadny veľký buffer); USE_PATCHBIN_FILE = patch.bin
  + over + zmaž recv.log (cleanup, rieši 2× v file móde).
- dry-run (ota_patch_to_file) aj real (ota_flash_via_flasher) cez ota_acquire_patch_ram
  → puff_stream / MemStream nad RAM buffrom. patch_file_read ostal unused.
- malloc zlyhanie = graceful error s tipom na -D USE_PATCHBIN_FILE. Tier-2
  (deštruktívny assemble do 0x20000000) NEIMPLEMENTOVANÝ (risk/netestovateľné).

fw_image_size(): base z linker symbolu __flash_arduino_start (= ORIGIN(FLASH))
namiesto hardcoded APP_FLASH_START → robustné pre v6/v7. Tvrdý symbol (žiadny weak
fallback) — ak chýba (non-Arduino projekt), link error = fail-fast, zámerne.
APP_FLASH_START/MAX makrá ostávajú pre compile-time kontexty.

E2E PASS na HW: build meshcore-dev#90meshcore-dev#91, dry-run aj real flash z recv.log→RAM, dry-run pred
flashom bez hardfaultu.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
dl9sau pushed a commit to dl9sau/MeshCore-fork-DL9SAU that referenced this pull request Jul 16, 2026
…meshcore-dev#91)

'#unscoped' kam spaeter (send-seitig einpraegsamer Alias) dazu, wurde aber nie in
die Region-Registry eingetragen (die scope info/findScopeByName abfragt) -- korrekt
so, denn unscoped ist KEIN keyed Scope, sondern das Fehlen eines Scopes. 'scope
info unscoped' sagte daher '#unscoped nicht bekannt'. Jetzt: synthetischer
Spezialfall mit erklaerender Info, ohne unscoped faelschlich als keyed Region zu
registrieren. Kein 'no-scope' (vom User nicht gewuenscht).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants