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

Cloud Gateway API giving stale values

I have a custom BLE service that works correctly with nRF Connect. When I use the API, though, it sends me the same value repeatedly and does not update to reflect new values.

Note the following two images which show that the BLE service value updates as it should when you click read.

The next image shows what I see when I call the API. Note that this value should change to reflect the value that the service contains, like when you click read on nRF Connect, but it is not. It is giving me stale values.

Is this a bug with Cloud Gateway? 

I'm using an nRF52840 with PCA10056 and Segger Embedded Studios. The API call that I am using is: api.nrfcloud.com/.../F364140100B04240BA5005CA45BF8ABC

Related