This time I am trying to run Wireless UART Example but it seems that it does not work.
After I flashed dev board no LED were turned ON or flashing but web site says:
LED assignments:
LED 1 is turned on when initialization is completed.
LED 2 is turned on when the device sends data through the radio and turns off after receiving a confirmation.
LED 3 is turned on when the device sends data through UART and turns off after this action is completed.
LED 4 is turned on when an error occurs.
So my question is. What are possible reasons for this behavior?
Do I need pins RTS/CTS connected for this to work?
Do I need both, the first and second device run at the same time to initialization process went through successfully?
Edit.
I think I have found the problem (or at least I think so :-)).
How this quote:
This information applies to the nRF52840 SoC only.
coresponds with highlighted text nRF5_SDK_15.0.0_a53641a\examples\802_15_4\wireless_uart\secure\second\pca10056\blank\ses\wireless_uart_secure_second_pca10056.emProject
?
Can I run this example on PCA10040 or not?
Best regards.