Не знаю, насколько актуально, у меня вот такой скетч работал:
#include <math.h>
#include <Wire.h>
#include <ESP8266WiFi.h>
#include <Adafruit_Sensor.h>
#include <Adafruit_BME280.h>
Adafruit_BME280 bme; // I2C
// Replace with your network details
const char* ssid = "NAME";
const char* password...