stm32wl: implement powersaving for repeaters#2932
Draft
h0lad wants to merge 3 commits into
Draft
Conversation
Collaborator
|
thanks, will look into it ... for the tcxo part it really depends if the board has tcxo or not, I have both and they don't behave the same |
834274f to
a6450e7
Compare
Author
Good point. Radiolib has autoprobing for the TXCO I accidentally nuked. Reverted this. |
added 3 commits
July 14, 2026 20:21
Enter Stop with the radio in RX; wake on the radio IRQ or RTC. RAK3172 uses Stop0 not Stop2 so the SMPS stays up and the radio on DC-DC, lower current under continuous RX.
Pass a TCXO voltage to begin() so RadioLib probes for one and falls back to the crystal if it does not start. One build then serves the crystal RAK3172 and the TCXO -T alike, where a hard-coded 0 fails init with -707.
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 is a first attempt of getting powersaving running on the STM32WL (RAK3x72) devices.
First measurements:
Setup: Nordic Power Profiler @ 3700mV -> BQ25570 -> RAK3172-T at 868MHz.
24h test on the balcony now running.