1443aee32d892de1b18c0e5381da1d3dbd10b729
Board-dat/NWI/NWI1239-dat/NWI1239-dat.md
... | ... | @@ -6,4 +6,6 @@ |
6 | 6 | - https://w2.electrodragon.com/gollum/search?q=ESP32-C3-WROOM-02-DAT.md |
7 | 7 | |
8 | 8 | |
9 | -- [[ESP32-C3-dat]] |
|
... | ... | \ No newline at end of file |
0 | +- [[ESP32-C3-dat]] |
|
1 | + |
|
2 | + |
Chip-cn-dat/AIT/ESP-C3-12F-DAT/ESP-C3-12F-DAT.md
... | ... | @@ -4,4 +4,33 @@ |
4 | 4 | |
5 | 5 | - [[ESP-C3-12F-DAT]] |
6 | 6 | - |
7 | -![](42-54-17-15-12-2022.png) |
|
... | ... | \ No newline at end of file |
0 | +![](42-54-17-15-12-2022.png) |
|
1 | + |
|
2 | +![](2023-11-28-15-28-19.png) |
|
3 | + |
|
4 | +## Setup Peripheral |
|
5 | + |
|
6 | +![](2023-11-28-15-28-49.png) |
|
7 | + |
|
8 | + |
|
9 | +## Re-map Pin Definitions |
|
10 | + |
|
11 | +| ! ESP-C3-12F | ESP-12F Left | ESP-12F Right | ESP-C3-12F Right | |
|
12 | +| ------------ | ------------ | ------------- | ---------------- | |
|
13 | +| Reset | IO0 | TXD0 | TXD0 | |
|
14 | +| ADC | IO1 | RXD0 | RXD0 | |
|
15 | +| EN | EN | IO5 | IO19 | |
|
16 | +| IO16 | IO2 | IO4 | IO18 | |
|
17 | +| IO14 | IO3 | IO0 | IO9 | |
|
18 | +| IO12 | IO4 | IO2 | IO10 | |
|
19 | +| IO13 | IO5 | IO15 | IO8 | |
|
20 | +| 3V3 | 3V3 | GND | GND | |
|
21 | + |
|
22 | +* Extra Pins from front-side left-to-right: NC1 NC2 NC3 IO6 IO7 NC4 |
|
23 | + |
|
24 | + |
|
25 | +## Boot Mode |
|
26 | + |
|
27 | +![](2023-11-28-15-31-59.png) |
|
28 | + |
|
29 | +* IO8 should float, otherwise USB Bootmode only |
|
... | ... | \ No newline at end of file |
Chip-cn-dat/Espressif/ESP32/ESP32-C3-dat/ESP32-C3-DAT.md
... | ... | @@ -7,14 +7,7 @@ |
7 | 7 | - RAM:400KB |
8 | 8 | - QFN32_5x5 |
9 | 9 | |
10 | -- [[ESP-SDK-dat]] |
|
11 | - |
|
12 | -DS |
|
13 | -https://www.espressif.com.cn/sites/default/files/documentation/esp32-c3_datasheet_en.pdf |
|
14 | - |
|
15 | -## Boards |
|
16 | 10 | |
17 | -- [[NWI1126-DAT]] |
|
18 | 11 | |
19 | 12 | ## IPEX Antenna Version |
20 | 13 | |
... | ... | @@ -26,12 +19,21 @@ https://www.espressif.com.cn/sites/default/files/documentation/esp32-c3_datashee |
26 | 19 | |
27 | 20 | |
28 | 21 | |
29 | -## ESP32-C3 |
|
22 | +## ESP32-C3 Chip Info |
|
23 | + |
|
24 | + |
|
25 | +- chip page |
|
26 | +- https://www.espressif.com/en/products/socs/esp32-c3 |
|
27 | +- CN DS |
|
28 | +- https://github.com/Edragon/ESP32/blob/master/ESP32-C3/esp32-c3_datasheet_cn.pdf |
|
29 | +- EN DS |
|
30 | +- https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf |
|
30 | 31 | |
31 | -https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf |
|
32 | +## ESP32-C3 Boards |
|
32 | 33 | |
33 | 34 | - [[ESP32-C3-DAT]] |
34 | - |
|
35 | + |
|
36 | +- [[NWI1239-dat]] |
|
35 | 37 | - [[ESP32-C3-WROOM-02-DAT]] |
36 | 38 | - https://w2.electrodragon.com/gollum/search?q=ESP32-C3-WROOM-02-DAT.md |
37 | 39 | |
... | ... | @@ -43,4 +45,38 @@ https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_e |
43 | 45 | |
44 | 46 | - [[ESP-C3-32S-dat]] |
45 | 47 | |
46 | -- [[ESP-C3-12F-dat]] |
|
... | ... | \ No newline at end of file |
0 | +- [[ESP-C3-12F-dat]] |
|
1 | + |
|
2 | +products - |
|
3 | +- [[NWI1126-DAT]] |
|
4 | + |
|
5 | + |
|
6 | +## Software |
|
7 | + |
|
8 | +- [[ESP-SDK-dat]] |
|
9 | + |
|
10 | + |
|
11 | +### Arduino Setup |
|
12 | + |
|
13 | +* arduino json install |
|
14 | +* IDF - Secondary development SDK source code address:https://github.com/espressif/esp-idf |
|
15 | +* Find ESP32-C3 DEV board in development branch version |
|
16 | +* Setup board |
|
17 | + * Board: ESP32C3 DEV Board |
|
18 | + * Upload Speed: 921600 |
|
19 | + * CPU Frequency: 160Mhz (WIFI) |
|
20 | + * Flash Frequency: 40Mhz |
|
21 | + * Flash Mode: QIO |
|
22 | + * Flash Size: ? |
|
23 | + * Partion Scheme: Default 4MB with Spiffs |
|
24 | + * Core Debug Level: None |
|
25 | + |
|
26 | + |
|
27 | + |
|
28 | +## Open Issues |
|
29 | + |
|
30 | +I2C |
|
31 | +* https://github.com/espressif/arduino-esp32/issues/5478 |
|
32 | + |
|
33 | + |
|
34 | + |