You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this problem is specific to this library, but using the BME280 class when I'm repeatedly reading temperature, pressure and humidity I'm finding that after a short time the Raspberry Pi hangs. I'm using a Pimoroni BME280
I believe this is an issue with reading the sensor in forced mode as I can reproduce this using other libraries such as from Pimoroni.
Is there a way of not using forced mode using the API?
The text was updated successfully, but these errors were encountered:
Having tried my reset hack after each read, it turns out that I'm still seeing the Raspberry Pi hang still.
I'm pretty sure the Pimoroni BME280 doesn't like being used in forced mode.
The links in this repository point to the Adafriuit BME280 module. Is this what this API has been tested against? Has anyone seen hangs with the Adafruit version of hardware?
I'm temped to get an Adafriut sensor if this reliably works when read repeatedly. I'm wanting to read the sensor every few seconds. @jveverka does the Adafruit BME280 work reliably when read repeatedly for you?
I don't think this problem is specific to this library, but using the BME280 class when I'm repeatedly reading temperature, pressure and humidity I'm finding that after a short time the Raspberry Pi hangs. I'm using a Pimoroni BME280
I believe this is an issue with reading the sensor in forced mode as I can reproduce this using other libraries such as from Pimoroni.
Is there a way of not using forced mode using the API?
The text was updated successfully, but these errors were encountered: