variants: USB Companion variant for LilyGo T-Echo Lite#2472
Open
emkZero wants to merge 8 commits into
Open
Conversation
Removed links to outdated resources and links
Removed links to outdated resources and links
Update script link in FAQ 4.7 to the repo of the fork
…oard-support Add LilyGo T-ETH Elite SX1262 board support
Co-authored-by: Natalie Kagelmacher <natalie@kagelmacher.ch> Mentored-by: Natalie Kagelmacher <natalie@kagelmacher.ch> Tested-by: Emily Kerst <emily.git@emk0.net>
oltaco
reviewed
May 10, 2026
| -D UI_RECENT_LIST_SIZE=9 | ||
| -D UI_SENSORS_PAGE=1 | ||
| -D AUTO_SHUTDOWN_MILLIVOLTS=3300 | ||
| ; -D QSPIFLASH=1 |
Member
There was a problem hiding this comment.
Does the T-Echo Lite have an external flash chip? The schematic says it has a ZD25WQ32CEIGR. I have added support for this chip in CustomLFS 0.2.2 but we are currently pointing at 0.2.1 so the chip should still work just in compatibility mode at 1mb instead of the full 4mb.
Member
|
Thanks for the PR, will merge this as is. We will revisit enabling QSPIFLASH for the T-Echo Lite in future, because enabling it on devices now will cause contacts to be reset. |
Member
|
Sorry I just realised that this PR was based against main branch, can you resubmit against dev branch please? I tried to change it for you but it's created a big mess. |
|
@oltaco We will take a look and let you know |
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.
This PR adds support for the LilyGo T-Echo Lite to be used as a USB companion.
The LilyGo T-Echo and T-Echo Lite are largely identical boards, but while the T-Echo can be used as a USB Companion, the Lite does not have this variant.
I tested the new variant on my device: LoRa, GPS, contacts, channels and DMs work as expected with the MeshCore web app.
Assuming we didn't miss anything, we (@0xC0FE and me) see no reason not to add a USB Companion variant.
Please let us know if there is anything wrong or missing - we are new to contributing to MeshCore.