Skip to content

Read moisture sendor data via ESP8266 and send to Prometheus Pushgateway

Notifications You must be signed in to change notification settings

code1x1/moisture_sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266 Moisture measurement

Setup development Environment

Follow instructions here

mkdir -p esp8266;

cd esp8266;

source .venv/bin/activate;

export IDF_PATH=$HOME/esp8266/ESP8266_RTOS_SDK

PATH="$PATH:$HOME/esp8266/xtensa-lx106-elf/bin"

Compile and upload Code

Connect your esp8266

make menuconfig

Go to "Sensor Connection Configuration" and add your wifi credentials and push gateway host address

To build, upload and monitor the project run

make flash monitor -j8 -i

To build only run

make app

About

Read moisture sendor data via ESP8266 and send to Prometheus Pushgateway

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published