Board/NWI/NWI1124-DAT/NWI1124-DAT.md
... ...
@@ -1,5 +1,10 @@
1 1
2 2
3
+## NWI1124 DAT
4
+
5
+- old wiki link: https://www.electrodragon.com/w/ESP_Light
6
+
7
+
3 8
![](06-58-16-27-02-2023.png)
4 9
5 10
based on above image, top pin 1 to bottom pin 5:
... ...
@@ -35,4 +40,11 @@ Green Box:
35 40
Red Box:
36 41
37 42
- Set to ~27V for RGBW LED Strips
38
-- Set to 5V for WS2812 LED Strips
... ...
\ No newline at end of file
0
+- Set to 5V for WS2812 LED Strips
1
+
2
+## Accessories
3
+- Reserved pins for our RF-LINK EDRF2 module here. (one channel trigger IO0 Low)
4
+- https://www.electrodragon.com/product/rf-switch-receiver-433315mhz-wdecoder/
5
+
6
+## Demos
7
+- https://www.youtube.com/watch?v=_kBS72xQPqQ
Board/NWI/NWI1126-DAT/NWI1126-DAT.md
... ...
@@ -2,7 +2,7 @@
2 2
# NWI1126-DAT
3 3
4 4
#define OM_LED 10 // on module led
5
- #define WS_LED 9 // WS2812
5
+ #define WS_LED 9 // WS2812, select by jumper
6 6
7 7
#define addc 0
8 8
... ...
@@ -13,6 +13,8 @@
13 13
14 14
15 15
## quick test
16
+
17
+- find demo code at https://github.com/Edragon/Arduino-ESP32
16 18
- find your board IP address, verify it in browser: http://192.168.8.165
17 19
- try the test commands to turn off on board prog LED: http://192.168.8.165/io/10/val/0
18 20
- in which, IO is 10 and IO voltage level is 0
... ...
@@ -22,11 +24,14 @@
22 24
23 25
![](07-06-17-07-02-2023.png)
24 26
27
+- IO9 button = program mode pin
28
+- EN button = reset pin
29
+- programmable LED pin 10
30
+
25 31
26 32
## demo video
27 33
- https://twitter.com/electro_phoenix/status/1610204098019880961
28 34
29
-
30 35
## Note
31 36
32 37
- [[ESP32-USB]] failed on code testing, may work or not, consider it is not working if you buy.
... ...
@@ -34,4 +39,6 @@
34 39
35 40
## ref
36 41
42
+- [[NWI1124-DAT]]
43
+- [[NWI1125-DAT]]
37 44
- [[NWI1126]]
... ...
\ No newline at end of file
SDK/Arduino-IDE-DAT/Arduino-ESP32/arduino-esp32.md
... ...
@@ -11,4 +11,9 @@ ESP32-WROOM
11 11
version 2.0.6 - 2022/2/3
12 12
version 2.0.4
13 13
14
-https://github.com/espressif/arduino-esp32
... ...
\ No newline at end of file
0
+https://github.com/espressif/arduino-esp32
1
+
2
+
3
+## BSP demo code
4
+
5
+- https://github.com/Edragon/Arduino-ESP32
... ...
\ No newline at end of file