We have a design in EVT and we're preparing for FCC testing. It's a dual radio board with nRF52840 and a Semtech LR1110. Therefore, we need both to be active and transmitting during the test.
Is there a way to incorporate DTM code into an NCS 2.5.0 project while maintaining our only connection to the outside world -- a USB CDC device? We cannot use only HCI, we need our own CLI to be able to control both radios.
Thanks.