Skip to content

IoT sensor for home with ESP8266 + DHT11 or BME280. With MQTT or Blynk.

Notifications You must be signed in to change notification settings

jhekasoft/home-sensors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino home sensors

This is project for ESP8266 Wi-Fi module. Working with meteo sensor BME280 + DHT11 as second.

Circuit board

ESP8266 + BME280

Sketch ESP8266 + BME280

ESP8266 + DHT11

Sketch ESP8266 + DHT11

Run

  1. Open sketch (one of esp8266_*) in Arduino IDE.
  2. Install missing libraries.
  3. Copy config.h.example to the config.h and write your constants.
  4. Upload sketch.