The readings from the temperature sensor are somehow unstable. This graph tells the whole story:
The device is sitting flat on my desk and the room is at a constant 25C.
Is my unit defective or is there a way to get this stabilized?
Cheers!
The readings from the temperature sensor are somehow unstable. This graph tells the whole story:
The device is sitting flat on my desk and the room is at a constant 25C.
Is my unit defective or is there a way to get this stabilized?
Cheers!
The temperature going up and down is very strange.
I will investigate more on this.
Hi!
It’s over a couple of days. The data is available through this Excel sheet:
https://1drv.ms/x/s!Ao37i0GnyqXhm4B-AV2pnH57lxAABw
I query using the Javascript Core API.
Regards,
Étienne
Thanks for the data, I will do some testing and get back to you.
Yoel
Hi,
Nailed it. I used Object.assign to set device sensors state object. However, Pressure and Temperature sensors both exhibit temperature property in their respective readings. So this explains this “jumping”. It’s not a device issue but rather some kind of race condition on setters.
Cheers,
ÉB