Hello,
I want to establish an UART communication with rn2483 module with nrf52-DK, SDK 15.2.0
On nrf52-DK, pins 6 and 8 are reserved for serial port, which are connected to the on-board MCu. I want to know if I can use these pins to communicate with the lora module? Because this is the only way I can use the serial port to the PC, to be able to debug.
I tried to use pins 6 and 8, but I can't read the response from the lora module and I don't know if there is actually communication.