Actualiser mystrom-motion-sensor/README.md
This commit is contained in:
parent
96fdb9ab50
commit
b8f9d67d4f
1 changed files with 20 additions and 11 deletions
|
@ -18,20 +18,29 @@ MAIN (antenna on the left)
|
||||||
|
|
||||||
(○) TP7/GND
|
(○) TP7/GND
|
||||||
(○) TP5/GPIO0
|
(○) TP5/GPIO0
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Schematics
|
## Schematics
|
||||||
|
|
||||||
```
|
|
||||||
━━━┓
|
```mermaid
|
||||||
E ┣━ I2C bus (GPIO22/GPIO19) ━ TSL2561
|
erDiagram
|
||||||
S ┣ ━ TMP102
|
ESP32 {
|
||||||
P ┣━ Plus key (GPIO14)
|
}
|
||||||
┣━ PIR sensor (GPIO33)
|
|
||||||
3 ┣━ Red LED (GPIO16)
|
ESP32 ||--|| GPIOs : ""
|
||||||
2 ┣━ White LED (GPIO17)
|
ESP32 ||--|| I2C : ""
|
||||||
━━━┛
|
|
||||||
|
I2C {
|
||||||
|
GPIO22-GPIO19 TSL2561
|
||||||
|
GPIO22-GPIO19 TMP102
|
||||||
|
}
|
||||||
|
|
||||||
|
GPIOs {
|
||||||
|
GPIO14 Plus-key
|
||||||
|
GPIO33 PIR-sensor
|
||||||
|
GPIO16 Red-LED
|
||||||
|
GPIO17 White-LED
|
||||||
|
}
|
||||||
|
|
||||||
```
|
```
|
Loading…
Reference in a new issue