board: add Ebyte E77 variant (based on Tiny Relay)#2446
Open
Szetya wants to merge 1 commit intomeshcore-dev:devfrom
Open
board: add Ebyte E77 variant (based on Tiny Relay)#2446Szetya wants to merge 1 commit intomeshcore-dev:devfrom
Szetya wants to merge 1 commit intomeshcore-dev:devfrom
Conversation
This board variant is based on the existing Tiny Relay implementation, with minimal hardware-specific adjustments. 🔧 Key differences / notes LED behavior Only the TX LED is actively supported and functional There is no available RX event hook in the current MainBoard interface, therefore RX activity cannot be indicated via LED Buttons GPIO pins for two buttons are defined However, they are currently not used in the firmware and have no assigned functionality TCXO configuration The following definition was required for stable operation: #define STM32WL_TCXO_VOLTAGE 1.6 Without this setting, the device consistently failed with error -707 The value may require further validation depending on hardware revision 📡 Testing The device has been tested in repeater mode, where it operates as expected Sensor and companion-specific tests were not performed, due to hardware limitations and the intended use case of this variant. This variant targets a low-cost and low-power hardware platform (Ebyte E77), making it suitable for simple repeater deployments where minimal hardware complexity and power consumption are required.
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 board variant is based on the existing Tiny Relay implementation, with minimal hardware-specific adjustments.
🔧 Key differences / notes
LED behavior
Only the TX LED is actively supported and functional There is no available RX event hook in the current MainBoard interface, therefore RX activity cannot be indicated via LED Buttons
GPIO pins for two buttons are defined
However, they are currently not used in the firmware and have no assigned functionality TCXO configuration
The following definition was required for stable operation:
#define STM32WL_TCXO_VOLTAGE 1.6Without this setting, the device consistently failed with error -707 The value may require further validation depending on hardware revision 📡 Testing
The device has been tested in repeater mode, where it operates as expected Sensor and companion-specific tests were not performed, due to hardware limitations and the intended use case of this variant.
This variant targets a low-cost and low-power hardware platform (Ebyte E77), making it suitable for simple repeater deployments where minimal hardware complexity and power consumption are required.