-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
Category
Other
Hardware
T-Echo
Is this bug report about any UI component firmware like InkHUD or Meshtatic UI (MUI)?
- Meshtastic UI aka MUI colorTFT
- InkHUD ePaper
- OLED slide UI on any display
Firmware Version
2.7.15.567b8ea
Description
Hardware:
- LILYGO T-Echo (nRF52840)
Firmware:
- 2.7.15 (commit 567b8ea)
Observed behavior:
- The GPS coordinates shown on the T-Echo e-ink display are wrong by ~200–300 meters (mostly in longitude)
- Multiple different nodes appear at exactly the same coordinates on the Meshtastic map
- This happens even when nodes are physically separated by tens or hundreds of meters
- Position overrides, reboots, and moving the node outside do not change the offset
Additional observation:
- ESP32-based nodes running the same firmware in the same mesh show distinct positions, while multiple T-Echo nodes collapse to the same map location
This looks like a problem in how GPS positions are encoded or transmitted on the nRF52 (T-Echo) platform rather than a reception or multipath issue.
Steps to reproduce:
- Flash a LILYGO T-Echo with 2.7.15
- Place two T-Echo nodes 50–200 m apart outdoors
- Both nodes appear at the same or nearly the same coordinates on the map
Expected:
Each node should show its actual GPS position.
Relevant log output
Reactions are currently unavailable