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

HOW TO READ TEMPERATURE VALUES IN NORDIC THINGY

Hello. I am using the nordic thingy 52 sdk to program my thingy. I have seen that the temperature values are sent to the client based on a timer. I wanted to ask if there is any way one can change this such that these temperature values are only read when requested by the client.

Parents Reply
  • Yes, I have. I see that the app_timer_create() and app_timer_start() have been used to initiate and start a timer that will allow notification of the temperature values to the client continuously after a set interval. I want to change this in such a way that the only way the temperature values will be sent to the client(in this case, this is my phone), is when the client has requested for the said values. Is there a way to do this?

Children
Related