Hello all !
So here is my problem, I have a computer as a CoAP client running the Python script from :https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fiot_sdk_user_guides_linux_commands.html&cp=5_1_5_5_0_5
I connect a nrf52840 DK running the CoAP server example through a Raspberry Pi used as border router.
Pings from my computer to the nrf52840 works fine and I can see the CoAP Get requests directed to my CoAP server from my computer on Wireshark.
However the nrf52840 doesn't seem to receive the request and nothing happens on the DK (and the computer doesn't receive a response).
I have the folowing logs on Segger:
<info> app: Physical layer in connectable mode.
<info> app: Physical layer: connected.
<info> app: Got IP Application Handler Event on interface 0x0x20004F9C
<info> app: New interface added!
<info> app: Sending Router Solicitation to all routers!
Here I launch the Python script and get the Wireshark capture.
<info> app: Got IP Application Handler Event on interface 0x0x20004F9C
<info> app: Interface removed!
<info> app: Physical layer: disconnected.
<info> app: Physical layer in connectable mode.
Note: After 25 seconds, the interface is removed. This refers to an other problem I have with my setup that a connection between the border router and the nrf52840 never last more than ~30 seconds, I have another bug about it is someone wants to help:
Does anyone have an idea why this happens or some tips to keep trying to resolve this issue ?
Thanks in advance,
Aloïs KYROU