Version 1.2
Updated "Tested on". Changed FS from SPIFFS to LittleFS. Added support one external sensor.
@ -3,17 +3,27 @@
|
||||
1. MOES 1CH 10A. Built on Tuya WiFi module WA2 (WB2S) (BK7231T chip). Replacement required. Performed replacement with ESP-02S (analogue of TYWE2S but with 2Mb flash). [Photo](https://github.com/aZholtikov/ESP-NOW-Switch/tree/main/hardware/MOES_1CH_10A).
|
||||
|
||||
```text
|
||||
Relay GPIO GPIO12 HIGH
|
||||
Led GPIO GPIO04 LOW
|
||||
Button GPIO GPIO13 RISING
|
||||
Relay GPIO GPIO12 HIGH
|
||||
Led GPIO GPIO04 LOW
|
||||
Button GPIO GPIO13 RISING
|
||||
```
|
||||
|
||||
2. MINI 1CH 16A. Built on Tuya WiFi module WB2S (BK7231T chip). Replacement required. Performed replacement with ESP-02S (analogue of TYWE2S but with 2Mb flash). [Photo](https://github.com/aZholtikov/ESP-NOW-Switch/tree/main/hardware/MINI_1CH_16A).
|
||||
|
||||
```text
|
||||
Relay GPIO GPIO13 HIGH
|
||||
Led GPIO GPIO04 LOW
|
||||
Button GPIO GPIO03 RISING
|
||||
Ext Button GPIO GPIO14 FALLING
|
||||
Relay GPIO GPIO13 HIGH
|
||||
Led GPIO GPIO04 LOW
|
||||
Button GPIO GPIO03 RISING
|
||||
Ext button GPIO GPIO14 FALLING
|
||||
```
|
||||
3. LIGHT E27 SOCKET (Coming soon)
|
||||
|
||||
3. TH 1CH 16A + SENSOR. Built on ITEAD WiFi module PSF-B85 (ESP8285 chip). Replacement not required. [Photo](https://github.com/aZholtikov/ESP-NOW-Switch/tree/main/hardware/TH_1CH_16A). Attention! Because the button is connected to GPIO00 and the firmware does not work with GPIO00 required connect GPIO00 to GPIO04 on the module.
|
||||
|
||||
```text
|
||||
Relay GPIO GPIO12 HIGH
|
||||
Led GPIO GPIO13 LOW
|
||||
Button GPIO GPIO04 RISING
|
||||
Ext sensor GPIO GPIO14 DS18B20
|
||||
```
|
||||
|
||||
4. LIGHT E27 SOCKET (Coming soon)
|
||||
|
BIN
hardware/TH_1CH_16A/PSF-B85.pdf
Normal file
BIN
hardware/TH_1CH_16A/inside1.jpeg
Normal file
After Width: | Height: | Size: 2.9 MiB |
BIN
hardware/TH_1CH_16A/inside2.jpeg
Normal file
After Width: | Height: | Size: 2.7 MiB |
BIN
hardware/TH_1CH_16A/inside3.jpeg
Normal file
After Width: | Height: | Size: 2.4 MiB |
BIN
hardware/TH_1CH_16A/inside4.jpeg
Normal file
After Width: | Height: | Size: 2.3 MiB |
BIN
hardware/TH_1CH_16A/main1.jpeg
Normal file
After Width: | Height: | Size: 2.1 MiB |
BIN
hardware/TH_1CH_16A/main2.jpeg
Normal file
After Width: | Height: | Size: 2.1 MiB |
BIN
hardware/TH_1CH_16A/pins.jpeg
Normal file
After Width: | Height: | Size: 987 KiB |
BIN
hardware/TH_1CH_16A/sensor.jpeg
Normal file
After Width: | Height: | Size: 2.7 MiB |
BIN
hardware/TH_1CH_16A/sensor_pin.jpeg
Normal file
After Width: | Height: | Size: 3.3 MiB |