Skip to content

2.4GHz is not working for LR1121 with STML476RG MCU #83

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

Closed
milkias99 opened this issue Aug 19, 2024 · 1 comment
Closed

2.4GHz is not working for LR1121 with STML476RG MCU #83

milkias99 opened this issue Aug 19, 2024 · 1 comment

Comments

@milkias99
Copy link

I compiled the project with make lr1121 REGION=WW_2G4, but it still uses 915MHz instead of 2.4GHz. Could it be that the project doesn't include the necessary configuration for LR1121 to operate at 2.4GHz?

@lbm-team
Copy link
Contributor

can you try adding these lines in the file lbm_lib/makefiles/regions.mk

after the line 32:

ifeq ($(RADIO),lr1121)
REGION_WW_2G4 = yes
endif

thank you for your feedback

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

No branches or pull requests

3 participants