HUZZAH with BME280

HUZZAH with BME280

HUZZAH with BME280
Save Image

Weather station using Adafruit HUZZAH and BME280 sensor.

Key Features

  • Accurate sensor readings
  • Wi-Fi enabled
  • Compact design

Instructions

1. Connect BME280 (SDA to D4, SCL to D5).
2. Install BME280 library.
3. Upload the code.

Schematic

Schematic Download Schematic

Code Snippet

float temp = bme.readTemperature();
Serial.println(temp);
Download Full Code
Back to Projects