Hello sir,
I am using nrf52832 Dev board and write the value '1' through nrf connect app by enabling the notification enabled with case length one i.e (p_evt_write->len). The function is used as write_handler function for writing the data. I am taking the temp reading data by certain interval through send notification. When i write the value '1' through nrfconnect app then 5 readings i get instead of 12 reading which is already taken by past readings.
so my query is how i get the current reading when i put the value '1' through nrfconnect app.