Board/NWI/NWI1072-dat/NWI1072-dat.md
... ...
@@ -30,4 +30,6 @@ Read more about inductive laod here [[inductive-load-dat]]
30 30
## ref
31 31
32 32
33
-- [[esp-relay-board-dat]] - [[ESP-SDK-dat]]
... ...
\ No newline at end of file
0
+- [[esp-relay-board-dat]] - [[ESP-SDK-dat]]
1
+
2
+- [[acdc-dat]]
... ...
\ No newline at end of file
Board/NWI/NWI1118-dat/2023-10-09-13-55-10.png
... ...
Binary files /dev/null and b/Board/NWI/NWI1118-dat/2023-10-09-13-55-10.png differ
Board/NWI/NWI1118-dat/NWI1118-DAT.md
... ...
@@ -5,6 +5,7 @@
5 5
6 6
### hardware
7 7
8
+![](2023-10-09-13-55-10.png)
8 9
9 10
#### R6
10 11
- IO2 = status LED (also on module ESP-12F)
Tech/power-dat/ACDC-dat/ACDC-dat.md
... ...
@@ -7,6 +7,8 @@
7 7
8 8
- [[OPM1178-dat]] - [[OPM1110-dat]] - [[OPM1111-dat]] - [[OPM1016-dat]]
9 9
10
+
11
+
10 12
## ref
11 13
12 14
[[ACDC]]
... ...
\ No newline at end of file
board-series/ESP-Modules-dat/esp-modules-dat.md
... ...
@@ -0,0 +1,13 @@
1
+
2
+# ESP-Modules-dat
3
+
4
+
5
+## ESP8266
6
+
7
+- ESP-07S
8
+- ESP-12F
9
+- ESP-12S
10
+
11
+## ESP32
12
+
13
+## ESP32-C3
board-series/esp-relay-board/esp-relay-board-dat.md
... ...
@@ -6,7 +6,6 @@ legacy wiki page:
6 6
- https://w.electrodragon.com/w/ESP_Board_Setup
7 7
- https://www.electrodragon.com/w/ESP_Relay_Board
8 8
9
-
10 9
## board Versions and Links
11 10
12 11
| Board | Description | Wiki Link | Usage |
... ...
@@ -14,22 +13,20 @@ legacy wiki page:
14 13
| [Wifi IoT Relay Board](https://www.electrodragon.com/product/wifi-iot-relay-board-based-esp8266/) | General version SPST | [[NWI1072-DAT]] | AC Mains Power ON/OFF |
15 14
| [ESP Relay Board IL](https://www.electrodragon.com/product/esp-relay-board-il-inductive-load/) | Optimize for inductive load | [[NWI1139-dat]] | AC Mains Power ON/OFF |
16 15
| [Wifi IoT Relay Board VDC](https://www.electrodragon.com/product/wifi-iot-relay-board-vdc-based-esp8266/) | DC Power Supply, DC (or AC) ON/OFF | [[NWI1115-dat]] | |
17
-| [Wifi IoT Relay Board SPDT](https://www.electrodragon.com/product/wifi-iot-relay-board-spdt-based-esp8266/) | Output free (not from input), DC or AC On/OFF | [[NWI1119-DAT]] - [[NWI1118-dat]] (obseleted) | support common-on or common-off |
16
+| [Wifi IoT Relay Board SPDT](https://www.electrodragon.com/product/wifi-iot-relay-board-spdt-based-esp8266/) | Output free (not from input), DC or AC On/OFF | [[NWI1119-DAT]] - [[NWI1118-dat]] | support common-on or common-off |
18 17
| [ESP LED Strip Board Control](https://www.electrodragon.com/product/esp-led-strip-board/) | for LED strips | [[NWI1126-dat]] - [[NWI1124-dat]] | |
19 18
20
-
21
-
22 19
### What is the difference of this version (SPST) and SPDT version:
23 20
24 21
The output of the relay of SPST is the same as directly AC main input voltage, for powering up connected domestic home appliance in purpose. So the relay only control AC main power on and off
25 22
The output of the relay of SPDT is not connected with AC main input voltge, the relay on this one can switch any other circuits you connected in, can be other AC or DC power, please refer to specification on relay.
26 23
27
-## Demo Collections
28
-
29
-- [[NWI1072-dat]] drive domestic home appliances - [demo](https://www.youtube.com/watch?v=Tznk1umc20M&ab_channel=ChowHe)
24
+## Demo Collections
30 25
26
+- [[NWI1072-dat]] drive domestic home appliances - [demo](https://www.youtube.com/watch?v=Tznk1umc20M&ab_channel=ChowHe)
31 27
32 28
## Demo Software Features
29
+
33 30
Programming skills need, not recommended for unfamiliar user.
34 31
The board flashed with demo test code, you can follow the youtube video to make a try directly. And find demo code in the wiki page below. Only nodemcu demo code avaialble.
35 32
The demo code written in R1.1 will do:
... ...
@@ -41,7 +38,7 @@ Use MQTT platform called www.cloudmqtt.com, use-friendly for esp8266
41 38
Based on NodeMCU LUA coding
42 39
Demo code available, open source, and support smartconfig and MQTT, please find the code below or at our dropbox page to download
43 40
44
-## ref
41
+## ref
45 42
46 43
- used enclosure [[LED驱动电源塑料外壳]]
47
-- [[inductive-load-dat]]
... ...
\ No newline at end of file
0
+- [[inductive-load-dat]]