Hello All,
We have developed a Zigbee End Node device for which we would like to make a radio test.
we are using nRF connect SDK 2.0.0, please note the reason we use the old SDK vesrion as we had started this project 2 years earlier.
As the Nordic Connect SDK we saw that we already have a sample FW which we can use for this test, now we have already preapared the code for the same and we were able to work with this as described in your documention on below link
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/peripheral/radio_test/README.html
However we see that the sample is by defaut configured with Bluethooth parameters like the bandwidth of this SW is set with respect to Bluethooth(1MHz),
How can i Change this bandwidth here to 2Mhz which is for ZigBee, Now i went through the details on the above link but i could only see possiblity to set output power, Data rate and channel

Also can you please help me with more details to use fem command
Please help here to complete the radio test as this is only blocking point for us,