Hi Nordic team
I tested the example[802_15_4\wireless_uart\raw\first] period 1s send 20 Byte data to example[\802_15_4\wireless_uart\raw\second]serial tool to printf these data.
send/receive run nRF52840 demo board.
But now appeared a phemon:first and second demo board work well and serial tool printf data period 1s,But after servel minutes. serial tool has no any data printf.
I reset the demo board(raw/second),it also can receive data on the serial tool.
Base on the above,I had no modify any Configuration.
What can I debug this problem?
And encountered another problem: I also run 2 demo board(run the raw/first),the third demo board(run the raw/second) can not printf 2 demo board data on serial tool.
I remember I had tested the orginal example,it can run on the serial tool, 2 board(run raw/first) can send data successfully to third board(run raw/second) show successfully on the serial tool,in spite of I should click manually by myself to send the data.
Thanks!