diff --git a/README.org b/README.org index e69de29..37ae2c7 100644 --- a/README.org +++ b/README.org @@ -0,0 +1,12 @@ +* Homeostasis + +Temperature, air humidity and soil humidity sensor that communicates via MQTT. The project is implemented using a Wemos D1 mini board with the following addons: + +- DHT11 +- Soil hygrometer sensor +- Battery shield +- 3.7V 1000mAh Lithium battery + +** Pinout of the board + +[[file:pinout.png][Pinout of D1 mini]] diff --git a/pinout.png b/pinout.png new file mode 100644 index 0000000..06646f8 Binary files /dev/null and b/pinout.png differ