Files
homeostasis/README.org
2026-04-13 20:34:48 +02:00

1.2 KiB

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.

./board.jpg

Pinout of the board

./pinout.png

Configuration

Deployment

The software uses the Arduino framework and the development environment of PlatformIO, which offers better tools than the Arduino IDE.

  1. Upload the configuration file to the board:
pio run -t uploadfs
  1. Compile the project
pio run -t compile
  1. Upload firmware
pio run -t upload