Bosch BME688 Dev Board + SparkFun Thing Plus - ESP32 WROOM Setup

Hi everyone,

I bought the Bosch BME688 Development Kit (Bosch BME688 Development Kit) with the SparkFun Thing Plus - ESP32 WROOM (USB-C) (SparkFun Thing Plus - ESP32 WROOM (USB-C))

I have no idea about electronics or circuits , is there any tutorial or can anyone guide me as to how I can connect these two together so I can start playing around with the software to gather some data for a project.

Any help will be much appreciated. thanks in advance!

You need to make the following connections.
3.3V of BME688-----3.3V of ESP32 WROOM
GND of BME688-----GND of ESP32 WROOM
SDA of BME688-------SDA of ESP32 WROOM (GPIO 21)
SCL of BME688-----SCL of ESP32 WROOM (GPIO 22).
You will get the Arduino library here. GitHub - boschsensortec/Bosch-BME68x-Library: Arduino library for the BME680 and BME688 sensors from Bosch Sensortec
Following are some more content that you may find helpful for coding and connections.
Weather Station using ESP32 and Bosch BME688 - Sensors - Arduino Forum
Teapotlabs Plantpal: Your pal in plant care! - Share Project - PCBWay

1 Like