Actualiser mystrom-motion-sensor/README.md

This commit is contained in:
Pierre Guillod 2025-01-19 11:26:18 +01:00
parent 96fdb9ab50
commit b8f9d67d4f

View file

@ -18,20 +18,29 @@ MAIN (antenna on the left)
(○) TP7/GND
(○) TP5/GPIO0
```
## Schematics
```
━━━┓
E ┣━ I2C bus (GPIO22/GPIO19) ━ TSL2561
S ┣ ━ TMP102
P ┣━ Plus key (GPIO14)
┣━ PIR sensor (GPIO33)
3 ┣━ Red LED (GPIO16)
2 ┣━ White LED (GPIO17)
━━━┛
```mermaid
erDiagram
ESP32 {
}
ESP32 ||--|| GPIOs : ""
ESP32 ||--|| I2C : ""
I2C {
GPIO22-GPIO19 TSL2561
GPIO22-GPIO19 TMP102
}
GPIOs {
GPIO14 Plus-key
GPIO33 PIR-sensor
GPIO16 Red-LED
GPIO17 White-LED
}
```