The issue is that , i have custom board which have nrf52833 and nrf21540 (Range extender) , i have to increase the range of tx gain = 20dbm using gpio method
this is my overlay file
and this my main.c
The issue is that , i have custom board which have nrf52833 and nrf21540 (Range extender) , i have to increase the range of tx gain = 20dbm using gpio method
this is my overlay file
The only way to change the output power is to set CONFIG_BT_CTLR_TX_PWR_ANTENNA="the output power you want".
The software will then use the CONFIG_MPSL_FEM_NRF21540_TX_GAIN_DB to adjust the output power from the nRF52833 to get as close as possible to CONFIG_BT_CTLR_TX_PWR_ANTENNA it can.
Kenneth
The only way to change the output power is to set CONFIG_BT_CTLR_TX_PWR_ANTENNA="the output power you want".
The software will then use the CONFIG_MPSL_FEM_NRF21540_TX_GAIN_DB to adjust the output power from the nRF52833 to get as close as possible to CONFIG_BT_CTLR_TX_PWR_ANTENNA it can.
Kenneth
yes Kenneth but you see the pdf which i uploaded, in this you can see the difference of RSSI value after increasing gain
Please be aware that RSSI is extremely unreliable measure. It depends on very many factors that you don't have any control over. Please get yourself access to a spectrum analyzer if you want to do some measurements.
Kenneth
okay , I forgot to tell you
We done half testing now i get range upto 300 meters and the testing is still going thank you for your support kenneth