Hi Team,
We are on the Pre-Production stage of our Product, which uses the nRF52840 (forBLE) with the FEM nrf21540(new)
We are aiming to get power out of 20dBm.
To get the Radio Characteristics we are testing it on the Spectrum Analyzer. Our Interest is in the Continuous-wave test.
We are using the radio_test example from the latest nrfConnect SDK 1.7.0 for nRF21540_nRF52840 dk.
We have remapped the development kit pins to use with our custom board.
****************************************What we need Help from nRF*******************************************************
1) What is the Sequence of commands I should use, to get the continuous transmission wave on the Spectrum analyzer?
2) To validate the nrf21540 functioning I like to adjust the gain parameters on 21540, What sequence should I use for that?
3) Will the nrf21540 commands to change the gain over SPI works ? (we are not able to observe the change in the
4) With the same Radio Test example can I use the Mode pin to control the Gain setting (10/20 dB setting )?
**********************************************************************************************************************************
Background Data
We did some test with the Radio_test example, The commands I used for continuous tx testing was as follows: (not sure these are the correct way)
> nrf21540 antenna ant_1 (we are using antenna 1)
> start_cahnel 2
> start_tx_modulated_carrier
with Spectrum analyzer set to 10.KHz Resolution Bandwidth we were getting -8dBm , when I changed to 100kHz RBW I was able to observe 2dBm etc.
with 52840 gain set to 8dBm We were able to get 3 dBm at 10 kHz RBW, with the same radio settings changing RBW to 100kHz I was getting around 12 dBm.
Are these behaviors expected? or are we doing something wrong?
Thanks!
VishnuPrasad V