We are working with a custom nRF52840 PCB and would like guidance on the correct and supported way to build a firmware equivalent to the radio_test sample on the nRF52840 DK, specifically for RF testing with command-based control (TX/RX/carrier/sweep).
On the DK, radio_test works out of the box via UART/USB, but on custom hardware we are running into multiple dependencies and assumptions that make radio_test difficult to reuse reliably.
Before continuing further, we would like to clarify:
-
Is radio_test_sample intended to be reused on custom boards, or is it DK-specific?
-
If not, what is the Nordic-recommended and supported approach for creating a radio_test hex firmware for a custom nRF52840 pcb design.
-
We also would like to have UART serial commands access where we can pass commands like: parameters_print, start)tx_sweep etc......ALL in a custom PCB
We are happy to share the PCB schematic and pin mappings if required. We are mainly looking for direction on the correct approach, rather than ad-hoc fixes.
Any guidance from the Nordic team would be greatly appreciated.