diff --git a/README.org b/README.org index e69de29..529f8ad 100644 --- a/README.org +++ b/README.org @@ -0,0 +1,13 @@ +* 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 + +#+ATTR_HTML: :width 50% +[[./pinout.png]] diff --git a/pinout.png b/pinout.png new file mode 100644 index 0000000..06646f8 Binary files /dev/null and b/pinout.png differ