Hello, I am working on writing a program for my NRF52840 dongle that can transmit a ble continuous wave at 2400MHz at +0dBm. Upon a button press, we'd move over to 2450MHz, with another press we'd go to 2500MHz. Are there any example programs that go through this process? The radio test example seems to have parts that I can use if I remove the uart usage and replace with button presses, which command within this example would be best used to model my program off of?
Thank you!