Go to file
2023-09-18 16:56:45 +01:00
bme680.c everything works (gas not attempted yet) 2023-09-18 16:32:27 +01:00
bme680.h everything works (gas not attempted yet) 2023-09-18 16:32:27 +01:00
hedgehog.c utility for hedgehog image 2023-09-18 16:56:45 +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 everything works (gas not attempted yet) 2023-09-18 16:32:27 +01:00
Makefile utility for hedgehog image 2023-09-18 16:56:45 +01:00
README.md everything works (gas not attempted yet) 2023-09-18 16:32:27 +01:00

bme680

Example with working temperature, pressure and humidity readout

$ ./bme680
61
par_t1: 26203
par_t2: 26519
par_t3: 3
par_p1: 35008
par_p2: -10284
par_p3: 88
par_p4: 9692
par_p5: -202
par_p6: 30
par_p7: 24
par_p8: -516
par_p9: -3469
par_p10: 30
par_h1: 794
par_h2: 1007
par_h3: 0
par_h4: 45
par_h5: 20
par_h6: 120
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)