bme680.c | ||
bme680.h | ||
i2c.c | ||
i2c.h | ||
main.c | ||
Makefile | ||
README.md |
bme680
Temperature OK, humidity OK, pressure a bit wonky. Not sure why !
$ ./bme680
61
par_t1: 26203
par_t2: 26519
par_t3: 3
par_p1: 35008
par_p2: 55252
par_p3: 88
par_p4: 9692
par_p5: 65334
par_p6: 30
par_p7: 24
par_p8: 65020
par_p9: 62067
par_p10: 30
par_h1: 794
par_h2: 4003
par_h3: 0
par_h4: 45
par_h5: 20
par_h6: 120
par_h7: 156
temperature: 22.8591 oC (floating-point)
temperature: 2286 oC (integer)
pressure: 146510 Pa (floating-point)
pressure: 60428 Pa (integer)
humidity: 639.392 (floating-point)
humidity: 639001 (integer)