arduino-nRF5 icon indicating copy to clipboard operation
arduino-nRF5 copied to clipboard

Uart RXD

Open tcpipchip opened this issue 4 years ago • 1 comments

Sir, good night!

How are you ?

Do you know if the RXD (UART) still working ?

I can transmit but i cant receive more anything!

void setup() { // initialize serial: Serial.begin(9600);
}

void loop() { // if there's any serial available, read it: while (Serial.available() > 0) { Serial.println(Serial.read()); } }

To transmit i am using P0.6 and to receive the P0.5

NRF52832

Thanks!

tcpipchip avatar Feb 08 '21 20:02 tcpipchip

solved! Hardware problem!

tcpipchip avatar Feb 09 '21 02:02 tcpipchip