Learn to measure temperature, humidity, and pressure with the BME280 sensor.
Gather all the necessary components:

Connect the BME280 to TRIOE board:

Prepare the Arduino IDE:


Successful initialization of BME280 sensor showing I2C connection and sensor ID

Serial monitor showing real-time temperature readings in Celsius

Serial monitor displaying current relative humidity percentage

Serial monitor showing atmospheric pressure readings in hPa

Example of logged data showing temperature, humidity, and pressure over time