Board-dat/DAS/DAS1016-dat/2025-10-25-17-24-40.png
... ...
Binary files /dev/null and b/Board-dat/DAS/DAS1016-dat/2025-10-25-17-24-40.png differ
Board-dat/DAS/DAS1016-dat/DAS1016-dat.md
... ...
@@ -0,0 +1,62 @@
1
+
2
+# DAS1016-dat.md
3
+
4
+## Info
5
+
6
+[product url - Wireless NRF24 Controlled Relays Arduino Shield](https://www.electrodragon.com/product/arduino-2-channels-relay-extension-shield-wireless-supported-btbeexbee-nrf24l01/)
7
+
8
+
9
+### Board Map, Dimension, Pins, chip info, Use Guide, Setup Jumper, etc.
10
+
11
+![](2025-10-25-17-24-40.png)
12
+
13
+- [[relay-dat]]
14
+
15
+SCH
16
+
17
+![](Relay_Shield_Schematic.png)
18
+
19
+## Applications, category, tags, etc.
20
+
21
+
22
+
23
+## Demo Code and Video
24
+
25
+
26
+The demo code is test the module RF, BTBee and Relay part. And the code base on the [[NRF24L01-dat]], you need change the pin define as below. If you test the Bluetooth Bee interface, you need used other Bluetooth device paired with BTBee.
27
+
28
+Here we used a Android phone with our [[bluetooth-dat]] as client to paired with BTbee(HC-o6).
29
+
30
+
31
+```cpp
32
+#include "API.h"
33
+
34
+//---------------------------------------------
35
+#define TX_ADR_WIDTH 5
36
+// 5 unsigned chars TX(RX) address width
37
+#define TX_PLOAD_WIDTH 1
38
+// 20 unsigned chars TX payload
39
+//---------------------------------------------
40
+#define CE 9
41
+// CE_BIT: Digital Input Chip Enable Activates RX or TX mode
42
+#define CSN 10
43
+// CSN BIT: Digital Input SPI Chip Select
44
+#define SCK 13
45
+// SCK BIT: Digital Input SPI Clock
46
+#define MOSI 11
47
+// MOSI BIT: Digital Input SPI Slave Data Input
48
+#define MISO 12
49
+// MISO BIT: Digital Output SPI Slave Data Output, with tri-state option
50
+#define IRQ 8
51
+// IRQ BIT: Digital Output Maskable interrupt pin
52
+//*********************************************
53
+#endif
54
+```
55
+
56
+
57
+
58
+## ref
59
+
60
+- [[DAS1016]]
61
+
62
+- [legacy wiki page ](https://w.electrodragon.com/w/2_Channels_Relay_Extension_Shield_(Wireless_%26_Arduino_Supported))
Board-dat/DAS/DAS1016-dat/Relay_Shield_Schematic.png
... ...
Binary files /dev/null and b/Board-dat/DAS/DAS1016-dat/Relay_Shield_Schematic.png differ
Tech-dat/acturator-dat/relay-dat/2025-10-25-17-27-02.png
... ...
Binary files /dev/null and b/Tech-dat/acturator-dat/relay-dat/2025-10-25-17-27-02.png differ
Tech-dat/acturator-dat/relay-dat/relay-dat.md
... ...
@@ -54,7 +54,7 @@ HF32F-G-5-HS
54 54
55 55
- [[transistor-dat]]
56 56
57
-
57
+![](2025-10-25-17-27-02.png)
58 58
59 59
60 60