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

CoAP IOT Cloud Example Server Requests

I have set up the Cloud Coap example in the Iot SDK using a nrf52 Dk. I have been successful in sending a serialized byte array from the nordic to my cloud server. I need to be able to communicate the other way, that is the nordic should be able to read certain settings from the server, whether through GET requests or server side events if possible. I was hoping that someone would be able to guide me in the right direction.

I have looked at the GET examples in the vanilla coap example, however none of them actually seem to be getting data from the server. Any help would be much appreciated.

Related