From 37dc6044c3e646b5618922a5b9351cc432b572f7 Mon Sep 17 00:00:00 2001 From: Krzysztof Date: Wed, 9 Dec 2020 16:45:24 +0800 Subject: [PATCH 1/2] docs: Add link to layout of ESP-WROVER-KIT board in DXF format --- docs/en/hw-reference/esp32/get-started-wrover-kit.rst | 9 +++++---- docs/zh_CN/hw-reference/esp32/get-started-wrover-kit.rst | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/en/hw-reference/esp32/get-started-wrover-kit.rst b/docs/en/hw-reference/esp32/get-started-wrover-kit.rst index 93b6acfe96..c0cb54575a 100644 --- a/docs/en/hw-reference/esp32/get-started-wrover-kit.rst +++ b/docs/en/hw-reference/esp32/get-started-wrover-kit.rst @@ -30,9 +30,9 @@ Its another distinguishing feature is the embedded FTDI FT2232HL chip - an advan Most of the ESP32 I/O pins are broken out to the board's pin headers for easy access. - .. note:: +.. note:: - ESP32's GPIO16 and GPIO17 are used as chip select and clock signals for PSRAM. By default, the two GPIOs are not broken out to the board's pin headers in order to ensure reliable performance. + ESP32's GPIO16 and GPIO17 are used as chip select and clock signals for PSRAM. By default, the two GPIOs are not broken out to the board's pin headers in order to ensure reliable performance. Functionality Overview @@ -109,7 +109,7 @@ Power Switch Power On/Off Switch. Toggling toward the **Boot** button pow Power Selector Power supply selector interface. The board can be powered either via USB or via the 5V Input interface. Select the power source with a jumper. For more details, see Section `Setup Options`_, jumper header JP7. -5V Input The 5V power supply interface can be more convenient when the board is operating autonomously (not connected to a computer). +5V Input 5V power supply interface for a standard coaxial power connector, 5.5 x 2.1 mm, center positive. This interface can be more convenient when the board is operating autonomously (not connected to a computer). 5V Power On LED This red LED turns on when power is supplied to the board, either from **USB** or **5V Input**. @@ -365,7 +365,8 @@ Related Documents ----------------- * `ESP-WROVER-KIT V4.1 schematic`_ (PDF) -* `ESP32 Datasheet `_ (PDF) +* `ESP-WROVER-KIT V4.1 layout `_ (DXF) may be opened online with `Autodesk Viewer `_ +* `ESP32 Datasheet `_ (PDF) * `ESP32-WROVER-B Datasheet `_ (PDF) * :doc:`../../api-guides/jtag-debugging/index` * :doc:`../../hw-reference/index` diff --git a/docs/zh_CN/hw-reference/esp32/get-started-wrover-kit.rst b/docs/zh_CN/hw-reference/esp32/get-started-wrover-kit.rst index 0171b676f7..cc62dd05c7 100644 --- a/docs/zh_CN/hw-reference/esp32/get-started-wrover-kit.rst +++ b/docs/zh_CN/hw-reference/esp32/get-started-wrover-kit.rst @@ -427,6 +427,7 @@ USB 供电 使能 UART 通信 ----------------- * `ESP-WROVER-KIT V4.1 原理图`_ (PDF) +* `ESP-WROVER-KIT V4.1 布局 `_ (DXF) * `《ESP32 技术规格书》 `_ (PDF) * `《ESP32-WROVER-B 技术规格书》 `_ (PDF) * :doc:`../../api-guides/jtag-debugging/index` From 75c15293cc5be834aefa2594a536ddea8d405718 Mon Sep 17 00:00:00 2001 From: daiziyan Date: Thu, 17 Dec 2020 11:35:09 +0800 Subject: [PATCH 2/2] update CN translation --- docs/zh_CN/hw-reference/esp32/get-started-wrover-kit.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh_CN/hw-reference/esp32/get-started-wrover-kit.rst b/docs/zh_CN/hw-reference/esp32/get-started-wrover-kit.rst index cc62dd05c7..deb5dd54c1 100644 --- a/docs/zh_CN/hw-reference/esp32/get-started-wrover-kit.rst +++ b/docs/zh_CN/hw-reference/esp32/get-started-wrover-kit.rst @@ -109,7 +109,7 @@ ESP-WROVER-KIT 开发板的主要组件、接口及控制方式见下。 * - 电源选择开关 - ESP-WROVER-KIT 开发板可通过 USB 端口或 5V 输入接口供电。用户可使用跳线帽在两种供电模式中进行选择。更多详细信息,请见章节 `设置选项`_ 中有关 JP7 连接器的描述。 * - 5V Input - - 5V 电源接口。建议仅在开发板自动运行(未连接 PC)时使用。仅用于全负荷工作下的后备电源。 + - 5V 电源接口。为标准同轴电源接口,5.5 x 2.1 mm,中心正极。建议仅在开发板自动运行(未连接 PC)时使用。 * - 5V Power On LED - 当开发板通电后(USB 或外部 5V 供电),该红色指示灯将亮起。 * - LDO @@ -428,7 +428,7 @@ USB 供电 使能 UART 通信 * `ESP-WROVER-KIT V4.1 原理图`_ (PDF) * `ESP-WROVER-KIT V4.1 布局 `_ (DXF) -* `《ESP32 技术规格书》 `_ (PDF) +* `《ESP32 技术规格书》 `_ (PDF) * `《ESP32-WROVER-B 技术规格书》 `_ (PDF) * :doc:`../../api-guides/jtag-debugging/index` * :doc:`../../hw-reference/index`