How to increase carrier bandwidth?

Hi friend,

I use SDK16.0, and the version of softdevice is S140 V7.0.1. We have a project using the nrf52840, which is sometimes used by carriers. I ported radio_test to my project and disabled the BLE stack when only the carrier is needed. We need to increase the RF transmit power to 19dbm. So we added a Skyworks RFX2411 amplifier to boost the RF power. Now the FCC requires that if the RX transmission power reaches 19dbm, the carrier bandwidth must be greater than 500KHz. Currently I use radio_unmodulated_tx_carrier(RADIO_TXPOWER_TXPOWER_Pos8dBm, RADIO_MODE_MODE_Nrf_1Mbit, 40) to generate the carrier and use the timer interrupt to generate 1Kbps OOK data I want to send. How to increase bandwidth? 

Best wishes

Ted Wu

Related