From a586a84bcfd4a8dbba5c57361bcb0680659993c3 Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Mon, 8 Jul 2024 18:07:26 -0400 Subject: [PATCH] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f846b48f..22f0eb0b 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ i2c_master_write_read_device(I2C_MASTER_NUM, 0x76, ®_addr, 1, data, len, I2C_

Data readout is done by starting a burst read from 0xF7 to 0xFC (temperature and pressure) or from 0xF7 to 0xFE (temperature, pressure, and humidity). The data are rad out in an unsigned 20-bit format both for pressure and for temperature, and in an unsigned 26-bit format for humidity. After the uncompensated values for pressure, temperature, and humidity have been read, the actual humidity, pressure and temperature needs to be calculated using the compensation parameters stored in the device.

-BME-/BMP-280 Memory Map +BME-/BMP-280 Memory Map [^2]: https://www.bosch-sensortec.com/products/environmental-sensors/humidity-sensors-bme280/ [^3]: https://www.bosch-sensortec.com/products/environmental-sensors/pressure-sensors/bmp280/