6b223be851a529044011be4a840d06ce6c1ccc1f
Board-dat/SCM/SCM1030-dat/SCM1030-dat.md
| ... | ... | @@ -105,5 +105,6 @@ to get free pins, remove card in [[SD-dat]] |
| 105 | 105 | - https://wiki.ai-thinker.com/esp32-cam |
| 106 | 106 | - demo code - https://github.com/donny681/ESP32_CAMERA_QR |
| 107 | 107 | - use guide CN - https://github.com/donny681/ESP32_CAMERA_QR/wiki |
| 108 | -- [[ESP-SDK-dat]] |
|
| 108 | + |
|
| 109 | +- [[ESP-SDK-dat]] - [[ESP32-HDK-dat]] |
|
| 109 | 110 |
Chip-cn-dat/Espressif-dat/ESP32-dat/ESP32-HDK-dat/ESP32-HDK-dat.md
| ... | ... | @@ -37,6 +37,8 @@ |
| 37 | 37 | | 22 | | U1 | | |
| 38 | 38 | | 23 | | VSPI | | |
| 39 | 39 | |
| 40 | + |
|
| 41 | + |
|
| 40 | 42 | ### RMT |
| 41 | 43 | |
| 42 | 44 | - RMT_SIG_IN0~7 |
| ... | ... | @@ -84,6 +86,31 @@ V2 Chips |
| 84 | 86 | |
| 85 | 87 |  |
| 86 | 88 | |
| 89 | +## boot mode |
|
| 90 | + |
|
| 91 | +### Table 3-1. Default Configuration of Strapping Pins |
|
| 92 | + |
|
| 93 | +- from esp32 chip datasheet |
|
| 94 | + |
|
| 95 | +| Strapping Pin | note | Default Configuration Bit | Value | |
|
| 96 | +| ------------- | ------ | ------------------------- | ----- | |
|
| 97 | +| GPIO0 | | Pull-up | 1 | |
|
| 98 | +| GPIO2 | | Pull-down | 0 | |
|
| 99 | +| MTDI | GPIO12 | Pull-down | 0 | |
|
| 100 | +| MTDO | GPIO15 | Pull-up | 1 | |
|
| 101 | +| GPIO5 | | Pull-up | 1 | |
|
| 102 | + |
|
| 103 | +### Table 6: Chip Boot Mode Control |
|
| 104 | + |
|
| 105 | +- from esp32 wroom module datasheet |
|
| 106 | + |
|
| 107 | +| Boot Mode | GPIO0 | GPIO2 | |
|
| 108 | +| ------------------------ | ----- | --------- | |
|
| 109 | +| SPI Boot Mode | 1 | Any value | |
|
| 110 | +| Joint Download Boot Mode | 0 | 0 | |
|
| 111 | + |
|
| 112 | + |
|
| 113 | + |
|
| 87 | 114 | ## Modules |
| 88 | 115 | |
| 89 | 116 | - [[ESP-SDK-dat]] |
Chip-cn-dat/Espressif-dat/ESP32-dat/ESP32-modules-dat/ESP32-WROOM-DAT/ESP32-WROOM-DAT.md
| ... | ... | @@ -12,6 +12,7 @@ https://www.electrodragon.com/product/wroom-32/ |
| 12 | 12 |  |
| 13 | 13 | |
| 14 | 14 | ### 32E |
| 15 | + |
|
| 15 | 16 | The ESP32-WROOM-32E and ESP32-WROOM-32D are both modules based on the ESP32 system-on-a-chip (SoC) by Espressif Systems. They are very similar in terms of features and capabilities but have a few key differences. |
| 16 | 17 | |
| 17 | 18 | The main difference between the ESP32-WROOM-32E and ESP32-WROOM-32D lies in their RF (Radio Frequency) performance. |
| ... | ... | @@ -106,6 +107,9 @@ obseleted |
| 106 | 107 | |
| 107 | 108 | - [[NWI1245-dat]] - [[NWI1206-dat]] - [[NWI1100-dat]] |
| 108 | 109 | |
| 110 | + |
|
| 111 | + |
|
| 112 | + |
|
| 109 | 113 | ## ref |
| 110 | 114 | |
| 111 | 115 | - [[esp-dat]] |