Re: increasing nRF52 Bluetooth range
Chettimada, Vinayak Kariappa
Hi Vikrant,
As I said before: «Feel free to supply the correct h/w Tx Power enumeration to callers of https://github.com/zephyrproject-rtos/zephyr/blob/master/subsys/bluetooth/controller/hal/nrf5/radio/radio.c#L112”
Please review the callers of “radio_tx_power_set”
One for sure is https://github.com/zephyrproject-rtos/zephyr/blob/master/subsys/bluetooth/controller/ll_sw/ctrl.c#L5902
Supply 0x08 instead of 0 as the current param.
Regards, Vinayak
From: Vikrant More [mailto:vikrant8051@...]
Hello Vinayak, NRF_RADIO->TXPOWER = 0x8; //+8dBm
I modified power to +8 dBM as per your suggestion but didn't find any improvement in the range. Am I missing something besides this ? Thank You !!
On Thu, Mar 8, 2018 at 1:57 PM, Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...> wrote:
|
|