Chip-cn-dat/Espressif-dat/ESP32-S3-DAT/ESP32-S3-SDK-dat/ESP32-S3-SDK-dat.md
... ...
@@ -0,0 +1,6 @@
1
+
2
+# ESP32-S3-SDK-dat.md
3
+
4
+- [[micropython-dat]]
5
+
6
+
SDK-dat/ESP-SDK-dat/ESP-SDK-dat.md
... ...
@@ -4,11 +4,11 @@
4 4
5 5
# ESP32-SDK
6 6
7
-- [[ESP-dat]] - [[ESP32-dat]] - [[ESP8266-dat]]
7
+- [[ESP-dat]] - [[ESP32-SDK-dat]] - [[ESP8266-SDK-dat]]
8 8
9 9
## Official SDK
10 10
11
-- [[esp-idf-dat]] - [[esp-idf-vscode]]
11
+- [[esp-idf-dat]]
12 12
13 13
- [[platformIO-dat]]
14 14
SDK-dat/ESP-SDK-dat/ESP32-SDK-dat/ESP32-SDK-dat.md
... ...
@@ -7,4 +7,11 @@
7 7
8 8
- [[flash-download-tool-dat]]
9 9
10
-- [[ESP32-debug-log-dat]]
... ...
\ No newline at end of file
0
+- [[ESP32-debug-log-dat]]
1
+
2
+
3
+## ref
4
+
5
+- [[ESP32-S3-SDK-dat]] - [[ESP32-S3-dat]]
6
+
7
+- [[ESP-SDK-dat]]
... ...
\ No newline at end of file
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-dat.md
... ...
@@ -11,18 +11,18 @@
11 11
12 12
- https://idf.espressif.com/
13 13
14
+[windows installation](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/windows-setup.html)
14 15
15 16
16
-### windows-setup
17
-- https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/get-started/windows-setup.html
17
+- [[esp-idf-vscode-dat]]
18 18
19
+[Standard Toolchain Setup for Linux and macOS](https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/get-started/linux-macos-setup.html)
19 20
20
-### Standard Toolchain Setup for Linux and macOS
21
-- https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/get-started/linux-macos-setup.html
21
+[examples ](https://github.com/espressif/esp-idf/tree/master/examples)
22 22
23
-### vs-code extension
24
-- https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/install.md
23
+[project tamplate ](https://github.com/espressif/esp-idf-template)
25 24
25
+- [[protocols-dat]]
26 26
27 27
### offline installer
28 28
https://dl.espressif.cn/dl/esp-idf/
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/complie/33-27-15-19-12-2022.png
... ...
Binary files /dev/null and b/SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/complie/33-27-15-19-12-2022.png differ
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/complie/38-26-15-19-12-2022.png
... ...
Binary files /dev/null and b/SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/complie/38-26-15-19-12-2022.png differ
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/complie/build-complete.md
... ...
@@ -0,0 +1,31 @@
1
+
2
+
3
+ * Executing task: C:\Users\Administrator\.espressif\python_env\idf5.0_py3.8_env\Scripts\python.exe d:\esp-idf-v5.0\tools\idf_size.py d:\work\hello_world\build\hello_world.map
4
+
5
+ Total sizes:
6
+ Used static DRAM: 12048 bytes ( 168688 remain, 6.7% used)
7
+ .data size: 9768 bytes
8
+ .bss size: 2280 bytes
9
+ Used static IRAM: 47430 bytes ( 83642 remain, 36.2% used)
10
+ .text size: 46403 bytes
11
+ .vectors size: 1027 bytes
12
+ Used Flash size : 119363 bytes
13
+ .text : 87935 bytes
14
+ .rodata : 31172 bytes
15
+ Total image size: 176561 bytes (.bin may be padded larger)
16
+
17
+
18
+file includes:
19
+- bootloader.bin - 0x0
20
+- partition_table.bin - 0x8000
21
+- hello_world.bin - 0x10000
22
+
23
+SPI speed 40M, SPI Mode DIO
24
+
25
+
26
+
27
+
28
+
29
+### compile done
30
+![](33-27-15-19-12-2022.png)
31
+
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/complie/build-setup.md
... ...
@@ -0,0 +1,12 @@
1
+
2
+
3
+- setup target: ESP32-C2 / USB-bridge
4
+
5
+
6
+
7
+### compile demo
8
+1. 查看 - 命令面板(快捷键Ctrl+Shift+P)
9
+2. 输入show examples projects,点击。
10
+3. 点击弹出的 Use current ESP-ID,使用本地SDK,也就是前面自定义IDF的路径
11
+![](38-26-15-19-12-2022.png)
12
+4. 如下图创建工程
... ...
\ No newline at end of file
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/esp-idf-vscode-dat.md
... ...
@@ -0,0 +1,8 @@
1
+
2
+
3
+# esp idf vscode
4
+
5
+### vs-code extension
6
+- https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/install.md
7
+
8
+https://docs.espressif.com/projects/vscode-esp-idf-extension/en/latest/
... ...
\ No newline at end of file
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/flash/57-27-15-19-12-2022.png
... ...
Binary files /dev/null and b/SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/flash/57-27-15-19-12-2022.png differ
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/flash/buidl-flash.md
... ...
@@ -0,0 +1,10 @@
1
+
2
+
3
+- A fatal error occurred: This chip is ESP32-C2 not ESP32-C3. Wrong --chip argument?
4
+
5
+
6
+
7
+### flash
8
+
9
+![](57-27-15-19-12-2022.png)
10
+
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/install/01-26-15-19-12-2022.png
... ...
Binary files /dev/null and b/SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/install/01-26-15-19-12-2022.png differ
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/install/13-52-15-19-12-2022.png
... ...
Binary files /dev/null and b/SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/install/13-52-15-19-12-2022.png differ
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/install/41-25-15-19-12-2022.png
... ...
Binary files /dev/null and b/SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/install/41-25-15-19-12-2022.png differ
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode-dat/install/esp-idf-vscode-install.md
... ...
@@ -0,0 +1,22 @@
1
+
2
+### VS extension install
3
+configure esp-idf extension
4
+
5
+![](41-25-15-19-12-2022.png)
6
+
7
+![](01-26-15-19-12-2022.png)
8
+
9
+![](13-52-15-19-12-2022.png)
10
+
11
+ESP-IDF: v5.0 (release version)
12
+Downloaded: 1.53% (13120.00 / 859935.84) KB
13
+about 800MB
14
+
15
+https://github.com/espressif/vscode-esp-idf-extension
16
+
17
+
18
+
19
+
20
+
21
+
22
+
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/complie/33-27-15-19-12-2022.png
... ...
Binary files a/SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/complie/33-27-15-19-12-2022.png and /dev/null differ
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/complie/38-26-15-19-12-2022.png
... ...
Binary files a/SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/complie/38-26-15-19-12-2022.png and /dev/null differ
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/complie/build-complete.md
... ...
@@ -1,31 +0,0 @@
1
-
2
-
3
- * Executing task: C:\Users\Administrator\.espressif\python_env\idf5.0_py3.8_env\Scripts\python.exe d:\esp-idf-v5.0\tools\idf_size.py d:\work\hello_world\build\hello_world.map
4
-
5
- Total sizes:
6
- Used static DRAM: 12048 bytes ( 168688 remain, 6.7% used)
7
- .data size: 9768 bytes
8
- .bss size: 2280 bytes
9
- Used static IRAM: 47430 bytes ( 83642 remain, 36.2% used)
10
- .text size: 46403 bytes
11
- .vectors size: 1027 bytes
12
- Used Flash size : 119363 bytes
13
- .text : 87935 bytes
14
- .rodata : 31172 bytes
15
- Total image size: 176561 bytes (.bin may be padded larger)
16
-
17
-
18
-file includes:
19
-- bootloader.bin - 0x0
20
-- partition_table.bin - 0x8000
21
-- hello_world.bin - 0x10000
22
-
23
-SPI speed 40M, SPI Mode DIO
24
-
25
-
26
-
27
-
28
-
29
-### compile done
30
-![](33-27-15-19-12-2022.png)
31
-
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/complie/build-setup.md
... ...
@@ -1,12 +0,0 @@
1
-
2
-
3
-- setup target: ESP32-C2 / USB-bridge
4
-
5
-
6
-
7
-### compile demo
8
-1. 查看 - 命令面板(快捷键Ctrl+Shift+P)
9
-2. 输入show examples projects,点击。
10
-3. 点击弹出的 Use current ESP-ID,使用本地SDK,也就是前面自定义IDF的路径
11
-![](38-26-15-19-12-2022.png)
12
-4. 如下图创建工程
... ...
\ No newline at end of file
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/esp-idf-vscode.md
... ...
@@ -1,4 +0,0 @@
1
-
2
-
3
-# esp idf vscode
4
-
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/flash/57-27-15-19-12-2022.png
... ...
Binary files a/SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/flash/57-27-15-19-12-2022.png and /dev/null differ
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/flash/buidl-flash.md
... ...
@@ -1,10 +0,0 @@
1
-
2
-
3
-- A fatal error occurred: This chip is ESP32-C2 not ESP32-C3. Wrong --chip argument?
4
-
5
-
6
-
7
-### flash
8
-
9
-![](57-27-15-19-12-2022.png)
10
-
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/install/01-26-15-19-12-2022.png
... ...
Binary files a/SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/install/01-26-15-19-12-2022.png and /dev/null differ
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/install/13-52-15-19-12-2022.png
... ...
Binary files a/SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/install/13-52-15-19-12-2022.png and /dev/null differ
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/install/41-25-15-19-12-2022.png
... ...
Binary files a/SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/install/41-25-15-19-12-2022.png and /dev/null differ
SDK-dat/ESP-SDK-dat/esp-idf-dat/esp-idf-vscode/install/esp-idf-vscode-install.md
... ...
@@ -1,22 +0,0 @@
1
-
2
-### VS extension install
3
-configure esp-idf extension
4
-
5
-![](41-25-15-19-12-2022.png)
6
-
7
-![](01-26-15-19-12-2022.png)
8
-
9
-![](13-52-15-19-12-2022.png)
10
-
11
-ESP-IDF: v5.0 (release version)
12
-Downloaded: 1.53% (13120.00 / 859935.84) KB
13
-about 800MB
14
-
15
-https://github.com/espressif/vscode-esp-idf-extension
16
-
17
-
18
-
19
-
20
-
21
-
22
-
SDK-dat/SDK-DAT.md
... ...
@@ -3,7 +3,7 @@
3 3
4 4
- [[STM32-dat]]
5 5
6
-- [[ESP-IDF-dat]]
6
+- [[ESP-SDK-dat]]
7 7
8 8
- [[arduino-ide-dat]]
9 9
Tech-dat/Network-dat/network-dat.md
... ...
@@ -1,5 +1,9 @@
1 1
# network-dat.md
2 2
3
+- [[protocols-dat]]
4
+
5
+
6
+
3 7
## Network tech by range
4 8
5 9
| Technology | Range | Data Rate | Notes |
... ...
@@ -30,6 +34,10 @@
30 34
31 35
- [[radio-dat]]
32 36
37
+
38
+
39
+- [[ethernet-dat]]
40
+
33 41
## RC apps protocols
34 42
35 43
- [[RC-dat]] - [[RF-DAT]] - [[CRSF-dat]] - [[GFSK-dat]] - [[ardupilot-dat]] - [[SBUS-dat]]
... ...
@@ -51,6 +59,9 @@ and more - [[IBUS-dat]] - [[PPM-dat]] - [[FPort-dat]] - [[SPEKTRUM-dat]] - [[SUM
51 59
52 60
- [[openwrt-dat]]
53 61
62
+- [[zigbee-dat]] - [[openthread-dat]] - [[micropython-dat]]
63
+
64
+
54 65
## RF boards
55 66
56 67
- [[DVA1002-dat]] - [[DVA1007-dat]]
Tech-dat/protocols-dat/protocols-dat.md
... ...
@@ -0,0 +1,22 @@
1
+
2
+# protocols-dat
3
+
4
+- [[zigbee-dat]]
5
+
6
+- [[http-dat]] - [[https-dat]] - [[ip-dat]]
7
+
8
+- [[dns-dat]]
9
+
10
+- [[mqtt-dat]]
11
+
12
+- [[ICMP-dat]] - [[L2TAP-dat]]
13
+
14
+- [[modbus-dat]] - [[mqtt-dat]] - [[smtp-dat]]
15
+
16
+- [[sntp-dat]] - [[socket-dat]]
17
+
18
+
19
+
20
+## ref
21
+
22
+- [[network-dat]]
... ...
\ No newline at end of file
Tech-dat/system-dat/system-dat.md
... ...
@@ -3,6 +3,16 @@
3 3
4 4
- [[peripherals-dat]]
5 5
6
+## realtime system
7
+
8
+- [[FreeRTOS-dat]] - [[Zephyr-dat]] - [[MongooseOS-dat]]
9
+
10
+- [[openthread-dat]] - [[micropython-dat]]
11
+
12
+
13
+
14
+
15
+
6 16
## intelligent-system
7 17
8 18