This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Reconnect Problem IoT lwIP

Hi @ all,

I am working with IoT SDK 0.9 and nRF52DK.

I have trouble with the lwIP CoAP client example. Everything works so far, the board is connected and I'm able to ping it via Raspberry Pi from my PC using the boards global IPv6 address.

However, once I disconnect the board (e.g. by link loss or manual disconnect from the raspberry), and connect it again, ping and all other IPv6 communication do not work anymore.

Trying to send CoAP messages results in an internal error (code 3).

I checked the code. After disconnect "connectable_mode_enter()" is called and within "ipv6_medium_connectable_mode_enter()". App log shows no errors, also not during reconnect (IPv6 interface seems to be up).

Only resetting the nRF52DK works.

Any ideas?

Thanks in advance, Carl

Related