quen0n / unitemp-flipperzero

Flipper Zero application for reading temperature, humidity and pressure sensors like a DHT11/22, DS18B20, BMP280, HTU21 and more
GNU General Public License v3.0
264 stars 27 forks source link

BME680 pressure precision #14

Open Chemicalius opened 1 year ago

Chemicalius commented 1 year ago

Hello,

I was wondering if it would be possible to show the pressure at one more precision digit, a.k.a. in hectopascals (with 0, 1 or 2 decimals). The kPa setting shows the correct pressure, although at very low precision, while hPA shows unreadable measurements (e.g. -350123).

Also, would it be possible to choose whether to show the dewpoint instead of relative humidity? The formula is very straighforward: alpha = ln(relativeHumidity/100) + 17.625*temperatureC/(243.04+temperatureC) dewpoint = (243.04×alpha) / (17.625-alpha)

Thank you!

Allperino commented 9 months ago

+1 Having same feedback

vedran-dobos commented 4 months ago

+1 Setting pressure unit to hPA (should actually be hPa) also shows unreadable numbers. Adding a decimal point to kPa would make hPa not even necessary any more.