Hi community,
I have an external board with a nRF52810 which is connected to the nRF52DK via the Debug Out port on the DK and a 4 pin connector on the external board (Vref, SWDCLK, SWDIO, and Grd). I am able to program the external nordic chip, but I want to also verify if the code is working. I thought I'd be able to send an input through SWDIO pin for the dev board to pick up - for example to toggle one of the led's on the dev board, when a button on the external board in pressed. Unfortunately nothing is being printed when I try to read an input on that pin. What is the way to go about this?
Or am I approaching this wrong? Do I instead need to create headers for UART on the external board?
As, I'm trying to use Bluetooth communication on the external board, I need to verify different things: if data is being transferred correctly, connection is secured etc.
Please let me know if any additional information is required.
Thanks,
Roshan