2021-12-21 04:53 AM
hi i'm trying to use the bme680 but i can't find any library for it ,plus the datasheet is so confusing if you had any luck using it please help
thanks in advance
2021-12-21 10:04 AM
For what library, I2C is standart bus protocol simply use HAL read and write func.
2021-12-28 06:26 AM
Some basic questions:
I gave a quick read to the datasheet and pages 16 to 24 seem useful to me. Those pages explain what you need to do to get the sensor started and give some code to get meaningful measures from the sensor.
2022-06-17 02:19 PM
I am able to communicate with the sensor but the calculation for getting the temperature values doesn't work for me. I'm not getting the correct values even though the I2C transactions seem to be working fine without any error being returned. Any help would be appreciated!