I have connected a BME280 sensor, but I get a constant value for temperature when requested. It reports a value of 22.1,
I'm developing my code using ESP-IDF (using PlatformIO)
I'm using teh Bosch BME280 drive (version 3.3.6).
It appears to connects without error and fetches the value of 22.1. I'm running the read inside a while loop, pausing one second between the setting of forced mode and the reading of the sensor registers. The read call back is executed three times; 1 byte, 1 byte then 8 bytes.
Would posting the raw, uncomensated register values help?
Does the value of 22.1 have any significance?