From 20e9d29abb4a379db917cf99fcadc835547655f1 Mon Sep 17 00:00:00 2001 From: pierre Date: Sat, 18 Jan 2025 20:22:35 +0100 Subject: [PATCH] Ajouter mystrom-motion-sensor/README.md --- mystrom-motion-sensor/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 mystrom-motion-sensor/README.md diff --git a/mystrom-motion-sensor/README.md b/mystrom-motion-sensor/README.md new file mode 100644 index 0000000..4f70efa --- /dev/null +++ b/mystrom-motion-sensor/README.md @@ -0,0 +1,28 @@ +# myStrom's WiFi Button Plus ESPHome configuration yaml + +## Flash + +(not yet verified) + +``` +JP2 [ + ][GND] +GND TP7 +VCC TP6 +TP5 GPIO0 +TP1 TX +TP? RX +``` + +## Schematics + +``` +━━━┓ + E ┣━ I2C bus (GPIO22/GPIO19) ━ TSL2561 + S ┣ ━ TMP102 + P ┣━ Plus key (GPIO14) + ┣━ PIR sensor (GPIO33) + 3 ┣━ Red LED (GPIO16) + 2 ┣━ White LED (GPIO17) +━━━┛ + +``` \ No newline at end of file