You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESP8266: Consistent with the schematic of v0.1.4 . ESP32/ESP32C3: Consistent with the schematic of v0.2.1 . ESP32S3: Consistent with the schematic of v0.3.0 .
ESP8266
SWD
SWCLK
GPIO14
SWDIO
GPIO13
TVCC
3V3
GND
GND
JTAG
TCK
GPIO14
TMS
GPIO13
TDI
GPIO4
TDO
GPIO16
nTRST (optional)
GPIO0*
nRESET
GPIO5
TVCC
3V3
GND
GND
Other
LED_WIFI_STATUS
GPIO15
Tx
GPIO2
Rx
GPIO3 (U0RXD)
Rx and Tx is used for uart bridge, not enabled by default.
ESP32
SWD
SWCLK
GPIO14
SWDIO
GPIO13
TVCC
3V3
GND
GND
JTAG
TCK
GPIO14
TMS
GPIO13
TDI
GPIO18
TDO
GPIO19
nTRST (optional)
GPIO25
nRESET
GPIO26
TVCC
3V3
GND
GND
Other
LED_WIFI_STATUS
GPIO27
Tx
GPIO23
Rx
GPIO22
Rx and Tx is used for uart bridge, not enabled by default.
ESP32C3
SWD
SWCLK
GPIO6
SWDIO
GPIO7
TVCC
3V3
GND
GND
JTAG
TCK
GPIO6
TMS
GPIO7
TDI
GPIO9
TDO
GPIO8
nTRST (optional)
GPIO4
nRESET
GPIO5
TVCC
3V3
GND
GND
Other
LED_WIFI_STATUS
GPIO10
Tx
GPIO19
Rx
GPIO18
Rx and Tx is used for uart bridge, not enabled by default.
Compared with the previous version, physical connection of GPIO12 to GPIO13 is not required and the circuits that were already connected are not affected.
SWD
SWCLK
GPIO14
SWDIO
GPIO13
LED_CONNECTED
GPIO2
LED_RUNNING
GPIO15
TVCC
3V3
GND
GND
JTAG
TCK
GPIO14
TMS
GPIO13
TDI
GPIO4
TDO
GPIO16
nTRST (optional)
GPIO0*
nRESET
GPIO5
LED_CONNECTED
GPIO2
LED_RUNNING
GPIO15
TVCC
3V3
GND
GND
Changelog
This is the list of changes since release v0.1.2:
Debugger
Improve DAP performance.
Support 3-wire SPI mode. Compared with the previous version, physical connection of GPIO12 to GPIO13 is not required and the circuits that were already connected are not affected.
Fix the issue between SWD and JTAG switching.
Wireless
Improve TCP performance.
Add static IP feature.
Experimental support for USB 3.0 (disabled by default) .
SDK
Update to V3.3. All future releases will include the SDK submodule since this version.
CI
Add full firmware output.
Fix the issue that the firmware cannot be released.