cdc3f9f669253ddff6d53d72dcb521c3232d9946
Board-dat/NWI/NWI1126-DAT/NWI1126-DAT.md
| ... | ... | @@ -131,6 +131,8 @@ Case 2: Control WS2812 LED Strips |
| 131 | 131 | - video 1 |
| 132 | 132 | - https://twitter.com/electro_phoenix/status/1610204098019880961 |
| 133 | 133 | |
| 134 | + |
|
| 135 | + |
|
| 134 | 136 | ### Default test firmware |
| 135 | 137 | |
| 136 | 138 | Default firmware, right bottom LED blink, drive common 4ch RGBW LED strip to blink |
Chip-cn-dat/Espressif/ESP32-dat/ESP32-C3-dat/2024-08-05-18-16-35.png
| ... | ... | Binary files a/Chip-cn-dat/Espressif/ESP32-dat/ESP32-C3-dat/2024-08-05-18-16-35.png and /dev/null differ |
Chip-cn-dat/Espressif/ESP32-dat/ESP32-C3-dat/2024-08-05-18-18-01.png
| ... | ... | Binary files a/Chip-cn-dat/Espressif/ESP32-dat/ESP32-C3-dat/2024-08-05-18-18-01.png and /dev/null differ |
Chip-cn-dat/Espressif/ESP32-dat/ESP32-C3-dat/2024-08-17-15-37-36.png
| ... | ... | Binary files /dev/null and b/Chip-cn-dat/Espressif/ESP32-dat/ESP32-C3-dat/2024-08-17-15-37-36.png differ |
Chip-cn-dat/Espressif/ESP32-dat/ESP32-C3-dat/ESP32-C3-DAT.md
| ... | ... | @@ -121,27 +121,16 @@ If you have a serial USB-TTL bridge board or cable, you can read following debug |
| 121 | 121 |  |
| 122 | 122 | |
| 123 | 123 | |
| 124 | +## dev board |
|
| 124 | 125 | |
| 125 | -## USB |
|
| 126 | +- ESP32 C3 super mini |
|
| 127 | + |
|
| 128 | + |
|
| 126 | 129 | |
| 127 | - |
|
| 128 | 130 | |
| 129 | -- default as a comm port, and power supplied |
|
| 130 | - |
|
| 131 | - |
|
| 132 | - |
|
| 133 | -- Flash Using USB |
|
| 134 | -The USB on the ESP32-C3 uses the GPIO19 for D+ and GPIO18 for D-. The ESP32-C3 supports only USB CDC and JTAG. If you are flashing for the first time, you need to get the ESP32-C3 into the download mode manually. To do so, press and hold the BOOT button and then press the RESET button once. |
|
| 135 | - |
|
| 136 | -- [[USB-dat]] |
|
| 137 | - |
|
| 138 | -- USB console guide - https://docs.espressif.com/projects/esp-idf/en/stable/esp32c3/api-guides/usb-serial-jtag-console.html |
|
| 139 | - |
|
| 140 | - |
|
| 141 | -The ESP32-C3 supports only USB CDC and JTAG. |
|
| 142 | - |
|
| 143 | -If you are flashing for the first time, you need to get the ESP32-C3 into the download mode manually. To do so, press and hold the BOOT button and then press the RESET button once. After that release the BOOT button. |
|
| 131 | + |
|
| 144 | 132 | |
| 133 | +- [[ESP32-C3-USB-dat]] |
|
| 145 | 134 | |
| 146 | 135 | ## ref |
| 147 | 136 |
Chip-cn-dat/Espressif/ESP32-dat/ESP32-C3-dat/ESP32-C3-USB-dat/2024-08-05-18-16-35.png
| ... | ... | Binary files /dev/null and b/Chip-cn-dat/Espressif/ESP32-dat/ESP32-C3-dat/ESP32-C3-USB-dat/2024-08-05-18-16-35.png differ |
Chip-cn-dat/Espressif/ESP32-dat/ESP32-C3-dat/ESP32-C3-USB-dat/2024-08-05-18-18-01.png
| ... | ... | Binary files /dev/null and b/Chip-cn-dat/Espressif/ESP32-dat/ESP32-C3-dat/ESP32-C3-USB-dat/2024-08-05-18-18-01.png differ |
Chip-cn-dat/Espressif/ESP32-dat/ESP32-C3-dat/ESP32-C3-USB-dat/ESP32-C3-USB-dat.md
| ... | ... | @@ -0,0 +1,34 @@ |
| 1 | + |
|
| 2 | +# ESP32-C3-USB-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +https://stackoverflow.com/questions/77141547/serial-monitoring-esp32c3 |
|
| 6 | + |
|
| 7 | +After a long debugging session with an ESP32-C3 Supermini, I have the following additional suggestions / information: |
|
| 8 | + |
|
| 9 | +- Select this board in the IDE: ESP32C3 dev module |
|
| 10 | +- This should be enabled in the IDE: USB CDC On Boot: "Enabled", however, the JTAG adapter should remain disabled. |
|
| 11 | +- Serial.setTxTimeoutMs(0) may help if no serial monitor is active. See: https://github.com/espressif/arduino-esp32/pull/7583 . This can be used only if USB CDC On Boot is enabled. |
|
| 12 | +- Using Serial.flush may cause the application to hang. See: https://github.com/espressif/arduino-esp32/issues/9172 |
|
| 13 | + |
|
| 14 | + |
|
| 15 | + |
|
| 16 | +## USB |
|
| 17 | + |
|
| 18 | + |
|
| 19 | + |
|
| 20 | +- default as a comm port, and power supplied |
|
| 21 | + |
|
| 22 | + |
|
| 23 | + |
|
| 24 | +- Flash Using USB |
|
| 25 | +The USB on the ESP32-C3 uses the GPIO19 for D+ and GPIO18 for D-. The ESP32-C3 supports only USB CDC and JTAG. If you are flashing for the first time, you need to get the ESP32-C3 into the download mode manually. To do so, press and hold the BOOT button and then press the RESET button once. |
|
| 26 | + |
|
| 27 | +- [[USB-dat]] |
|
| 28 | + |
|
| 29 | +- USB console guide - https://docs.espressif.com/projects/esp-idf/en/stable/esp32c3/api-guides/usb-serial-jtag-console.html |
|
| 30 | + |
|
| 31 | + |
|
| 32 | +The ESP32-C3 supports only USB CDC and JTAG. |
|
| 33 | + |
|
| 34 | +If you are flashing for the first time, you need to get the ESP32-C3 into the download mode manually. To do so, press and hold the BOOT button and then press the RESET button once. After that release the BOOT button. |