Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential fix for bad Rx performance on T1000-E #4885

Merged
merged 2 commits into from
Sep 28, 2024
Merged

Potential fix for bad Rx performance on T1000-E #4885

merged 2 commits into from
Sep 28, 2024

Conversation

GUVWAF
Copy link
Member

@GUVWAF GUVWAF commented Sep 27, 2024

This seems to fix the part of the issue from #4775 where it only hears SX126x/LR11x0 radios that are close.
While the RadioLib example mentions setRfSwitchTable() should be called before begin(), we called setDioAsRfSwitch() (which gets called inside setRfSwitchTable()) at this place before 2f0c19e.

@caveman99
Copy link
Member

Let's try it. setDioAsRfSwitch is godmode only btw... :-) I just went by the documentation.

@GUVWAF
Copy link
Member Author

GUVWAF commented Sep 27, 2024

@caveman99 Can you try if this doesn't break on another LR11x0 dev board you have?

@caveman99
Copy link
Member

caveman99 commented Sep 27, 2024

@caveman99 Can you try if this doesn't break on another LR11x0 dev board you have?

I will tomorrow morning. Also i wanna put the Switch matrix into variant.h or next to it for each board and just leave the default in the firmware code. Not have a giant ifdef construct there.

@caveman99
Copy link
Member

@caveman99 Can you try if this doesn't break on another LR11x0 dev board you have?

seems to work fine with all boards, can you review my changes?

@GUVWAF
Copy link
Member Author

GUVWAF commented Sep 28, 2024

Looks good and clean!

@thebentern thebentern merged commit 12efede into master Sep 28, 2024
109 checks passed
@caveman99 caveman99 deleted the t1000eRx branch September 28, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants