/ESP

Firmware for the ESP8266 and ESP32 microcontrollers to monitor and report environmental data via MQTT for home automation.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

ESP - Extrasensory perception

Firmware for the ESP8266 and ESP32 microcontrollers to monitor and report environmental data via MQTT for home automation.

Currently supported sensors:

  • BME280
  • TSL2561
  • CCS811

Getting started:

Create a config.h file using config.h.example as a template. Confirm the I2C pins are correct in the esp.ino file and upload to your device.

Based on gist by mtl010957