Go to file
2023-09-18 04:54:42 +01:00
bme680.c temperature and humidity working ! 2023-09-18 04:54:42 +01:00
bme680.h temperature and humidity working ! 2023-09-18 04:54:42 +01:00
i2c.c temperature and humidity working ! 2023-09-18 04:54:42 +01:00
i2c.h first commit 2023-09-17 21:31:02 +01:00
main.c temperature and humidity working ! 2023-09-18 04:54:42 +01:00
Makefile temperature and humidity working ! 2023-09-18 04:54:42 +01:00
README.md temperature and humidity working ! 2023-09-18 04:54:42 +01:00

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)