Go to file
Håvard O. Nordstrand e599b110e2 Update README and clone similar project as starting point 2020-06-27 14:20:19 +02:00
src Update README and clone similar project as starting point 2020-06-27 14:20:19 +02:00
LICENSE Initial commit 2020-06-26 08:35:46 +02:00
README.md Update README and clone similar project as starting point 2020-06-27 14:20:19 +02:00

README.md

prometheus-arduino-dht-exporter

A Prometheus exporter for IoT temperature and humidity measurements, using an Arduino with a Wi-Fi module and a DHT (temperature + humidity) sensor.

Hardware

Arduino-compatible board: WEMOS D1 Mini (ESP8266)

DHT sensor: Wemos DHT Shield (DHT11)

Requirements

Building

  1. Copy config.default.h to config.h and fill inn the details.
  2. Set the correct board settings in Arduino IDE:
    • WEMOS D1 Mini uses board "WeMoS D1 R2 & mini", CPU frequency 160MHz and upload speed 821 600.
  3. Build and upload in Arduino IDE.