Git Product home page Git Product logo

Comments (4)

finitespace avatar finitespace commented on July 21, 2024

Hey thanks!

I have noticed that the BME reads a little differently than my DS18B20 temp probes. To answer your question right off the bat, no, the library does not use any sort of hard coded offset to modify the temperature.

With that said, each probe is calibrated at the factory and these 'trim' values are stored in non-volital memory on the device. The temperature values are returned from the BME probe as a 32-bit raw data, which is then bitwise-or with the trim values to calibrate the temperature.

I believe there are two algorithms provided by Bosch, one to perform fixed point calibration and one to determine double floating point calibration.

The fix point is the harder and longer of the two algorithms and provides an exact conversion from the raw data to celsius and is the one used in this library.

The double floating point does a series of (double) casts along the way and gives an approximation of the temperature.

All that being said, I have not looked at the Sparkfun library, but the reason you could be seeing different results is for any of the following (or something else entirely): First, they could be ignoring the trim entirely. Second, they could be doing the calibration wrong or casting away precision. Third, they could be using the less precise way of calculating the temperature.

Hope this helps!
Tyler

from bme280.

TheAustrian avatar TheAustrian commented on July 21, 2024

Thanks a lot! Yes, it helps & is quite interesting! If calibration is done at the Bosch factory I can imagine the PCB of the breakout boards also might play some role (if the sensor has some self-heating), since that assembly happens afterwards.

Thanks again for the library ;)

from bme280.

jestani avatar jestani commented on July 21, 2024

MySQL database does not fill up the data from the sensor. I checked everything. Home chart.html has the same name without charts. :(.... any suggestions?
Jack

from bme280.

finitespace avatar finitespace commented on July 21, 2024

moving this to it's own issue @jestani #6

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.