-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
BMD345: Extended BLE range with PA/LNA #31585
Labels
Comments
Yes, use the PA/LNA Kconfig options in the Zephyr BLE controller. Setup the MODE and A-SEL pins using GPIO APIs in your application, or if you have a board defined then initialize them in the board init. (Example, https://github.com/zephyrproject-rtos/zephyr/blob/master/boards/arm/nrf52840dongle_nrf52840/board.c) |
Navin-Sankar
pushed a commit
that referenced
this issue
Jan 29, 2021
Add support for BMD 345 EVAL Board definition with PA/LNA support fixes: #31585 Signed-off-by: NavinSankar Velliangiri <navin@linumiz.com>
Navin-Sankar
pushed a commit
to Navin-Sankar/zephyr
that referenced
this issue
Feb 22, 2021
Add support for BMD 345 EVAL BSP with PA/LNA support Fixes: zephyrproject-rtos#31585 Signed-off-by: NavinSankar Velliangiri <navin@linumiz.com>
MaureenHelm
pushed a commit
that referenced
this issue
Feb 23, 2021
Add support for BMD 345 EVAL BSP with PA/LNA support Fixes: #31585 Signed-off-by: NavinSankar Velliangiri <navin@linumiz.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using BMD-345 Eval kit from ubox to extended the BLE range using PA/LNA.
How to enable PA/LNA feature in zephyr to achieve long range using dynamic method?
-> BT_CTLR_GPIO_LNA_PIN Kconfig is used to control LNA pin.
-> BT_CTLR_GPIO_PA_PIN Kconfig is used to control PA pin
what about MODE and A-SEL pin?
The text was updated successfully, but these errors were encountered: