1011 B
1011 B
Homeostasis
Temperature and humidity sensor that communicates via MQTT. The project is implemented using a Wemos D1 mini ESP32 board with a DHT22 sensor.
Dependencies
Configuration
Deployment
The software uses the Arduino framework and the development environment of PlatformIO, which offers better tools than the Arduino IDE.
- Upload the configuration file to the board:
pio run -t uploadfs
- Compile the project
pio run -t compile
- Upload firmware
pio run -t upload
