Git Product home page Git Product logo

Comments (6)

DavidRTucker avatar DavidRTucker commented on July 21, 2024

The BME280 accuracy does not warrant 8 significant figures. A LONG requires the same 4 bytes as a FLOAT.

from bme280.

esp13 avatar esp13 commented on July 21, 2024

Thanks for your answer,

Even with the .18Pa resolution? (I know the accuracy is only 100Pa)
https://www.embeddedadventures.com/datasheets/BME280.pdf

What about the number of processor cycles to work with a float instead of working with a long?

the 11000000 (110000.00x100) maximum need only 3 Bytes to be send.

Without modifying anything it is not possible to get a double instead a float?

from bme280.

DavidRTucker avatar DavidRTucker commented on July 21, 2024

I am plotting the difference between two BME280 modules that are at the same temperature. Overnight this difference gave rise to a metre of indicated height difference even with an averaging function over a period of 200 seconds. With barometric pressure readings speed is not required since it changes relatively slowly and hence noise can easily be eliminated. Perhaps my BME280s are from a bad batch and I should try a couple from Adafruit. I need more stability in the reading. I hope to find a better sensor than the BME280 that doesn't cost too much.

from bme280.

DavidRTucker avatar DavidRTucker commented on July 21, 2024

The problem reading the BME280 with an Arduino is that a float only gives 6 significant figures. If you need more precision I you can minus 1000 hPa from the pressure readings. Then average over multiple readings. Averaging is essential to eliminate the noise which I find is rather higher than the stated 0.2 Pa claimed by Bosch.

from bme280.

finitespace avatar finitespace commented on July 21, 2024

I am fine moving it to a long. I would have to do some tests to see if there is any actual loss of precision.

from bme280.

finitespace avatar finitespace commented on July 21, 2024

Can you submit a PR for this? And we can look into it.

from bme280.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.