I'm trying to connect my nrf52840 to the App but I have error message and impossible to continue ...
Here the log of the app standalone :
2022-10-07T21:50:58.341Z INFO Device closed.
2022-10-07T21:51:09.606Z INFO Selected device with s/n ECB4F7FBA69EA943
2022-10-07T21:51:09.609Z INFO Device setup completed
2022-10-07T21:51:09.609Z INFO Connectivity firmware version: ble-connectivity 4.1.4+Mar-11-2021-08-36-04. SoftDevice API version: 5. Baud rate: 1000000.
2022-10-07T21:51:09.610Z INFO Opening adapter connected to COM16
2022-10-07T21:51:10.559Z INFO Successfully opened COM16. Baud rate: 1000000. Flow control: none. Parity: none.
2022-10-07T21:51:10.560Z DEBUG State change: STATE_START -> STATE_RESET
2022-10-07T21:51:10.560Z DEBUG 1 -> [N/A] type: RESERVED_5 reliable: no seq#:0 ack#:0 payload_length:0 data_integrity:0 err_code:0x0
2022-10-07T21:51:10.565Z INFO Reset performed on adapter COM16
2022-10-07T21:51:10.869Z DEBUG State change: STATE_RESET -> STATE_UNINITIALIZED
2022-10-07T21:51:10.870Z DEBUG 2 -> [01 7e ] type: LINK_CONTROL_PACKET reliable: no seq#:0 ack#:0 payload_length:2 data_integrity:0 err_code:0x0 [SYNC]
2022-10-07T21:51:11.120Z DEBUG 3 -> [01 7e ] type: LINK_CONTROL_PACKET reliable: no seq#:0 ack#:0 payload_length:2 data_integrity:0 err_code:0x0 [SYNC]
2022-10-07T21:51:11.385Z DEBUG 4 -> [01 7e ] type: LINK_CONTROL_PACKET reliable: no seq#:0 ack#:0 payload_length:2 data_integrity:0 err_code:0x0 [SYNC]
2022-10-07T21:51:11.635Z DEBUG 5 -> [01 7e ] type: LINK_CONTROL_PACKET reliable: no seq#:0 ack#:0 payload_length:2 data_integrity:0 err_code:0x0 [SYNC]
2022-10-07T21:51:11.887Z DEBUG 6 -> [01 7e ] type: LINK_CONTROL_PACKET reliable: no seq#:0 ack#:0 payload_length:2 data_integrity:0 err_code:0x0 [SYNC]
2022-10-07T21:51:12.138Z DEBUG 7 -> [01 7e ] type: LINK_CONTROL_PACKET reliable: no seq#:0 ack#:0 payload_length:2 data_integrity:0 err_code:0x0 [SYNC]
2022-10-07T21:51:12.403Z ERROR Received status with code 0 PKT_SEND_MAX_RETRIES_REACHED, message: 'No response from device. Tried to send packet 6 times.'
2022-10-07T21:51:12.404Z DEBUG State change: STATE_UNINITIALIZED -> STATE_NO_RESPONSE
2022-10-07T21:51:13.569Z DEBUG serial port read on port COM16 aborted.
2022-10-07T21:51:13.584Z ERROR Error occured when opening port. Errorcode: NRF_ERROR_TIMEOUT (0xd)
Is it possible to have an idea of solution ?
Best regard
Claude (from France...)