Skip to content
Discussion options

You must be logged in to vote

Indeed, it is just as you say. The registers 0xFA...0xFC, 0xFD...0xFE and 0xF7...0xF9 contain the results of temperature, humidity and pressure, respectively. These are read-only registers (they cannot be written to) and these results are directly the value given by the internal ADC of the BME280. You already know from previous practices, that ADCs return a digital integer value and must be converted to the final result using formulas.

In this case, the manufacturer, instead of giving us a general formula, gives us some specific parameters for each chip: dig_T1, dig_T2,..., etc., which are the ones you have attached in the issue. Each sensor that is manufactured, no matter how good the ma…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Albert-Alvarez
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
FAQ Frequently Asked Question
2 participants
Converted from issue

This discussion was converted from issue #53 on June 26, 2021 17:44.