summaryrefslogtreecommitdiff
path: root/trasmitter/README.rst.txt
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2018-03-23 15:32:26 +0000
committerdakkar <dakkar@thenautilus.net>2018-03-23 15:32:26 +0000
commit3cccbc5e27a13ac25f4d157c9e0f01163992d704 (patch)
tree497dab57f62924688e7c9fd4e09d8c60df5f62ae /trasmitter/README.rst.txt
parentrework the signal structures (diff)
downloadthermostat-3cccbc5e27a13ac25f4d157c9e0f01163992d704.tar.gz
thermostat-3cccbc5e27a13ac25f4d157c9e0f01163992d704.tar.bz2
thermostat-3cccbc5e27a13ac25f4d157c9e0f01163992d704.zip
it works!
Diffstat (limited to 'trasmitter/README.rst.txt')
-rw-r--r--trasmitter/README.rst.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/trasmitter/README.rst.txt b/trasmitter/README.rst.txt
index f48643f..e231527 100644
--- a/trasmitter/README.rst.txt
+++ b/trasmitter/README.rst.txt
@@ -5,6 +5,9 @@ Some links:
https://damn.technology/controlling-british-gas-wr1-receiver-arduino
http://rossharper.net/2015/11/decoding-a-siemens-rcr10433-thermostat-signal-to-control-a-boiler-from-a-raspberry-pi/
+IMPORTANT: the transmitter prefers 3.3V, it stops working after a
+while on 5V.
+
Reveng
======
@@ -23,3 +26,6 @@ The two sequences are:
* ``nnnnnnWnWnnMnnMnnnnnWnnnnMnMWn``
* ``nnnnnnWnWnnMnnMnnnnnnnnnnWMMWn``
+
+Actually no, the pulses are not ½ high and ½ low, they're shaped
+weird. The source code has the correct widths.