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 21:12:47 +01:00
|
|
|
## Disclaimer
|
|
|
|
|
|
|
|
**Work In progress !!! Battery charge was not tested yet.**
|
|
|
|
|
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
|
|
|
|
|
|
|
|
```
|
|
|
|
━━━┓
|
|
|
|
┣━ I2C bus (GPIO21/GPIO22) ━ SHTC3
|
|
|
|
E ┣━ Top left key (GPIO38) & deep sleep wake up
|
|
|
|
S ┣━ Top right key (GPIO39)
|
|
|
|
P ┣━ Bottom left key (GPIO37)
|
|
|
|
┣━ Bottom right key (GPIO36)
|
|
|
|
3 ┣━ Red LED (GPIO4)
|
|
|
|
2 ┣━ Green LED (GPIO18)
|
|
|
|
┣━ White LED (GPIO23)
|
|
|
|
━━━┛
|
|
|
|
|
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.
|
|
|
|
- There are traces and footprints for a buzzer.
|
|
|
|
- There are traces and footprints for a fifth switch.
|