What are you using to read? E.getTemperature or:
E.getTemperature
Bangle.getPressure().then(d=>{ console.log(d); // {temperature, pressure, altitude} });
The first uses the sensor in the Bangle's CPU, but the latter uses the altimeter chip which should be a lot more accurate.
... but even so the Bangle will take maybe an hour to cool down after you've worn it for a bit
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
What are you using to read?
E.getTemperature
or:The first uses the sensor in the Bangle's CPU, but the latter uses the altimeter chip which should be a lot more accurate.
... but even so the Bangle will take maybe an hour to cool down after you've worn it for a bit