sandeepmistry / arduino-nRF5

Arduino Core for Nordic Semiconductor nRF5 based boards
Other
873 stars 278 forks source link

Uart RXD #448

Open tcpipchip opened 3 years ago

tcpipchip commented 3 years ago

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 commented 3 years ago

solved! Hardware problem!