Can I calibrate the thermometer on bangle.js 2? #7980
Unanswered
RichardVargaSK
asked this question in
Bangle.js
Replies: 1 comment
|
There isn't anything built-in, but you could definitely add a bit of JS code to change the readings. (it depends which sensor you're using how you'd do it though) Which readings particularly are you finding are wrong, because there is Which uses the pressure sensor chip, which tends to have a much better calibrated sensor on it. So you might find just using that one instead solves your problems |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I know the on-board thermometer readings are imprecise. I can do simple comparisons with readings from pixl or puck.
Can I calibrate the thermometer readings on the bangle at least by way of a simple offset?
All reactions