diff --git a/docs/_static/esp32-pico-kit-v4-pinout.png b/docs/_static/esp32-pico-kit-v4-pinout.png new file mode 100644 index 0000000000..810c08ea9e Binary files /dev/null and b/docs/_static/esp32-pico-kit-v4-pinout.png differ diff --git a/docs/en/hw-reference/esp32/get-started-pico-kit.rst b/docs/en/hw-reference/esp32/get-started-pico-kit.rst index a98531ebde..1f044e8b96 100644 --- a/docs/en/hw-reference/esp32/get-started-pico-kit.rst +++ b/docs/en/hw-reference/esp32/get-started-pico-kit.rst @@ -188,6 +188,14 @@ No. Name Type Function 3. This pin is connected to the pin of the USB bridge chip on the board. 4. The operating voltage of ESP32-PICO-KIT’s embedded SPI flash is 3.3 V. Therefore, the strapping pin MTDI should hold bit zero during the module power-on reset. If connected, please make sure that this pin is not held up on reset. +Pin Layout +^^^^^^^^^^^ +.. figure:: ../../../_static/esp32-pico-kit-v4-pinout.png + :align: center + :scale: 43% + :alt: ESP32-PICO-KIT (click to enlarge) + + ESP32-PICO-KIT Pin Layout (click to enlarge) Start Application Development ----------------------------- diff --git a/docs/zh_CN/hw-reference/esp32/get-started-pico-kit.rst b/docs/zh_CN/hw-reference/esp32/get-started-pico-kit.rst index aa1b53ffd8..36cae993c1 100644 --- a/docs/zh_CN/hw-reference/esp32/get-started-pico-kit.rst +++ b/docs/zh_CN/hw-reference/esp32/get-started-pico-kit.rst @@ -188,6 +188,14 @@ No. Name Type Function 3. 该管脚已连接至开发板的 USB 桥接器芯片。 4. ESP32-PICO-KIT 内置 SPI flash 的工作电压为 3.3 V。因此,strapping 管脚 MTDI 在模组上电复位过程中应保持低电平。如连接该管脚,请确保该管脚在复位中不要保持高电平。 +管脚布局 +^^^^^^^^^^^ +.. figure:: ../../../_static/esp32-pico-kit-v4-pinout.png + :align: center + :scale: 43% + :alt: ESP32-PICO-KIT 管脚布局(点击放大) + + ESP32-PICO-KIT 管脚布局(点击放大) 应用程序开发 ------------