mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 03:22:21 +00:00
BME280 I2C
This commit is contained in:
@@ -8,9 +8,12 @@
|
||||
/** GLOBAL MEMORY MAN AND REGISTERS
|
||||
* BME280 Data Sheet p. 26
|
||||
* 0xD0 -> Chip ID -> 0x60 for BME280 or 0x56;0x58 for BMP280
|
||||
* 0xF3 -> Status ->
|
||||
* 0xE0 -> Reset -> Write 0xB6 for complete power-on-reset procedure (BME280 Data Sheet p. 27)
|
||||
* 0xF5 -> Config -> 110 for 10ms or 111 for 20ms
|
||||
* 0xF7-0xF9 -> Pressure -> 16- to 20-bit resolution
|
||||
* 0xFA-0xFC -> Temperature -> 16- to 20-bit resolution
|
||||
* 0xF7-0xF9 -> Pressure -> 16- to 20-bit resolution, unsigned
|
||||
* 0xFA-0xFC -> Temperature -> 16- to 20-bit resolution, unsigned
|
||||
* 0xFD-0xFE -> Humidity -> 16-bit resolution
|
||||
*/
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user