esphome-mystrom-motion-sensor/mystrom-wifi-button-plus/README.md

54 lines
1.1 KiB
Markdown
Raw Normal View History

2025-01-12 19:33:54 +01:00
# myStrom's WiFi Button Plus ESPHome configuration yaml
2025-01-12 18:50:29 +01:00
2025-01-12 19:22:41 +01:00
## Flash
```
JP1
2025-01-12 22:24:39 +01:00
(○) GPIO0 ➙ GND (Bootloader mode)
[○] TX (GPIO1) ➙ Programmer's RX
[○] RX (GPIO3) ➙ Programmer's TX
[○] VCC ➙ +3.3V
[○] GND ➙ 0V (GND)
2025-01-12 19:22:41 +01:00
```
## Schematics
```mermaid
erDiagram
ESP32 {
}
ESP32 ||--|| GPIOs : ""
ESP32 ||--|| I2C : ""
ESP32 ||--|| ADC : ""
I2C {
GPIO21-GPIO22 SHTC3
}
ADC {
GPIO32 Battery-probe
}
GPIOs {
GPIO38 Top-left-key
GPIO39 Top-right-key
GPIO37 Bottom-left-key
GPIO36 Bottom-right-key
GPIO04 Red-LED
GPIO18 Green-LED
GPIO23 White-LED
GPIO33 USB-power-probe
}
2025-01-12 19:22:41 +01:00
2025-01-12 22:33:09 +01:00
```
## Notes
- GPIO13, GPIO14 , GPIO19 and GPIO27 are reserved for an Eink display.
2025-01-12 22:40:10 +01:00
- GPIO9 and GPIO10 are reserved for the QuadIO flash mode.
2025-01-12 22:33:09 +01:00
- GPIO25 and GPIO26 are reserved for an unknown device.
2025-01-12 23:08:11 +01:00
- GPIO34 is reserved for the unpopulated SW5.
2025-01-12 23:04:37 +01:00
- GPIO35 is reserved for the unpopulated and unknown U7.
2025-01-12 23:08:11 +01:00
- There are traces and footprints for a buzzer.