ESP01-S based tem and humidity monitoring app, a satellite for ODIN server
Author: Alexander Chaika [email protected]
Source link: https://github.com/manti-by/centax/
Requirements:
- ESP01-S module
- DHT22 sensor module
-
Install arduino-cli and make tools.
-
Clone sources
mkdir /home/manti/app/ git clone https://github.com/manti-by/centax/ app/
-
Setup Arduino ESP8266/ESP01 support
cd /home/manti/app/centax/ make setup -
Connect ESP01-S to a Programmer/Flasher, set env, compile and upload a binary
export SENSOR_ID=SENSOR-ID export WIFI_PASSWORD=YOUR-WIFI-PASSWORD make compile make upload
NOTE: Check Makefile for more details about commands