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
Hi,
I believe you will the following thread clarifying:
Using nrf5340dk with the nrf21540 EK
I suspect what you are missing is: CONFIG_BT_CTLR_TX_PWR_ANTENNA=20
Kenneth
Hello kenneth , i am not using nrf21540 ek module , actually iam using custom board which have inbuilt nrf52833 and nrf21540 ic , and i create a custom board and select the board in add build confg and because of im not using nrf21540 ek module im not selecting dkshield in build confg
can you suggest me how i can verify my range extender tx is set and it works , i test LOS (line of sight) testing but it did not work
If you have access to a spectrum analyzer and/or current consumption measurement, then you can get some indication that output power increases as you change CONFIG_BT_CTLR_TX_PWR_ANTENNA to what output power you want. Note that both sides of the link need increased output power, else you may be limited with the one peer with lowest output power.
Kenneth
If you have access to a spectrum analyzer and/or current consumption measurement, then you can get some indication that output power increases as you change CONFIG_BT_CTLR_TX_PWR_ANTENNA to what output power you want. Note that both sides of the link need increased output power, else you may be limited with the one peer with lowest output power.
Kenneth
Hello Kenneth, this is my test report. I tested it indoors in my office. After changing the gain at different distances, I got these readings. Can you take a look at my testing report and suggest what is wrong, and whether the gain increased as compared to the expected output? https://docs.google.com/spreadsheets/d/1mRTk7Rl9Xn_e40sqsnp3fgII25EL8vDn/edit?gid=247305807#gid=247305807
You need to upload the files here.
Kenneth
7651.nRF21540_TX_gain_Testing - 18 AUG 25.pdf I upload it Can you review it Kenneth.