2023-09-17 20:31:02 +00:00
|
|
|
# bme680
|
2023-09-18 03:54:42 +00:00
|
|
|
|
2023-09-18 15:32:27 +00:00
|
|
|
Example with working temperature, pressure and humidity readout
|
2023-09-18 03:54:42 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
$ ./bme680
|
|
|
|
61
|
|
|
|
par_t1: 26203
|
|
|
|
par_t2: 26519
|
|
|
|
par_t3: 3
|
|
|
|
par_p1: 35008
|
2023-09-18 15:32:27 +00:00
|
|
|
par_p2: -10284
|
2023-09-18 03:54:42 +00:00
|
|
|
par_p3: 88
|
|
|
|
par_p4: 9692
|
2023-09-18 15:32:27 +00:00
|
|
|
par_p5: -202
|
2023-09-18 03:54:42 +00:00
|
|
|
par_p6: 30
|
|
|
|
par_p7: 24
|
2023-09-18 15:32:27 +00:00
|
|
|
par_p8: -516
|
|
|
|
par_p9: -3469
|
2023-09-18 03:54:42 +00:00
|
|
|
par_p10: 30
|
|
|
|
par_h1: 794
|
2023-09-18 15:32:27 +00:00
|
|
|
par_h2: 1007
|
2023-09-18 03:54:42 +00:00
|
|
|
par_h3: 0
|
|
|
|
par_h4: 45
|
|
|
|
par_h5: 20
|
|
|
|
par_h6: 120
|
2023-09-18 15:32:27 +00:00
|
|
|
par_h7: -100
|
|
|
|
temperature: 22.7519 oC (floating-point)
|
|
|
|
temperature: 2275 oC (integer x100)
|
|
|
|
pressure: 99711.8 Pa or 0.997118 bar (floating-point)
|
|
|
|
pressure: 99708 Pa (integer)
|
|
|
|
humidity: 62.3145 (floating-point)
|
|
|
|
humidity: 62289 (integer x1000)
|
2023-09-18 03:54:42 +00:00
|
|
|
```
|