3005b5b1d139db6ab8b24ddc46be994405307d65
Chip-cn-dat/Espressif-dat/ESP32-dat/ESP32-chip-dat/ESP32-chip-dat.md
| ... | ... | @@ -40,3 +40,11 @@ Most ESP32 chips are dual-core. Here’s a summary: |
| 40 | 40 | - ESP32-C6 |
| 41 | 41 | - ESP32-C5 |
| 42 | 42 | - ESP32-H2 |
| 43 | + |
|
| 44 | + |
|
| 45 | +## chip versions |
|
| 46 | + |
|
| 47 | +- ESP32-D0WD-V3 |
|
| 48 | +- ESP32-D0WD (revision v1.0) |
|
| 49 | + |
|
| 50 | +- [[esptool-dat]] |
|
| ... | ... | \ No newline at end of file |
Chip-cn-dat/Espressif-dat/ESP32-dat/ESP32-modules-dat/ESP32-WROOM-32E-dat/2025-10-23-14-09-28.png
| ... | ... | Binary files /dev/null and b/Chip-cn-dat/Espressif-dat/ESP32-dat/ESP32-modules-dat/ESP32-WROOM-32E-dat/2025-10-23-14-09-28.png differ |
Chip-cn-dat/Espressif-dat/ESP32-dat/ESP32-modules-dat/ESP32-WROOM-32E-dat/ESP32-WROOM-32E-dat.md
| ... | ... | @@ -5,6 +5,9 @@ |
| 5 | 5 | |
| 6 | 6 | - [[esp32-wroom-32e_esp32-wroom-32ue_datasheet_en_v1.7.pdf]] |
| 7 | 7 | |
| 8 | + |
|
| 9 | + |
|
| 10 | + |
|
| 8 | 11 | |
| 9 | 12 | ## pin definitions |
| 10 | 13 |
Chip-cn-dat/Espressif-dat/ESP32-dat/ESP32-modules-dat/ESP32-module-clone-dat/2025-10-23-14-02-44.png
| ... | ... | Binary files /dev/null and b/Chip-cn-dat/Espressif-dat/ESP32-dat/ESP32-modules-dat/ESP32-module-clone-dat/2025-10-23-14-02-44.png differ |
Chip-cn-dat/Espressif-dat/ESP32-dat/ESP32-modules-dat/ESP32-module-clone-dat/ESP32-module-clone-dat.md
| ... | ... | @@ -0,0 +1,35 @@ |
| 1 | + |
|
| 2 | +# ESP32-module-clone-dat |
|
| 3 | + |
|
| 4 | +- XXSR69 |
|
| 5 | + |
|
| 6 | + |
|
| 7 | + |
|
| 8 | +- middle == ESP32-D0WD-V3 (revision v3.1) |
|
| 9 | + |
|
| 10 | +- right == ESP32-D0WD-V3 (revision v3.1) |
|
| 11 | + |
|
| 12 | +``` |
|
| 13 | +Connected to ESP32 on COM31: |
|
| 14 | +Chip type: ESP32-D0WD-V3 (revision v3.1) |
|
| 15 | +Features: Wi-Fi, BT, Dual Core + LP Core, 240MHz, Vref calibration in eFuse, Coding Scheme None |
|
| 16 | +Crystal frequency: 40MHz |
|
| 17 | +MAC: 20:e7:c8:9f:30:3c |
|
| 18 | + |
|
| 19 | +Stub flasher running. |
|
| 20 | + |
|
| 21 | +Warning: ESP32 has no chip ID. Reading MAC address instead. |
|
| 22 | +MAC: 20:e7:c8:9f:30:3c |
|
| 23 | + |
|
| 24 | +Hard resetting via RTS pin... |
|
| 25 | +``` |
|
| 26 | + |
|
| 27 | +- left == unreadable == |
|
| 28 | +``` |
|
| 29 | +Connected to ESP32 on COM31: |
|
| 30 | + |
|
| 31 | +A fatal error occurred: Invalid head of packet (0x65): Possible serial noise or corruption. |
|
| 32 | +``` |
|
| 33 | +- [[esptool-dat]] |
|
| 34 | + |
|
| 35 | +- [[ESP32-chip-dat]] |
|
| ... | ... | \ No newline at end of file |
Chip-cn-dat/Espressif-dat/ESP32-dat/ESP32-modules-dat/ESP32-module-clone-dat/image.png
| ... | ... | Binary files /dev/null and b/Chip-cn-dat/Espressif-dat/ESP32-dat/ESP32-modules-dat/ESP32-module-clone-dat/image.png differ |
Chip-cn-dat/Espressif-dat/ESP32-dat/ESP32-modules-dat/ESP32-modules-dat.md
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | |
| 5 | 5 | ## modules |
| 6 | 6 | |
| 7 | -- [[ESP32-WROOM-dat]] - [[ESP32-WROVER-dat]] |
|
| 7 | +- [[ESP32-WROOM-dat]] - [[ESP32-WROVER-dat]] - [[ESP32-module-clone-dat]] |
|
| 8 | 8 | |
| 9 | 9 | Models selector 选型工具 |
| 10 | 10 | - https://products.espressif.com/#/product-selector?language=zh&names= |
SDK-dat/ESP-SDK-dat/esptool-dat/esptool-dat.md
| ... | ... | @@ -36,8 +36,21 @@ or python2 == pip install esptool |
| 36 | 36 | |
| 37 | 37 | ## basic usage |
| 38 | 38 | |
| 39 | +### chip id |
|
| 39 | 40 | |
| 40 | -## flash |
|
| 41 | + esptool.py --chip esp32 chip_id |
|
| 42 | + esptool --port COM31 --chip esp32 chip_id |
|
| 43 | + |
|
| 44 | + |
|
| 45 | +``` |
|
| 46 | +Connected to ESP32 on COM31: |
|
| 47 | +Chip type: ESP32-D0WD-V3 (revision v3.1) |
|
| 48 | +Features: Wi-Fi, BT, Dual Core + LP Core, 240MHz, Vref calibration in eFuse, Coding Scheme None |
|
| 49 | +Crystal frequency: 40MHz |
|
| 50 | +MAC: ec:e3:34:0a:71:20 |
|
| 51 | +``` |
|
| 52 | + |
|
| 53 | +### flash |
|
| 41 | 54 | |
| 42 | 55 | sudo esptool.py --port /dev/ttyUSB0 erase_flash |
| 43 | 56 | sudo esptool.py --port /dev/ttyUSB0 --baud 460800 write-flash --flash-size=detect 0 ~/Downloads/esp8266 |