b7d5213f43973e5aef96a419a27ac2b9c157eb3a
Homeostasis
Temperature and humidity sensor that communicates via MQTT. The project is implemented using a Wemos D1 mini ESP32 board with a DHT22 shield.
This specific shield needs to have the data line connected to a pin different to D4, as explained in this blog post.
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
Description
Languages
C++
69.2%
C
22.7%
Nix
8.1%
