Heltec Vision Master E213: enable 32768hz crystal osc for rtc#10689
Open
t-miura wants to merge 1 commit into
Open
Heltec Vision Master E213: enable 32768hz crystal osc for rtc#10689t-miura wants to merge 1 commit into
t-miura wants to merge 1 commit into
Conversation
Contributor
@t-miura, Welcome to Meshtastic!Thanks for opening your first pull request. We really appreciate it. We discuss work as a team in discord, please join us in the #firmware channel. Welcome to the team 😄 |
Contributor
Firmware Size Report21 targets | vs
Show 16 more target(s)
Updated for 27fd63a |
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 enables onboard 32768Hz crystal oscillator available on Heltec Vision Master E213,
makes on-chip RTC less drifty and more reliable.
while it may not the best compared to a dedicated RTC module,
but still better than relying on drifty internal LC osc.
Exisistence of the crystal has been confirmed both on Heltec's page and schematics (https://heltec.org/project/vision-master-e213/) and on actual board itself.
Confirmed working on my own E213 board: RTC is working as excpected.
🤝 Attestations
As a sidenote, the Heltec Vision Master E290 which is similar to this, has no 32kHz crystal,
so we can't get better clock on E290, unfortunately.
while i'm trying to utlize better internal OSC that's available on ESP32 families: 8MD256, but it's still in progress...
hope this small change will make E213 users' Meshtastic life little bit better!