add config for E22P-868M30S and E22-900M33S (30S)#2415
Open
alexex1993 wants to merge 1 commit intomeshcore-dev:mainfrom
Open
add config for E22P-868M30S and E22-900M33S (30S)#2415alexex1993 wants to merge 1 commit intomeshcore-dev:mainfrom
alexex1993 wants to merge 1 commit intomeshcore-dev:mainfrom
Conversation
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.
Add support for E22-900M33S (30S) and E22P-868M30S modules on ESP32-S3
What this PR does:
[env:Generic_E22_sx1262_900M33S_repeater]— for E22-900M33S (2W version)[env:Generic_E22P_sx1262_868M30S_repeater]— for E22P-868M30S (new P-series with improved TCXO and RF front-end)Key changes:
SX126X_MAX_POWERandLORA_TX_POWERsettings for each module (critical for safe and maximum output on the 2W M33S)Why this is useful:
Many users build custom repeaters with powerful Ebyte modules (E22-900M33S and the newer E22P series).
Previously, they had to manually fight with pinouts, power settings, and
radio init failed: -2errors.These two environments make it plug-and-play for the community.
Tested on ESP32-S3-DevKitC-1 with both modules. Radio initializes successfully, PA control works correctly, and current consumption drops normally in RX mode.
Related:
Ready for review and merge.