This Arduino library provides support for the 7Semi BME690 Sensor Module, a powerful 4-in-1 environmental sensor capable of measuring temperature, humidity, barometric pressure, and gas resistance (VOC sensing) via I2C. It is ideal for air quality monitoring, weather stations, and smart environmental IoT systems.
- 7Semi BME690 Sensor Module
- Arduino-compatible board
- I2C (SDA, SCL) or SPI (MOSI, MISO, SCK, CS) connection
The recommended way to install this library is via the Arduino Library Manager:
- Open the Arduino IDE (v1.8.13+ or Arduino IDE 2.x)
- Navigate to
Sketch>Include Library>Manage Libraries…(Arduino IDE 1.x), orTools>Manage Libraries…or click 📚 (IDE 2.x sidebar)
- Search for: " 7Semi BME690 "
- Click Install
Once installed, include it in your sketch:
" #include <7semi_bme690.h> "
🔎 Tip: You can find all 7Semi libraries by just searching for 7Semi in the Library Manager.