Hi,
As a part of FCC testing, I am trying use the following radio_tx_sweep_start(txpower,uiMode,channel_start,channel_end,delayms) with below parameters.
uint8_t txpower = RADIO_TXPOWER_TXPOWER_Pos4dBm;
uint8_t uiMode = RADIO_MODE_MODE_Ble_1Mbit;
uint8_t channel_start = 02;
uint8_t channel_end = 80;
uint8_t delayms=200;
As per my understanding we need to see the only 40 Tx channels sweep in the Spectrum Analyzer,But i am seeing the 80 channels.
My Question: Why it's not moving BLE mode?????
I am using BLE mode i.e. RADIO_MODE_MODE_Ble_1Mbit, but still i am seeing 80 channels instead of 40 channels. Can you please answer how to do BLE 40 channels sweep.
Regards,
Ramesh Javadi