Skip to content

Prometheus exporter for BME280+MH-Z19B on an ESP32-S devkit.

Notifications You must be signed in to change notification settings

KireinaHoro/esp32-sensor-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Prometheus Exporter for Environment Sensing

The exporter

The service runs on port 80. Fill in WiFi credentials at include/wifi-credentials.h as follows:

const char *ssid = "<your wifi ssid>";
const char *passwd = "<your wifi password>";

This project uses NodeMCU32-S devkit. BME280 communicates with ESP32 over hardware SPI, with CS connected to GPIO5. MH-Z19B communicates with ESP32 over UART, with RX/TX using GPIO17 and GPIO16.

Grafana + Prometheus

A template can be found here.

About

Prometheus exporter for BME280+MH-Z19B on an ESP32-S devkit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages