arduino-nRF5
arduino-nRF5 copied to clipboard
Uart RXD
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!
solved! Hardware problem!