summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2019-03-29 15:42:13 +0000
committerdakkar <dakkar@thenautilus.net>2019-03-29 15:42:13 +0000
commit673669975c0772c57f3fb2321838df77106f0aca (patch)
tree01d03714a1a8b2d893e1fb6fa2d1295f5294c17b
parentbump bt-server (diff)
downloadthermostat-673669975c0772c57f3fb2321838df77106f0aca.tar.gz
thermostat-673669975c0772c57f3fb2321838df77106f0aca.tar.bz2
thermostat-673669975c0772c57f3fb2321838df77106f0aca.zip
notes on wiring
-rw-r--r--sensor/README.rst.txt10
-rw-r--r--trasmitter/README.rst.txt10
2 files changed, 20 insertions, 0 deletions
diff --git a/sensor/README.rst.txt b/sensor/README.rst.txt
index c66d549..a9147c9 100644
--- a/sensor/README.rst.txt
+++ b/sensor/README.rst.txt
@@ -56,3 +56,13 @@ Possible batteries:
* https://www.aliexpress.com/item/3-7V-8000mAh-126090-Lithium-Polymer-Li-Po-li-ion-Rechargeable-Battery-Lipo-cells-For-Recorder/32919162482.html
* https://www.aliexpress.com/item/Size-906090-3-7v-6000mAh-li-ion-Lipo-cells-Lithium-Li-Po-Polymer-Rechargeable-Battery-For/32919146776.html
* https://www.aliexpress.com/item/1-2-4-Pcs-3-7v-Voltage-Polymer-Lithium-Ion-Battery-6000mah-906090-Lipo-Rechargeable-Battery/32929375943.html
+
+wiring:
+
+====== ======
+DHT11 ESP32
+====== ======
+Vcc 12 / A11
+GND GND
+Data 27 / A10
+====== ======
diff --git a/trasmitter/README.rst.txt b/trasmitter/README.rst.txt
index 78200a4..6aa0bd7 100644
--- a/trasmitter/README.rst.txt
+++ b/trasmitter/README.rst.txt
@@ -40,3 +40,13 @@ See the ``sender-chip.pl`` test program.
If we keep the ``*/value`` file open, we get good enough timing. The
``sender-chip.c`` program works.
+
+Wiring:
+
+======== =======
+CHIP Transmitter
+======== =======
+Vcc 3.3 Vcc
+GND GND
+CSID0 Data
+======== =======