Board-dat/DAS/DAS1069-dat/das1069-dat.md
... ...
@@ -8,27 +8,28 @@ link - https://www.electrodragon.com/product/esp8266-wifi-arduino-uart-extension
8 8
9 9
![](2023-10-30-16-47-50.png)
10 10
11
-## Version 1
12
-
13
-![](2023-10-30-16-04-21.png)
14
-
15
-![](2023-10-30-16-46-56.png)
16 11
17 12
### Configuration
18 13
19
-| Jumper Name | target | Set | Description |
20
-| -------------- | ------- | -------------- | ----------------------------------------------------------- |
21
-| Flash | ESP8266 | ON or OFF | Set flash mode, flash LED will turn on |
22
-| Arduino Serial | arduino | D1/D0 or D3/D4 | Arduino serial switch between softserial or hardware serial |
14
+| Jumper Name | target | Set | Description |
15
+| ------------ | ------- | -------------- | ----------------------------------------------------------- |
16
+| Flash Button | ESP8266 | ON or OFF | Set ESP8266 to flash mode, flash LED will turn on |
17
+| Switch1 | arduino | D1/D0 or D3/D4 | Arduino serial switch between softserial or hardware serial |
18
+| Reset Button | ESP8266 | | Reset |
19
+
20
+## Function lists
23 21
24
-- [[ESP-12F-dat]] - [[Lora-dat]] - [[NWL1071-dat]] - [[RFM95-dat]]
25 22
26
-- [[DHT11-dat]] - [[spi-flash-dat]] - [[74HC125-dat]]
23
+| Functions | Status | Note |
24
+| ----------------- | -------- | ------------ |
25
+| [[ESP-12F-dat]] | Included | |
26
+| [[NWL1071-dat]] | reserved | [[Lora-dat]] |
27
+| [[RFM95-dat]] | reserved | [[Lora-dat]] |
28
+| [[DHT11-dat]] | reserved | |
29
+| [[spi-flash-dat]] | reserved | |
30
+| [[74HC125-dat]] | Included | |
27 31
28
-## ESP Serial Part
29 32
30
-- [[ESP-12F-dat]]
31
-- Serial selectable connect to arduino Serial D0/D1 or D3/D4
32 33
33 34
## Lora SPI Part
34 35
... ...
@@ -64,25 +65,25 @@ Reserved DIO (via jumpers)
64 65
- DIO4 - x
65 66
66 67
67
-
68
-
69
-
70
-## Other
71
-
72
-- D5 - Flash_CS
73
-
74 68
## DHT11
75 69
76 70
- Selectable to ESP IO13 or Arduino A0, by backside jumper
77 71
78
-
79
-
80 72
## Demo code
81 73
82 74
- arduino_uart_esp_at -> arduino send AT commands to ESP8266
83 75
- arduino_uart_esp_wifi -> "transparent" communicatino in TCP client mode
84 76
- in https://github.com/Edragon/arduino-esp8266/tree/master/Sketchbook/Hardware
85 77
78
+## old versions
79
+
80
+
81
+### Version 1
82
+
83
+![](2023-10-30-16-04-21.png)
84
+
85
+![](2023-10-30-16-46-56.png)
86
+
86 87
87 88
## ref
88 89