nrf21540 Dk radio test example testing

Hi All!

I am using nrf21540 DK, NCS V2.3.0, and Vscode Studio. 

An example I am using is the radio test. Build and loaded the code into the nrf21540 Dk. And Run the following commands on uart terminal 

On RSSI Viewer (connected the nrf52833 DK)

VScde 

I also monitored the SPI Signals on P1.13 ,1.14, and 1.15  but no signal during I was sending the commands as mentioned on the top.

my proj.conf file is 

CONFIG_CONSOLE_HANDLER=y
CONFIG_SHELL=y

CONFIG_DYNAMIC_INTERRUPTS=y

CONFIG_NRFX_TIMER0=y

CONFIG_ENTROPY_GENERATOR=y


CONFIG_MPSL=y
CONFIG_MPSL_FEM=y
CONFIG_MPSL_FEM_ONLY=y
CONFIG_MPSL_FEM_NRF21540_GPIO_SPI=y
CONFIG_MPSL_FEM_NRF21540_RX_GAIN_DB=0
CONFIG_MPSL_FEM_NRF21540_TX_GAIN_DB=20

Can you please help me in this regard where is the issue that I am getting a lower dbm value.

Thanks & Regards,

Muhammad Usman

Parents Reply
  • Hi Priyanka!

    Thank you for the help! 

    yes, I tried all these as you mentioned. i got -23dm if i set out put power between -4 to 4 dbm

    1)Is it working properly ?

    2)How i can confirm?

    3)As the Radio Test sample is not officially supported for nrf21540Dk. Then what changes can we make it work for nrf21540DK?

    4)Is there any way to read the Internal Configuration registers of nrf21540 to confirm it's working?

    Thanks & regards,

    Muhammad Usman

Children
Related