BME688 gas reading doesn't change

Hello,

I have purchased the BME688 sensor on Sparkfun 19096 board. I have connected it with I2C communication protocol to esp32 pico d4 development kit and used the SV-Zanshin Arduino library on GitHub to read the sensor data. All data show as expected except the gas measurement which doesn’t change value.

My questions are:

  1. What does the bare value read from the sensor represent? Ohms, KOhms?

  2. Can I connect the sensor to Arduino Uno with 5V supply? The Sparkfun board doesn’t have voltage regulator. Will the 5V logic of Arduino uno work?

  3. Why is the resistance value of the sensor not changing and the bare value read is 13007335?

Many thanks! Greatly appreciated!

Christoforos

To add to the above information:

Here is the full list of the specifications I am using.

System:

macOS Monterey 12.6.2

Arduino IDE version 1.8.19

Sensor:

Bosch BME688

Breakout board:

Sparkfun 19096 - [https://www.sparkfun.com/products/19096](https://www.sparkfun.com/products/19096)

Libraries:

Adafruit - [https://github.com/adafruit/Adafruit_BME680](https://github.com/adafruit/Adafruit_BME680) - This doesn’t find the sensor.

SV-Zanshin - [https://github.com/Zanduino/BME680](https://github.com/Zanduino/BME680) (recommended by Sparkfun)

Bosch - [https://github.com/BoschSensortec/Bosch-BME68x-Library](https://github.com/BoschSensortec/Bosch-BME68x-Library) - This doesn’t find the sensor.

Development board:

esp32 pico d4 kit - [https://docs.espressif.com/projects/esp … o-kit.html](https://docs.espressif.com/projects/esp … o-kit.html)

esp32 WROOM32 - [https://www.az-delivery.de/en/products/ … pmentboard](https://www.az-delivery.de/en/products/ … pmentboard)

Tutorial followed:

Sparkfun - [https://learn.sparkfun.com/tutorials/sp … okup-guide](https://learn.sparkfun.com/tutorials/sp … okup-guide)

Random Tutorials - [https://randomnerdtutorials.com/esp32-b … r-arduino/](https://randomnerdtutorials.com/esp32-b … r-arduino/) - This doesn’t find the sensor.

Arduino Example used:

BME688 I2C demo