Add ESP32-C3 SuperMini DX-LR20 variant#2624
Open
KrOik wants to merge 1 commit into
Open
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.
Summary
This adds a new board variant for the ESP32-C3 SuperMini paired with a DX-LR20 module, which uses an LLCC68-compatible
radio.
The variant defines the ESP32-C3 pin mapping, LLCC68 radio configuration, USB CDC boot settings, and build
environments for the common MeshCore roles. It also extends the existing LLCC68 support so this radio can use the same
rx gain CLI controls and RF switch handling path as the SX126x-style radios.
Changes
Hardware Notes
The DX-LR20 module used here does not rely on DIO3 TCXO power control. RX/TX switching is handled through external RF
switch pins.
Tested pin mapping:
Testing
Built successfully:
Hardware checked on an ESP32-C3 SuperMini with DX-LR20:
Related work: I did not find an existing ESP32-C3 SuperMini + DX-LR20 variant PR. This builds on the existing LLCC68 support and adds a tested board-specific variant.
#114 Add ProMicroLLCC68 builds
#552 promicro: added sensor role, removed non-functional llcc68 variant envs
#499 Xiao ESP32 C3 updates
#1568 Ported SerialBLEInterface to NimBLE from Bluedroid to support C3 variants
#1687 Added PowerSaving for all ESP32-based repeaters
#2131 Add error-aware SX126x receive hook