BirdAPI / esp8266_i2c_sensors

ESP8266 i2c temperature senors to mqtt BirdHome implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266 i2c Sensors

Various sensor modules to work with BirdHome and other IoT platforms using the ESP8266 module.

Dependencies

Optional Sensor Libraries (Download the one for your i2c sensor)

Supported Sensors

Install

  • Rename config-template.h to config.h
  • Open the *.ino file with the Arduino IDE
  • Change the values in config.h to match your values
  • Verify your correct model of ESP8266 board is selected in the Tools->Board menu in the Arduino IDE
  • Verify the correct port is selected in the Tools->Port menu in the Arduino IDE
  • Compile the program and flash to the ESP8266 module

About

ESP8266 i2c temperature senors to mqtt BirdHome implementation


Languages

Language:Arduino 87.7%Language:C 12.3%