Hi, I’m trying to use the Pico Enviro+ as a temperature and humidity display, with the onboard BME688 sensor; however the reported temperature is consistently too high, due to the gas sensor heater. i don’t really need the voc sensor running; it’s nice to have but I’d prefer an accurate temperature reading.
Is there any way to turn off the heater using the breakout_bme68x Python module; or if not are there any workarounds you suggest?
i know the Bosch driver package does have options to disable the heater but I’m not sure how to make that accessible in Micropython / on the Pico Envrio+.
Thanks