Skip to content

Modular sensor platform with Prometheus support

License

Notifications You must be signed in to change notification settings

godzilathakur/esp32-sensornode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Sensornode

This is code for an ESP32 to export the data from a bunch of sensors over Prometheus via a web server.

Supported peripherals:

  • BH1750 (light intensity)
  • BME280 (relative humidity, temperature, barometric pressure)
  • Interrupt based Geiger counters (ionizing radiation)
  • MH-Z19 (CO2)
  • PMS7003 (fine dust)
  • PZEM-004T v3 (AC power)
  • SGP30 (volatile organic gas)
  • NPN Sensor based water consumption

Peripherals and configs are selected through platformio.ini.

Grafana Dashboard Example

About

Modular sensor platform with Prometheus support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 64.7%
  • C++ 35.3%