I'm working with the OpenThread CoAP protocol in the nRF Connect SDK 2.0.0. I started with the samples:
\ncs\v2.0.0\nrf\samples\openthread\coap_client
\ncs\v2.0.0\nrf\samples\openthread\coap_server
I've added an Observable resource on the server, to which the client subscribes (registers) to be notified on updates. I have the following Kconfig options set:
CONFIG_OPENTHREAD_COAP_OBSERVE=y


