I used nrf52840 board,
can any one provide me Radio test example with OTA
I used nrf52840 board,
can any one provide me Radio test example with OTA
Hi Hung Bui,
I add BLE peripheral code in Radio test code and OTA is working.
But when i send "start_tx_carrier" command device was stuck,
when i commant BLE peripheral code and give "start_tx_carrier" command then device was work
so how i can run Radio Test with BLE?
I also make advertising disable but still device stuck when give start_tx_carrier" command
Hi,
If you want to use the radio, you should disable the softdevice.
As I said, the cleaner option is to have separate applications. One is normal BLE application and the other is the radio test example.
Are you familiar with our BLE bootloader ?
What you need to do is to change the start address of the radio test example so that it starts after the softdevice.
Hi,
Thank you for your support now my code work