bangle2 no way to calibrate the altitude #7787
-
Hello folks, I would like to use the altitude reading and try to calibrate it to the correct number.
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi! When you go to "Settings, System, Altitude" you get:
Just tap on adjust up/adjust down and each time you press the altitude will change by around 5m. When you exit the menu by pressing the button or tapping in the top left the calibration is changed. "Set Default" just sets the pressure at sea level to 1013.25 (you can't change that - it's just the agreed definition: https://www.google.com/search?q=pressure+at+sea+level) For "Altitude App" do you mean https://banglejs.com/apps/?id=altimeter ? Sorry about that - there were some changes to the way buttons were handled to make the Bangle more responsive and it looks like that app wasn't updated. I'll make it display a 'do you want to reset?' prompt. |
Beta Was this translation helpful? Give feedback.
-
Hi Gordon, thanks for rebly. Yes sorry for that: I meant the app "altimeter". Yes a prompt for reset woult solve the problem as this will not effect the alt when I keep the button pressed :-) I found another solution: In the settings of the "altimeter widged" there is also a setting where I can adjust the barometer / alt. It would be nice to be able to adjust the "Default" because this could be used to start from in differend days when I start a walk at home and the barometer has changed. Thanks /Hendrik/ |
Beta Was this translation helpful? Give feedback.
-
Yes, that's expected. The same happens for Altimeter too. The calibration isn't a calibration of the sensor (we just assume that the reported pressure is correct), it's just to adjust for the weather changing the air pressure at sea level and hence how we calculate altitude.
Thanks! I didn't spot that first time. I've just put a fix in for it (but there was never intended to be a menu when you tapped on the altitude/pressure, so now tapping just doesn't do anything). To set the calibration based on a specific altitude (which might be a nice addition) we'd have to do a bit of maths to work out the sea level pressure. If you update now, those two apps should be fixed.
Ahh, ok. I guess what you really want then is to input a 'default altitude', and for the sea level pressure to be worked out from that? |
Beta Was this translation helpful? Give feedback.
Yes, that's expected. The same happens for Altimeter too.
The calibration isn't a calibration of the sensor (we just assume that the reported pressure is correct), it's just to adjust for the weather changing the air pressure at sea level and hence how we calculate altitude.
Thanks! I didn't spot that first time. I've just put a fix in for it (but there was never intended to be a menu when you tapped on the altitude/pressure, so now tapping just doesn't do anything). To set the calibration based on a specific altitu…