Hi
I am currently trying to design my own custom board with just the nRF52833 SoC. I am using this for AoA and I/Q sampling. I had a few questions.
1. What is the best way to transfer the I/Q sample data from the SoC to my PC. Is through USB or SWD pins or something else?
2. I was trying to send data though the nRF USB port using the USB_CDC_ACM example but nothing is being outputted. The NRF_LOG_INFO statements as well are not showing anything on the debug console. I am also constantly monitoring the COM port that shows up no data comes through.
3. What is the nRF only switch used for?
Thanks in advance