docs: sync up hw reference line count

This commit is contained in:
intern 2022-01-07 16:11:01 +08:00
parent af221101db
commit eca400028d
36 changed files with 552 additions and 469 deletions

View File

@ -276,6 +276,7 @@ The comparison below covers key features of chips supported by ESP-IDF. For the
- QFN32 5*5 - QFN32 5*5
- QFN56 7*7 - QFN56 7*7
- **Note** 1: Reduced chip area compared with ESP32 - **Note** 1: Reduced chip area compared with ESP32
- **Note** 2: Reduced chip area compared with ESP32 and ESP32-S2 - **Note** 2: Reduced chip area compared with ESP32 and ESP32-S2
- **Note** 3: Die size: ESP32-C3 < ESP32-S2 < ESP32-S3 < ESP32 - **Note** 3: Die size: ESP32-C3 < ESP32-S2 < ESP32-S3 < ESP32
@ -283,6 +284,8 @@ The comparison below covers key features of chips supported by ESP-IDF. For the
Related Documents Related Documents
================= =================

View File

@ -9,7 +9,7 @@ This guide shows how to start using the ESP32-DevKitC V2 development board.
What You Need What You Need
------------- -------------
* ESP32-DevKitC V2 board * :ref:`ESP32-DevKitC V2 board <get-started-esp32-devkitc-v2-board-front-make>`
* USB A / micro USB B cable * USB A / micro USB B cable
* Computer running Windows, Linux, or macOS * Computer running Windows, Linux, or macOS
@ -37,19 +37,22 @@ The following figure and the table below describe the key components, interfaces
ESP32-DevKitC V2 board layout ESP32-DevKitC V2 board layout
+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. list-table::
| Key Component | Description | :widths: 25 75
+=====================+=========================================================================================================================================================================================+ :header-rows: 1
| ESP32-WROOM-32 | Standard module with ESP32 at its core. For more information, see `ESP32-WROOM-32 Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf>`_ |
+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ * - Key Component
| EN | Reset button. | - Description
+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ * - ESP32-WROOM-32
| Boot | Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port. | - Standard module with ESP32 at its core. For more information, see `ESP32-WROOM-32 Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf>`_
+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ * - EN
| Micro USB Port | USB interface. Power supply for the board as well as the communication interface between a computer and ESP32-WROOM-32. | - Reset button.
+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ * - Boot
| I/O | Most of the pins on the ESP module are broken out to the pin headers on the board. You can program ESP32 to enable multiple functions such as PWM, ADC, DAC, I2C, I2S, SPI, etc. | - Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port.
+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ * - Micro USB Port
- USB interface. Power supply for the board as well as the communication interface between a computer and ESP32-WROOM-32.
* - I/O
- Most of the pins on the ESP module are broken out to the pin headers on the board. You can program ESP32 to enable multiple functions such as PWM, ADC, DAC, I2C, I2S, SPI, etc.
Power Supply Options Power Supply Options

View File

@ -21,7 +21,7 @@ Overview
ESP32-Ethernet-Kit is an ESP32-based development board produced by `Espressif <https://espressif.com>`_. ESP32-Ethernet-Kit is an ESP32-based development board produced by `Espressif <https://espressif.com>`_.
It consists of two development boards, the Ethernet board A and the PoE board B, The :ref:`Ethernet board (A) <get-started-esp32-ethernet-kit-a-v1.0-layout>` contains Bluetooth / Wi-Fi dual-mode ESP32-WROVER-B module and IP101GRI, a Single Port 10/100 Fast Ethernet Transceiver (PHY). The :ref:`PoE board (B) <get-started-esp32-ethernet-kit-b-v1.0-layout>` provides power over Ethernet functionality. The A board can work independently, without the board B installed. It consists of two development boards, the Ethernet board A and the PoE board B. The :ref:`Ethernet board (A) <get-started-esp32-ethernet-kit-a-v1.0-layout>` contains Bluetooth / Wi-Fi dual-mode ESP32-WROVER-B module and IP101GRI, a Single Port 10/100 Fast Ethernet Transceiver (PHY). The :ref:`PoE board (B) <get-started-esp32-ethernet-kit-b-v1.0-layout>` provides power over Ethernet functionality. The A board can work independently, without the board B installed.
.. _get-started-esp32-ethernet-kit-b-v1.0: .. _get-started-esp32-ethernet-kit-b-v1.0:
@ -159,7 +159,7 @@ This section describes options to configure the ESP32-Ethernet-Kit hardware.
Function Switch Function Switch
^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^
The functions for specific GPIO pins can be selected with the Function Switch. The functions for specific GPIO pins can be selected with the **Function Switch**.
======= ================ ================================================================ ======= ================ ================================================================
DIP SW GPIO Pin Pin Functionality if DIP SW is ON DIP SW GPIO Pin Pin Functionality if DIP SW is ON
@ -348,6 +348,8 @@ Now to Development
Proceed to :doc:`../../get-started/index`, where Section :ref:`get-started-step-by-step` will quickly help you set up the development environment and then flash an example project onto your board. Proceed to :doc:`../../get-started/index`, where Section :ref:`get-started-step-by-step` will quickly help you set up the development environment and then flash an example project onto your board.
To use the older GNU Make compilation system, please refer to :ref:`get-started-step-by-step` section.
Move on to the next section only if you have successfully completed all the above steps. Move on to the next section only if you have successfully completed all the above steps.
@ -371,3 +373,5 @@ For other design documentation for the board, please contact us at sales@espress
.. _ESP32-Ethernet-Kit V1.0 Ethernet board (A) schematic: https://dl.espressif.com/dl/schematics/SCH_ESP32-ETHERNET-KIT_A_V1.0_20190517.pdf .. _ESP32-Ethernet-Kit V1.0 Ethernet board (A) schematic: https://dl.espressif.com/dl/schematics/SCH_ESP32-ETHERNET-KIT_A_V1.0_20190517.pdf
.. _ESP32-Ethernet-Kit V1.0 PoE board (B) schematic: https://dl.espressif.com/dl/schematics/SCH_ESP32-ETHERNET-KIT_B_V1.0_20190517.pdf .. _ESP32-Ethernet-Kit V1.0 PoE board (B) schematic: https://dl.espressif.com/dl/schematics/SCH_ESP32-ETHERNET-KIT_B_V1.0_20190517.pdf
.. _IP101GRI: http://www.bdtic.com/DataSheet/ICplus/IP101G_DS_R01_20121224.pdf
.. _MII: https://en.wikipedia.org/wiki/Media-independent_interface

View File

@ -7,6 +7,7 @@ This guide shows how to get started with the ESP32-Ethernet-Kit development boar
The :ref:`ESP32-Ethernet-Kit <get-started-esp32-ethernet-kit-v1.1>` is an Ethernet-to-Wi-Fi development board that enables Ethernet devices to be interconnected over Wi-Fi. At the same time, to provide more flexible power supply options, the ESP32-Ethernet-Kit also supports power over Ethernet (PoE). The :ref:`ESP32-Ethernet-Kit <get-started-esp32-ethernet-kit-v1.1>` is an Ethernet-to-Wi-Fi development board that enables Ethernet devices to be interconnected over Wi-Fi. At the same time, to provide more flexible power supply options, the ESP32-Ethernet-Kit also supports power over Ethernet (PoE).
What You Need What You Need
------------- -------------
@ -16,6 +17,7 @@ What You Need
You can skip the introduction sections and go directly to Section `Start Application Development`_. You can skip the introduction sections and go directly to Section `Start Application Development`_.
Overview Overview
-------- --------
@ -54,9 +56,9 @@ Functional Description
The following figures and tables describe the key components, interfaces, and controls of the ESP32-Ethernet-Kit. The following figures and tables describe the key components, interfaces, and controls of the ESP32-Ethernet-Kit.
.. _get-started-esp32-ethernet-kit-a-v1.1-layout: .. _get-started-esp32-ethernet-kit-a-v1.1-layout:
Ethernet Board (A) Ethernet Board (A)
^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^
@ -70,46 +72,49 @@ Ethernet Board (A)
The table below provides description starting from the picture's top right corner and going clockwise. The table below provides description starting from the picture's top right corner and going clockwise.
================== =========================================================================== .. list-table:: Table 1 Component Description
Key Component Description :widths: 40 150
================== =========================================================================== :header-rows: 1
ESP32-WROVER-B This ESP32 module features 64-Mbit PSRAM for flexible extended storage and data processing capabilities.
GPIO Header 2 Five unpopulated through-hole solder pads to provide access to selected GPIOs of ESP32. For details, see `GPIO Header 2`_. * - Key Component
- Description
* - ESP32-WROVER-B
- This ESP32 module features 64-Mbit PSRAM for flexible extended storage and data processing capabilities.
* - GPIO Header 2
- Five unpopulated through-hole solder pads to provide access to selected GPIOs of ESP32. For details, see `GPIO Header 2`_.
* - Function Switch
- A 4-bit DIP switch used to configure the functionality of selected GPIOs of ESP32. Please note that placement of GPIO pin number marking on the board's silkscreen besides the DIP switch is incorrect. For details and correct pin allocation see `Function Switch`_.
* - Tx/Rx LEDs
- Two LEDs to show the status of UART transmission.
* - FT2232H
- The FT2232H chip serves as a multi-protocol USB-to-serial bridge which can be programmed and controlled via USB to provide communication with ESP32. FT2232H also features USB-to-JTAG interface which is available on channel A of the chip, while USB-to-serial is on channel B. The FT2232H chip enhances user-friendliness in terms of application development and debugging. See `ESP32-Ethernet-Kit V1.1 Ethernet board (A) schematic`_.
* - USB Port
- USB interface. Power supply for the board as well as the communication interface between a computer and the board.
* - Power Switch
- Power On/Off Switch. Toggling the switch to **5V0** position powers the board on, toggling to **GND** position powers the board off.
* - 5V Input
- The 5 V power supply 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 5 V Input.
* - DC/DC Converter
- Provided DC 5 V to 3.3 V conversion, output current up to 2 A.
* - Board B Connectors
- A pair male and female header pins for mounting the `PoE board (B)`_.
* - IP101GRI (PHY)
- The physical layer (PHY) connection to the Ethernet cable is implemented using the `IP101GRI <http://www.bdtic.com/DataSheet/ICplus/IP101G_DS_R01_20121224.pdf>`_ chip. The connection between PHY and ESP32 is done through the reduced media-independent interface (RMII), a variant of the media-independent interface `(MII) <https://en.wikipedia.org/wiki/Media-independent_interface>`_ standard. The PHY supports the IEEE 802.3 / 802.3u standard of 10/100 Mbps.
* - RJ45 Port
- Ethernet network data transmission port.
* - Magnetics Module
- The Magnetics are part of the Ethernet specification to protect against faults and transients, including rejection of common mode signals between the transceiver IC and the cable. The magnetics also provide galvanic isolation between the transceiver and the Ethernet device.
* - Link/Activity LEDs
- Two LEDs (green and red) that respectively indicate the "Link" and "Activity" statuses of the PHY.
* - BOOT Button
- Download button. Holding down **BOOT** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port.
* - EN Button
- Reset button.
* - GPIO Header 1
- This header provides six unpopulated through-hole solder pads connected to spare GPIOs of ESP32. For details, see `GPIO Header 1`_.
Function Switch A 4-bit DIP switch used to configure the functionality of selected GPIOs of ESP32. Please note that placement of GPIO pin number marking on the board's silkscreen besides the DIP switch is incorrect. For details and correct pin allocation see `Function Switch`_.
Tx/Rx LEDs Two LEDs to show the status of UART transmission.
FT2232H The FT2232H chip serves as a multi-protocol USB-to-serial bridge which can be programmed and controlled via USB to provide communication with ESP32. FT2232H also features USB-to-JTAG interface which is available on channel A of the chip, while USB-to-serial is on channel B. The FT2232H chip enhances user-friendliness in terms of application development and debugging. See `ESP32-Ethernet-Kit V1.1 Ethernet board (A) schematic`_.
USB Port USB interface. Power supply for the board as well as the communication interface between a computer and the board.
Power Switch Power On/Off Switch. Toggling the switch to **5V0** position powers the board on, toggling to **GND** position powers the board off.
5V Input The 5V power supply 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.
DC/DC Converter Provided DC 5 V to 3.3 V conversion, output current up to 2A.
Board B Connectors A pair male and female header pins for mounting the `PoE board (B)`_.
IP101GRI (PHY) The physical layer (PHY) connection to the Ethernet cable is implemented using the `IP101GRI <http://www.bdtic.com/DataSheet/ICplus/IP101G_DS_R01_20121224.pdf>`_ chip. The connection between PHY and ESP32 is done through the reduced media-independent interface (RMII), a variant of the media-independent interface `(MII) <https://en.wikipedia.org/wiki/Media-independent_interface>`_ standard. The PHY supports the IEEE 802.3 / 802.3u standard of 10/100Mbps.
RJ45 Port Ethernet network data transmission port.
Magnetics Module The Magnetics are part of the Ethernet specification to protect against faults and transients, including rejection of common mode signals between the transceiver IC and the cable. The magnetics also provide galvanic isolation between the transceiver and the Ethernet device.
Link/Activity LEDs Two LEDs (green and red) that respectively indicate the "Link" and "Activity" statuses of the PHY.
BOOT Button Download button. Holding down **BOOT** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port.
EN Button Reset button.
GPIO Header 1 This header provides six unpopulated through-hole solder pads connected to spare GPIOs of ESP32. For details, see `GPIO Header 1`_.
================== ===========================================================================
PoE Board (B) PoE Board (B)
^^^^^^^^^^^^^ ^^^^^^^^^^^^^
@ -144,6 +149,7 @@ To take advantage of the PoE functionality the **RJ45 Port** of the Ethernet boa
.. _get-started-esp32-ethernet-kit-v1.1-setup-options: .. _get-started-esp32-ethernet-kit-v1.1-setup-options:
Setup Options Setup Options
------------- -------------
@ -178,6 +184,7 @@ The ethernet MAC and PHY under RMII working mode need a common 50 MHz reference
For additional information on the RMII clock selection, please refer to `ESP32-Ethernet-Kit V1.1 Ethernet board (A) schematic`_, sheet 2, location D2. For additional information on the RMII clock selection, please refer to `ESP32-Ethernet-Kit V1.1 Ethernet board (A) schematic`_, sheet 2, location D2.
RMII Clock Sourced Externally by PHY RMII Clock Sourced Externally by PHY
"""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""
@ -193,12 +200,12 @@ By default, the ESP32-Ethernet-Kit is configured to provide RMII clock for the I
Please note that the PHY is reset on power up by pulling the RESET_N signal down with a resistor. ESP32 should assert RESET_N high with GPIO5 to enable PHY. Only this can ensure the power-up of system. Otherwise ESP32 may enter download mode (when the clock signal of REF_CLK_50M is at a high logic level during the GPIO0 power-up sampling phase). Please note that the PHY is reset on power up by pulling the RESET_N signal down with a resistor. ESP32 should assert RESET_N high with GPIO5 to enable PHY. Only this can ensure the power-up of system. Otherwise ESP32 may enter download mode (when the clock signal of REF_CLK_50M is at a high logic level during the GPIO0 power-up sampling phase).
RMII Clock Sourced Internally from ESP32's APLL RMII Clock Sourced Internally from ESP32's APLL
""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""
Another option is to source the RMII Clock from internal ESP32 APLL, see figure below. The clock signal coming from GPIO0 is first inverted, to account for transmission line delay, and then supplied to the PHY. Another option is to source the RMII Clock from internal ESP32 APLL, see figure below. The clock signal coming from GPIO0 is first inverted, to account for transmission line delay, and then supplied to the PHY.
.. figure:: ../../../_static/esp32-ethernet-kit-rmii-clk-to-phy.png .. figure:: ../../../_static/esp32-ethernet-kit-rmii-clk-to-phy.png
:align: center :align: center
:scale: 80% :scale: 80%
@ -338,6 +345,7 @@ Start Application Development
Before powering up your ESP32-Ethernet-Kit, please make sure that the board is in good condition with no obvious signs of damage. Before powering up your ESP32-Ethernet-Kit, please make sure that the board is in good condition with no obvious signs of damage.
Initial Setup Initial Setup
^^^^^^^^^^^^^ ^^^^^^^^^^^^^
@ -399,4 +407,4 @@ For other design documentation for the board, please contact us at sales@espress
.. toctree:: .. toctree::
:hidden: :hidden:
get-started-ethernet-kit-v1.0.rst get-started-ethernet-kit-v1.0.rst

View File

@ -26,6 +26,7 @@ What You Need
You can skip the introduction sections and go directly to Section `Start Application Development`_. You can skip the introduction sections and go directly to Section `Start Application Development`_.
Overview Overview
-------- --------
@ -65,9 +66,9 @@ Functional Description
The following figures and tables describe the key components, interfaces, and controls of the ESP32-Ethernet-Kit. The following figures and tables describe the key components, interfaces, and controls of the ESP32-Ethernet-Kit.
.. _get-started-esp32-ethernet-kit-a-v1.2-layout: .. _get-started-esp32-ethernet-kit-a-v1.2-layout:
Ethernet Board (A) Ethernet Board (A)
^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^
@ -81,47 +82,48 @@ Ethernet Board (A)
The table below provides description starting from the picture's top right corner and going clockwise. The table below provides description starting from the picture's top right corner and going clockwise.
================== =========================================================================== .. list-table:: Table 1 Component Description
Key Component Description :widths: 40 150
================== =========================================================================== :header-rows: 1
ESP32-WROVER-E This ESP32 module features 64-Mbit PSRAM for flexible extended storage and data processing capabilities.
GPIO Header 2 Five unpopulated through-hole solder pads to provide access to selected GPIOs of ESP32. For details, see `GPIO Header 2`_. * - Key Component
- Description
Function Switch A 4-bit DIP switch used to configure the functionality of selected GPIOs of ESP32. For details see `Function Switch`_. * - ESP32-WROVER-E
- This ESP32 module features 64-Mbit PSRAM for flexible extended storage and data processing capabilities.
* - GPIO Header 2
Tx/Rx LEDs Two LEDs to show the status of UART transmission. - Five unpopulated through-hole solder pads to provide access to selected GPIOs of ESP32. For details, see `GPIO Header 2`_.
* - Function Switch
FT2232H The FT2232H chip serves as a multi-protocol USB-to-serial bridge which can be programmed and controlled via USB to provide communication with ESP32. FT2232H also features USB-to-JTAG interface which is available on channel A of the chip, while USB-to-serial is on channel B. The FT2232H chip enhances user-friendliness in terms of application development and debugging. See `ESP32-Ethernet-Kit V1.2 Ethernet board (A) schematic`_. - A 4-bit DIP switch used to configure the functionality of selected GPIOs of ESP32. For details see `Function Switch`_.
* - Tx/Rx LEDs
USB Port USB interface. Power supply for the board as well as the communication interface between a computer and the board. - Two LEDs to show the status of UART transmission.
* - FT2232H
Power Switch Power On/Off Switch. Toggling the switch to **5V0** position powers the board on, toggling to **GND** position powers the board off. - The FT2232H chip serves as a multi-protocol USB-to-serial bridge which can be programmed and controlled via USB to provide communication with ESP32. FT2232H also features USB-to-JTAG interface which is available on channel A of the chip, while USB-to-serial is on channel B. The FT2232H chip enhances user-friendliness in terms of application development and debugging. See `ESP32-Ethernet-Kit V1.2 Ethernet board (A) schematic`_.
* - USB Port
5V Input The 5V power supply interface can be more convenient when the board is operating autonomously (not connected to a computer). - USB interface. Power supply for the board as well as the communication interface between a computer and the board.
* - Power Switch
5V Power On LED This red LED turns on when power is supplied to the board, either from USB or 5V Input. - Power On/Off Switch. Toggling the switch to **5V0** position powers the board on, toggling to **GND** position powers the board off.
* - 5V Input
DC/DC Converter Provided DC 5 V to 3.3 V conversion, output current up to 2 A. - The 5 V power supply interface can be more convenient when the board is operating autonomously (not connected to a computer).
* - 5V Power On LED
Board B Connectors A pair male and female header pins for mounting the `PoE board (B)`_. - This red LED turns on when power is supplied to the board, either from USB or 5 V Input.
* - DC/DC Converter
IP101GRI (PHY) The physical layer (PHY) connection to the Ethernet cable is implemented using the `IP101GRI <http://www.bdtic.com/DataSheet/ICplus/IP101G_DS_R01_20121224.pdf>`_ chip. The connection between PHY and ESP32 is done through the reduced media-independent interface (RMII), a variant of the media-independent interface `(MII) <https://en.wikipedia.org/wiki/Media-independent_interface>`_ standard. The PHY supports the IEEE 802.3/802.3u standard of 10/100 Mbps. - Provided DC 5 V to 3.3 V conversion, output current up to 2 A.
* - Board B Connectors
RJ45 Port Ethernet network data transmission port. - A pair male and female header pins for mounting the `PoE board (B)`_
* - IP101GRI (PHY)
Magnetics Module The Magnetics are part of the Ethernet specification to protect against faults and transients, including rejection of common mode signals between the transceiver IC and the cable. The magnetics also provide galvanic isolation between the transceiver and the Ethernet device. - The physical layer (PHY) connection to the Ethernet cable is implemented using the `IP101GRI <http://www.bdtic.com/DataSheet/ICplus/IP101G_DS_R01_20121224.pdf>`_ chip. The connection between PHY and ESP32 is done through the reduced media-independent interface (RMII), a variant of the media-independent interface `(MII) <https://en.wikipedia.org/wiki/Media-independent_interface>`_ standard. The PHY supports the IEEE 802.3/802.3u standard of 10/100 Mbps.
* - RJ45 Port
Link/Activity LEDs Two LEDs (green and red) that respectively indicate the "Link" and "Activity" statuses of the PHY. - Ethernet network data transmission port.
* - Magnetics Module
BOOT Button Download button. Holding down **BOOT** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port. - The Magnetics are part of the Ethernet specification to protect against faults and transients, including rejection of common mode signals between the transceiver IC and the cable. The magnetics also provide galvanic isolation between the transceiver and the Ethernet device.
* - Link/Activity LEDs
EN Button Reset button. - Two LEDs (green and red) that respectively indicate the "Link" and "Activity" statuses of the PHY.
* - BOOT Button
GPIO Header 1 This header provides six unpopulated through-hole solder pads connected to spare GPIOs of ESP32. For details, see `GPIO Header 1`_. - Download button. Holding down **BOOT** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port.
* - EN Button
================== =========================================================================== - Reset button.
* - GPIO Header 1
- This header provides six unpopulated through-hole solder pads connected to spare GPIOs of ESP32. For details, see `GPIO Header 1`_.
.. note:: .. note::
@ -154,12 +156,13 @@ To take advantage of the PoE functionality the **RJ45 Port** of the Ethernet boa
* - Key Component * - Key Component
- Description - Description
* - Board A Connector * - Board A Connector
- Four female (left) and four male (right) header pins for connecting the PoE board (B) to :ref:`Ethernet board (A) <get-started-esp32-ethernet-kit-a-v1.2-layout>`. The pins on the left accept power coming from a PoE switch. The pins on the right deliver 5 V power supply to the Ethernet board (A). - Four female (left) and four male (right) header pins for connecting the PoE board (B) to :ref:`Ethernet board (A) <get-started-esp32-ethernet-kit-a-v1.2-layout>`. The pins on the left accept power coming from a PoE switch. The pins on the right deliver 5 V power supply to the Ethernet board (A).
* - External Power Terminals * - External Power Terminals
- Optional power supply (26.6 ~ 54 V) to the PoE board (B). - Optional power supply (26.6 ~ 54 V) to the PoE board (B).
.. _get-started-esp32-ethernet-kit-v1.2-setup-options: .. _get-started-esp32-ethernet-kit-v1.2-setup-options:
Setup Options Setup Options
------------- -------------
@ -190,6 +193,7 @@ The ethernet MAC and PHY under RMII working mode need a common 50 MHz reference
For additional information on the RMII clock selection, please refer to `ESP32-Ethernet-Kit V1.2 Ethernet board (A) schematic`_, sheet 2, location D2. For additional information on the RMII clock selection, please refer to `ESP32-Ethernet-Kit V1.2 Ethernet board (A) schematic`_, sheet 2, location D2.
RMII Clock Sourced Externally by PHY RMII Clock Sourced Externally by PHY
"""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""
@ -205,12 +209,12 @@ By default, the ESP32-Ethernet-Kit is configured to provide RMII clock for the I
Please note that the PHY is reset on power up by pulling the RESET_N signal down with a resistor. ESP32 should assert RESET_N high with GPIO5 to enable PHY. Only this can ensure the power-up of system. Otherwise ESP32 may enter download mode (when the clock signal of REF_CLK_50M is at a high logic level during the GPIO0 power-up sampling phase). Please note that the PHY is reset on power up by pulling the RESET_N signal down with a resistor. ESP32 should assert RESET_N high with GPIO5 to enable PHY. Only this can ensure the power-up of system. Otherwise ESP32 may enter download mode (when the clock signal of REF_CLK_50M is at a high logic level during the GPIO0 power-up sampling phase).
RMII Clock Sourced Internally from ESP32's APLL RMII Clock Sourced Internally from ESP32's APLL
""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""
Another option is to source the RMII Clock from internal ESP32 APLL, see figure below. The clock signal coming from GPIO0 is first inverted, to account for transmission line delay, and then supplied to the PHY. Another option is to source the RMII Clock from internal ESP32 APLL, see figure below. The clock signal coming from GPIO0 is first inverted, to account for transmission line delay, and then supplied to the PHY.
.. figure:: ../../../_static/esp32-ethernet-kit-rmii-clk-to-phy.png .. figure:: ../../../_static/esp32-ethernet-kit-rmii-clk-to-phy.png
:align: center :align: center
:scale: 80% :scale: 80%
@ -221,6 +225,7 @@ Another option is to source the RMII Clock from internal ESP32 APLL, see figure
To implement this option, users need to remove or add some RC components on the board. For details please refer to `ESP32-Ethernet-Kit V1.2 Ethernet board (A) schematic`_, sheet 2, location D2. Please note that if the APLL is already used for other purposes (e.g. I2S peripheral), then you have no choice but use an external RMII clock. To implement this option, users need to remove or add some RC components on the board. For details please refer to `ESP32-Ethernet-Kit V1.2 Ethernet board (A) schematic`_, sheet 2, location D2. Please note that if the APLL is already used for other purposes (e.g. I2S peripheral), then you have no choice but use an external RMII clock.
GPIO Allocation GPIO Allocation
--------------- ---------------
@ -349,6 +354,7 @@ Start Application Development
Before powering up your ESP32-Ethernet-Kit, please make sure that the board is in good condition with no obvious signs of damage. Before powering up your ESP32-Ethernet-Kit, please make sure that the board is in good condition with no obvious signs of damage.
Initial Setup Initial Setup
^^^^^^^^^^^^^ ^^^^^^^^^^^^^

View File

@ -56,25 +56,28 @@ The following figure and the table below describe the key components, interfaces
Below is the description of the items identified in the figure starting from the top left corner and going clockwise. Below is the description of the items identified in the figure starting from the top left corner and going clockwise.
================== ================================================================================================================================= .. list-table::
Key Component Description :widths: 10 25
================== ================================================================================================================================= :header-rows: 1
ESP32-PICO-MINI-02 Standard ESP32-PICO-MINI-02 module soldered to the ESP32-PICO-DevKitM-2 board. The complete ESP32 system on a chip (ESP32 SoC) has been integrated into the module. Users can also select the board with ESP32-PICO-MINI-02U soldered.
LDO 5V-to-3.3V Low dropout voltage regulator (LDO). * - Key Component
- Description
USB-to-UART bridge CP2102N, single-chip USB-UART bridge that offers up to 3 Mbps transfers rates. * - ESP32-PICO-MINI-02
- Standard ESP32-PICO-MINI-02 module soldered to the ESP32-PICO-DevKitM-2 board. The complete ESP32 system on a chip (ESP32 SoC) has been integrated into the module. Users can also select the board with ESP32-PICO-MINI-02U soldered.
Micro-B USB Port USB interface. Power supply for the board as well as the communication interface between a computer and the board. * - LDO
- V-to-3.3V Low dropout voltage regulator (LDO).
5V Power On LED This red LED turns on when power is supplied to the board. For details, see the schematic in `Related Documents`_. * - USB-to-UART bridge
- CP2102N, single-chip USB-UART bridge that offers up to 3 Mbps transfers rates.
I/O Connector All the pins on ESP32-PICO-MINI-02 are broken out to pin headers. You can program ESP32 to enable multiple functions, such as PWM, ADC, DAC, I2C, I2S, SPI, etc. For details, please see Section `Pin Descriptions`_. * - Micro-B USB Port
- USB interface. Power supply for the board as well as the communication interface between a computer and the board.
BOOT Button Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port. * - 5V Power On LED
- This red LED turns on when power is supplied to the board. For details, see the schematic in `Related Documents`_.
EN Button Reset button. * - I/O Connector
================== ================================================================================================================================= - All the pins on ESP32-PICO-MINI-02 are broken out to pin headers. You can program ESP32 to enable multiple functions, such as PWM, ADC, DAC, I2C, I2S, SPI, etc. For details, please see Section `Pin Descriptions`_.
* - BOOT Button
- Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port.
* - EN Button
- Reset button.
Start Application Development Start Application Development
----------------------------- -----------------------------
@ -105,7 +108,6 @@ If you order one or several samples of the board, each ESP32-PICO-DevKitM-2 deve
For retail orders, please go to https://www.espressif.com/en/company/contact/buy-a-sample. For retail orders, please go to https://www.espressif.com/en/company/contact/buy-a-sample.
Wholesale Orders Wholesale Orders
------------------ ------------------
@ -320,7 +322,7 @@ Header J3
.. _get-started-pico-devkitm-2-pin-notes: .. _get-started-pico-devkitm-2-pin-notes:
The following notes give more information about the items in the tables above. .. note::
1. This pin is connected to the pin of the USB bridge chip on the board. 1. This pin is connected to the pin of the USB bridge chip on the board.
2. 32.768 kHz crystal oscillator: 2. 32.768 kHz crystal oscillator:
@ -352,4 +354,3 @@ Related Documents
* `ESP32-PICO-DevKitM-2 PCB Layout <https://dl.espressif.com/dl/schematics/PCB_ESP32-PICO-DevKitM-2_V1.0_20200812.pdf>`_ (PDF) * `ESP32-PICO-DevKitM-2 PCB Layout <https://dl.espressif.com/dl/schematics/PCB_ESP32-PICO-DevKitM-2_V1.0_20200812.pdf>`_ (PDF)
For other design documentation for the board, please contact us at sales@espressif.com. For other design documentation for the board, please contact us at sales@espressif.com.

View File

@ -63,27 +63,31 @@ The following figure and the table below describe the key components, interfaces
ESP32-PICO-KIT-1 board layout - front (click to enlarge) ESP32-PICO-KIT-1 board layout - front (click to enlarge)
Below is the description of the items identified in the figure starting from the top left corner and going clockwise. Below is the description of the items identified in the figure starting from the top left corner and going clockwise.
================== ================================================================================================================================= .. list-table::
Key Component Description :widths: 10 25
================== ================================================================================================================================= :header-rows: 1
ESP32-PICO-V3 Standard ESP32-PICO-V3 module soldered to the ESP32-PICO-KIT-1 board. The complete ESP32 system on a chip (ESP32 SoC) has been integrated into the SiP module, requiring only an external antenna with LC matching network, decoupling capacitors, and a pull-up resistor for EN signals to function properly.
LDO 5V-to-3.3V Low dropout voltage regulator (LDO). * - Key Component
- Description
USB-to-UART bridge CP2102N, single-chip USB-to-UART bridge that offers up to 3 Mbps transfers rates. * - ESP32-PICO-V3
- Standard ESP32-PICO-V3 module soldered to the ESP32-PICO-KIT-1 board. The complete ESP32 system on a chip (ESP32 SoC) has been integrated into the SiP module, requiring only an external antenna with LC matching network, decoupling capacitors, and a pull-up resistor for EN signals to function properly.
Micro USB Port USB interface. Power supply for the board as well as the communication interface between a computer and the board. * - LDO
- 5V-to-3.3V Low dropout voltage regulator (LDO).
5V Power On LED This red LED turns on when power is supplied to the board. For details, see the schematic in `Related Documents`_. * - USB-to-UART bridge
- CP2102N, single-chip USB-to-UART bridge that offers up to 3 Mbps transfers rates.
I/O Connector All the pins on ESP32-PICO-V3 are broken out to pin headers. You can program ESP32 to enable multiple functions, such as PWM, ADC, DAC, I2C, I2S, SPI, etc. For details, please see Section `Pin Descriptions`_. * - Micro USB Port
- USB interface. Power supply for the board as well as the communication interface between a computer and the board.
BOOT Button Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port. * - 5V Power On LED
- This red LED turns on when power is supplied to the board. For details, see the schematic in `Related Documents`_.
EN Button Reset button. * - I/O Connector
================== ================================================================================================================================= - All the pins on ESP32-PICO-V3 are broken out to pin headers. You can program ESP32 to enable multiple functions, such as PWM, ADC, DAC, I2C, I2S, SPI, etc. For details, please see Section `Pin Descriptions`_.
* - BOOT Button
- Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port.
* - EN Button
- Reset button.
Start Application Development Start Application Development
----------------------------- -----------------------------
@ -104,6 +108,7 @@ Software Setup
Please proceed to :doc:`../../get-started/index`, where Section :ref:`get-started-step-by-step` will quickly help you set up the development environment. Please proceed to :doc:`../../get-started/index`, where Section :ref:`get-started-step-by-step` will quickly help you set up the development environment.
Contents and Packaging Contents and Packaging
======================= =======================
@ -329,7 +334,7 @@ Header J3
.. _get-started-pico-kit-1-pin-notes: .. _get-started-pico-kit-1-pin-notes:
The following notes give more information about the items in the tables above. .. note::
1. This pin is connected to the pin of the USB bridge chip on the board. 1. This pin is connected to the pin of the USB bridge chip on the board.
2. 32.768 kHz crystal oscillator: 2. 32.768 kHz crystal oscillator:
@ -362,4 +367,3 @@ Related Documents
* `ESP32-PICO-KIT-1 PCB Layout <https://dl.espressif.com/dl/schematics/PCB_ESP32-PICO-KIT-1_V1.0_20200811.pdf>`_ (PDF) * `ESP32-PICO-KIT-1 PCB Layout <https://dl.espressif.com/dl/schematics/PCB_ESP32-PICO-KIT-1_V1.0_20200811.pdf>`_ (PDF)
For other design documentation for the board, please contact us at sales@espressif.com. For other design documentation for the board, please contact us at sales@espressif.com.

View File

@ -39,25 +39,28 @@ The following figure and the table below describe the key components, interfaces
Below is the description of the items identified in the figure starting from the top left corner and going clockwise. Below is the description of the items identified in the figure starting from the top left corner and going clockwise.
================== ================================================================================================================================= .. list-table::
Key Component Description :widths: 25 75
================== ================================================================================================================================= :header-rows: 1
ESP32-PICO-D4 Standard ESP32-PICO-D4 module soldered to the ESP32-PICO-KIT V3 board. The complete ESP32 system on a chip (ESP32 SoC) has been integrated into the SiP module, requiring only an external antenna with LC matching network, decoupling capacitors, and a pull-up resistor for EN signals to function properly.
LDO 5V-to-3.3V Low dropout voltage regulator (LDO). * - Key Component
- Description
USB-UART bridge Single-chip USB-UART bridge provides up to 1 Mbps transfers rates. * - ESP32-PICO-D4
- Standard ESP32-PICO-D4 module soldered to the ESP32-PICO-KIT V3 board. The complete ESP32 system on a chip (ESP32 SoC) has been integrated into the SiP module, requiring only an external antenna with LC matching network, decoupling capacitors, and a pull-up resistor for EN signals to function properly.
Micro USB Port USB interface. Power supply for the board as well as the communication interface between a computer and the board. * - LDO
- 5V-to-3.3V Low dropout voltage regulator (LDO).
Power On LED This red LED turns on when power is supplied to the board. * - USB-UART bridge
- Single-chip USB-UART bridge provides up to 1 Mbps transfers rates.
I/O All the pins on ESP32-PICO-D4 are broken out to pin headers. You can program ESP32 to enable multiple functions, such as PWM, ADC, DAC, I2C, I2S, SPI, etc. * - Micro USB Port
- USB interface. Power supply for the board as well as the communication interface between a computer and the board.
BOOT Button Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port. * - Power On LED
- This red LED turns on when power is supplied to the board.
EN Button Reset button. * - I/O
================== ================================================================================================================================= - All the pins on ESP32-PICO-D4 are broken out to pin headers. You can program ESP32 to enable multiple functions, such as PWM, ADC, DAC, I2C, I2S, SPI, etc.
* - BOOT Button
- Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port.
* - EN Button
- Reset button.
Start Application Development Start Application Development
@ -74,4 +77,3 @@ Related Documents
* `ESP32-PICO-KIT V3 schematic <https://dl.espressif.com/dl/schematics/esp32-pico-kit-v3_schematic.pdf>`_ (PDF) * `ESP32-PICO-KIT V3 schematic <https://dl.espressif.com/dl/schematics/esp32-pico-kit-v3_schematic.pdf>`_ (PDF)
* `ESP32-PICO-D4 Datasheet <http://espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf>`_ (PDF) * `ESP32-PICO-D4 Datasheet <http://espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf>`_ (PDF)
* :doc:`../../hw-reference/index` * :doc:`../../hw-reference/index`

View File

@ -69,25 +69,28 @@ The following figure and the table below describe the key components, interfaces
Below is the description of the items identified in the figure starting from the top left corner and going clockwise. Below is the description of the items identified in the figure starting from the top left corner and going clockwise.
================== ================================================================================================================================= .. list-table::
Key Component Description :widths: 25 75
================== ================================================================================================================================= :header-rows: 1
ESP32-PICO-D4 Standard ESP32-PICO-D4 module soldered to the ESP32-PICO-KIT board. The complete ESP32 system on a chip (ESP32 SoC) has been integrated into the SiP module, requiring only an external antenna with LC matching network, decoupling capacitors, and a pull-up resistor for EN signals to function properly.
LDO 5V-to-3.3V Low dropout voltage regulator (LDO). * - Key Component
- Description
USB-UART bridge Single-chip USB-UART bridge: CP2102 in V4 provides up to 1 Mbps transfer rates and CP2102N in V4.1 offers up to 3 Mbps transfers rates. * - ESP32-PICO-D4
- Standard ESP32-PICO-D4 module soldered to the ESP32-PICO-KIT board. The complete ESP32 system on a chip (ESP32 SoC) has been integrated into the SiP module, requiring only an external antenna with LC matching network, decoupling capacitors, and a pull-up resistor for EN signals to function properly.
Micro USB Port USB interface. Power supply for the board as well as the communication interface between a computer and the board. * - LDO
- 5V-to-3.3V Low dropout voltage regulator (LDO).
5V Power On LED This red LED turns on when power is supplied to the board. For details, see the schematics in `Related Documents`_. * - USB-UART bridge
- Single-chip USB-UART bridge: CP2102 in V4 provides up to 1 Mbps transfer rates and CP2102N in V4.1 offers up to 3 Mbps transfers rates.
I/O All the pins on ESP32-PICO-D4 are broken out to pin headers. You can program ESP32 to enable multiple functions, such as PWM, ADC, DAC, I2C, I2S, SPI, etc. For details, please see Section `Pin Descriptions`_. * - Micro USB Port
- USB interface. Power supply for the board as well as the communication interface between a computer and the board.
BOOT Button Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port. * - 5V Power On LED
- This red LED turns on when power is supplied to the board. For details, see the schematics in `Related Documents`_.
EN Button Reset button. * - I/O
================== ================================================================================================================================= - All the pins on ESP32-PICO-D4 are broken out to pin headers. You can program ESP32 to enable multiple functions, such as PWM, ADC, DAC, I2C, I2S, SPI, etc. For details, please see Section `Pin Descriptions`_.
* - BOOT Button
- Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port.
* - EN Button
- Reset button.
Power Supply Options Power Supply Options
@ -178,14 +181,12 @@ No. Name Type Function
.. _get-started-pico-kit-v4-pin-notes: .. _get-started-pico-kit-v4-pin-notes:
The following notes give more information about the items in the tables above. .. note::
1. This pin is connected to the flash pin of ESP32-PICO-D4. 1. This pin is connected to the flash pin of ESP32-PICO-D4.
2. 32.768 kHz crystal oscillator: 2. 32.768 kHz crystal oscillator: a) input, b) output.
a) input
b) output
3. This pin is connected to the pin of the USB bridge chip on the board. 3. This pin is connected to the pin of the USB bridge chip on the board.
4. The operating voltage of ESP32-PICO-KITs embedded SPI flash is 3.3V. 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. 4. The operating voltage of ESP32-PICO-KITs 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.
Start Application Development Start Application Development

View File

@ -18,7 +18,7 @@ You can skip the introduction sections and go directly to Section `Start Applica
Overview Overview
-------- --------
ESP-WROVER-KIT is an ESP32-based development board produced by `Espressif <https://espressif.com>`_. This board features an integrated LCD screen and MicroSD card slot. ESP-WROVER-KIT is an ESP32-based development board produced by `Espressif <https://espressif.com>`_. This board features an integrated LCD screen and microSD card slot.
ESP-WROVER-KIT comes with the following ESP32 modules: ESP-WROVER-KIT comes with the following ESP32 modules:
@ -76,48 +76,50 @@ The table below provides description in the following manner:
- Starting from the first picture's top right corner and going clockwise - Starting from the first picture's top right corner and going clockwise
- Then moving on to the second picture - Then moving on to the second picture
.. list-table::
:widths: 25 75
:header-rows: 1
================== ================================================================================================================================= * - Key Component
Key Component Description - Description
================== ================================================================================================================================= * - 32.768 kHz
32.768 kHz External precision 32.768 kHz crystal oscillator serves as a clock with low-power consumption while the chip is in Deep-sleep mode. - External precision 32.768 kHz crystal oscillator serves as a clock with low-power consumption while the chip is in Deep-sleep mode.
* - ESP32 Module
ESP32 Module Either ESP32-WROOM-32 or ESP32-WROVER with an integrated ESP32. The ESP32-WROVER module features all the functions of ESP32-WROOM-32 and integrates an external 32-MBit PSRAM for flexible extended storage and data processing capabilities. - Either ESP32-WROOM-32 or ESP32-WROVER with an integrated ESP32. The ESP32-WROVER module features all the functions of ESP32-WROOM-32 and integrates an external 32-MBit PSRAM for flexible extended storage and data processing capabilities.
* - CTS/RTS
CTS/RTS Serial port flow control signals: the pins are not connected to the circuitry by default. To enable them, short the respective pins of JP14 with jumpers. - Serial port flow control signals: the pins are not connected to the circuitry by default. To enable them, short the respective pins of JP14 with jumpers.
* - UART
UART Serial port. The serial TX/RX signals of FT2232 and ESP32 are broken out to the inward and outward sides of JP11 respectively. By default, these pairs of pins are connected with jumpers. To use ESP32's serial interface, remove the jumpers and connect another external serial device to the respective pins. - Serial port. The serial TX/RX signals of FT2232 and ESP32 are broken out to the inward and outward sides of JP11 respectively. By default, these pairs of pins are connected with jumpers. To use ESP32's serial interface, remove the jumpers and connect another external serial device to the respective pins.
* - SPI
SPI By default, ESP32 uses its SPI interface to access flash and PSRAM memory inside the module. Use these pins to connect ESP32 to another SPI device. In this case, an extra chip select (CS) signal is needed. Please note that the interface voltage for the version with ESP32-WROVER is 1.8V, while that for the version with ESP32-WROOM-32 is 3.3V. - By default, ESP32 uses its SPI interface to access flash and PSRAM memory inside the module. Use these pins to connect ESP32 to another SPI device. In this case, an extra chip select (CS) signal is needed. Please note that the interface voltage for the version with ESP32-WROVER is 1.8V, while that for the version with ESP32-WROOM-32 is 3.3 V.
* - JTAG
JTAG JTAG interface. JTAG signals of FT2232 and ESP32 are broken out to the inward and outward sides of JP8 respectively. By default, these pairs of pins are disconnected. To enable JTAG, short the respective pins with jumpers as shown in Section `Setup Options`_. - JTAG interface. JTAG signals of FT2232 and ESP32 are broken out to the inward and outward sides of JP8 respectively. By default, these pairs of pins are disconnected. To enable JTAG, short the respective pins with jumpers as shown in Section `Setup Options`_.
* - FT2232
FT2232 The FT2232 chip serves as a multi-protocol USB-to-serial bridge which can be programmed and controlled via USB to provide communication with ESP32. FT2232 features USB-to-UART and USB-to-JTAG functionalities. - The FT2232 chip serves as a multi-protocol USB-to-serial bridge which can be programmed and controlled via USB to provide communication with ESP32. FT2232 features USB-to-UART and USB-to-JTAG functionalities.
* - EN
EN Reset button. - Reset button.
* - Boot
Boot Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port. - Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port.
* - USB
USB USB interface. Power supply for the board as well as the communication interface between a computer and the board. - USB interface. Power supply for the board as well as the communication interface between a computer and the board.
* - Power Select
Power Select 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. - Power supply selector interface. The board can be powered either via USB or via the 5 V Input interface. Select the power source with a jumper. For more details, see Section `Setup Options`_, jumper header JP7.
* - Power Key
Power Key Power On/Off Switch. Toggling toward **USB** powers the board on, toggling away from **USB** powers the board off. - Power On/Off Switch. Toggling toward **USB** powers the board on, toggling away from **USB** powers the board off.
* - 5V Input
5V Input The 5V power supply interface can be more convenient when the board is operating autonomously (not connected to a computer). - The 5 V power supply interface can be more convenient when the board is operating autonomously (not connected to a computer).
* - LDO
LDO NCP1117(1A). 5V-to-3.3V LDO. NCP1117 can provide a maximum current of 1A. The LDO on the board has a fixed output voltage. Although, the user can install an LDO with adjustable output voltage. For details, please refer to `ESP-WROVER-KIT V2 schematic`_. - NCP1117(1 A). 5V-to-3.3V LDO. NCP1117 can provide a maximum current of 1 A. The LDO on the board has a fixed output voltage. Although, the user can install an LDO with adjustable output voltage. For details, please refer to `ESP-WROVER-KIT V2 schematic`_.
* - Camera
Camera Camera interface, a standard OV7670 camera module. - Camera interface, a standard OV7670 camera module.
* - RGB
RGB Red, green and blue (RGB) light emitting diodes (LEDs), can be controlled by pulse width modulation (PWM). - Red, green and blue (RGB) light emitting diodes (LEDs), can be controlled by pulse width modulation (PWM).
* - I/O
I/O All the pins on the ESP32 module are broken out to pin headers. You can program ESP32 to enable multiple functions, such as PWM, ADC, DAC, I2C, I2S, SPI, etc. - All the pins on the ESP32 module are broken out to pin headers. You can program ESP32 to enable multiple functions, such as PWM, ADC, DAC, I2C, I2S, SPI, etc.
* - microSD Card
MicroSD Card MicroSD card slot for data storage: when ESP32 enters the download mode, GPIO2 cannot be held high. However, a pull-up resistor is required on GPIO2 to enable the MicroSD Card. By default, GPIO2 and the pull-up resistor R153 are disconnected. To enable the SD Card, use jumpers on JP1 as shown in Section `Setup Options`_. - microSD card slot for data storage: when ESP32 enters the download mode, GPIO2 cannot be held high. However, a pull-up resistor is required on GPIO2 to enable the microSD Card. By default, GPIO2 and the pull-up resistor R153 are disconnected. To enable the SD Card, use jumpers on JP1 as shown in Section `Setup Options`_.
* - LCD
LCD Support for mounting and interfacing a 3.2” SPI (standard 4-wire Serial Peripheral Interface) LCD, as shown on figure :ref:`get-started-esp-wrover-kit-v2-board-back`. - Support for mounting and interfacing a 3.2” SPI (standard 4-wire Serial Peripheral Interface) LCD, as shown on figure :ref:`get-started-esp-wrover-kit-v2-board-back`.
================== =================================================================================================================================
.. _get-started-esp-wrover-kit-v2-setup-options: .. _get-started-esp-wrover-kit-v2-setup-options:
@ -130,7 +132,7 @@ There are five jumper blocks available to set up the board functionality. The mo
======= ================ ========================================================= ======= ================ =========================================================
Header Jumper Setting Description of Functionality Header Jumper Setting Description of Functionality
======= ================ ========================================================= ======= ================ =========================================================
JP1 |jp1-sd_io2| Enable pull up for the MicroSD Card JP1 |jp1-sd_io2| Enable pull up for the microSD Card
JP1 |jp1-both| Assert GPIO2 low during each download (by jumping it to GPIO0) JP1 |jp1-both| Assert GPIO2 low during each download (by jumping it to GPIO0)
JP7 |jp7-ext_5v| Power ESP-WROVER-KIT via an external power supply JP7 |jp7-ext_5v| Power ESP-WROVER-KIT via an external power supply
JP7 |jp7-usb_5v| Power ESP-WROVER-KIT via USB JP7 |jp7-usb_5v| Power ESP-WROVER-KIT via USB

View File

@ -1,4 +1,3 @@
ESP-WROVER-KIT V3 Getting Started Guide ESP-WROVER-KIT V3 Getting Started Guide
======================================= =======================================
:link_to_translation:`zh_CN:[中文]` :link_to_translation:`zh_CN:[中文]`
@ -19,7 +18,7 @@ You can skip the introduction sections and go directly to Section `Start Applica
Overview Overview
-------- --------
ESP-WROVER-KIT is an ESP32-based development board produced by `Espressif <https://espressif.com>`_. This board features an integrated LCD screen and MicroSD card slot. ESP-WROVER-KIT is an ESP32-based development board produced by `Espressif <https://espressif.com>`_. This board features an integrated LCD screen and microSD card slot.
ESP-WROVER-KIT comes with the following ESP32 modules: ESP-WROVER-KIT comes with the following ESP32 modules:
@ -77,51 +76,52 @@ The table below provides description in the following manner:
- Starting from the first picture's top right corner and going clockwise - Starting from the first picture's top right corner and going clockwise
- Then moving on to the second picture - Then moving on to the second picture
.. list-table::
:widths: 25 75
:header-rows: 1
================== ================================================================================================================================= * - Key Component
Key Component Description - Description
================== ================================================================================================================================= * - 32.768 kHz
32.768 kHz External precision 32.768 kHz crystal oscillator serves as a clock with low-power consumption while the chip is in Deep-sleep mode. - External precision 32.768 kHz crystal oscillator serves as a clock with low-power consumption while the chip is in Deep-sleep mode.
* - 0R
0R Zero-ohm resistor intended as a placeholder for a current shunt, can be desoldered or replaced with a current shunt to facilitate the measurement of ESP32's current consumption in different modes. - Zero-ohm resistor intended as a placeholder for a current shunt, can be desoldered or replaced with a current shunt to facilitate the measurement of ESP32's current consumption in different modes.
* - ESP32 Module
ESP32 Module Either ESP32-WROOM-32 or ESP32-WROVER with an integrated ESP32. The ESP32-WROVER module features all the functions of ESP32-WROOM-32 and integrates an external 32-MBit PSRAM for flexible extended storage and data processing capabilities. - Either ESP32-WROOM-32 or ESP32-WROVER with an integrated ESP32. The ESP32-WROVER module features all the functions of ESP32-WROOM-32 and integrates an external 32-MBit PSRAM for flexible extended storage and data processing capabilities.
* - FT2232
FT2232 The FT2232 chip serves as a multi-protocol USB-to-serial bridge which can be programmed and controlled via USB to provide communication with ESP32. FT2232 also features USB-to-JTAG interface which is available on channel A of the chip, while USB-to-serial is on channel B. The FT2232 chip enhances user-friendliness in terms of application development and debugging. See `ESP-WROVER-KIT V3 schematic`_. - The FT2232 chip serves as a multi-protocol USB-to-serial bridge which can be programmed and controlled via USB to provide communication with ESP32. FT2232 also features USB-to-JTAG interface which is available on channel A of the chip, while USB-to-serial is on channel B. The FT2232 chip enhances user-friendliness in terms of application development and debugging. See `ESP-WROVER-KIT V3 schematic`_.
* - UART
UART Serial port. The serial TX/RX signals of FT2232 and ESP32 are broken out to the inward and outward sides of JP11 respectively. By default, these pairs of pins are connected with jumpers. To use ESP32's serial interface, remove the jumpers and connect another external serial device to the respective pins. - Serial port. The serial TX/RX signals of FT2232 and ESP32 are broken out to the inward and outward sides of JP11 respectively. By default, these pairs of pins are connected with jumpers. To use ESP32's serial interface, remove the jumpers and connect another external serial device to the respective pins.
* - SPI
SPI By default, ESP32 uses its SPI interface to access flash and PSRAM memory inside the module. Use these pins to connect ESP32 to another SPI device. In this case, an extra chip select (CS) signal is needed. Please note that the interface voltage for the version with ESP32-WROVER is 1.8V, while that for the version with ESP32-WROOM-32 is 3.3V. - By default, ESP32 uses its SPI interface to access flash and PSRAM memory inside the module. Use these pins to connect ESP32 to another SPI device. In this case, an extra chip select (CS) signal is needed. Please note that the interface voltage for the version with ESP32-WROVER is 1.8V, while that for the version with ESP32-WROOM-32 is 3.3V.
* - CTS/RTS
CTS/RTS Serial port flow control signals: the pins are not connected to the circuitry by default. To enable them, short the respective pins of JP14 with jumpers. - Serial port flow control signals: the pins are not connected to the circuitry by default. To enable them, short the respective pins of JP14 with jumpers.
* - JTAG
JTAG JTAG interface. JTAG signals of FT2232 and ESP32 are broken out to the inward and outward sides of JP8 respectively. By default, these pairs of pins are disconnected. To enable JTAG, short the respective pins with jumpers as shown in Section `Setup Options`_. - JTAG interface. JTAG signals of FT2232 and ESP32 are broken out to the inward and outward sides of JP8 respectively. By default, these pairs of pins are disconnected. To enable JTAG, short the respective pins with jumpers as shown in Section `Setup Options`_.
* - EN
EN Reset button. - Reset button.
* - Boot
Boot Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port. - Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port.
* - USB
USB USB interface. Power supply for the board as well as the communication interface between a computer and the board. - USB interface. Power supply for the board as well as the communication interface between a computer and the board.
* - Power Key
Power Key Power On/Off Switch. Toggling toward **USB** powers the board on, toggling away from **USB** powers the board off. - Power On/Off Switch. Toggling toward **USB** powers the board on, toggling away from **USB** powers the board off.
* - Power Select
Power Select 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. - 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
5V Input The 5V power supply interface can be more convenient when the board is operating autonomously (not connected to a computer). - The 5 V power supply interface can be more convenient when the board is operating autonomously (not connected to a computer).
* - LDO
LDO NCP1117(1A). 5V-to-3.3V LDO. NCP1117 can provide a maximum current of 1A. The LDO on the board has a fixed output voltage. Although, the user can install an LDO with adjustable output voltage. For details, please refer to `ESP-WROVER-KIT V3 schematic`_. - NCP1117(1A). 5V-to-3.3V LDO. NCP1117 can provide a maximum current of 1A. The LDO on the board has a fixed output voltage. Although, the user can install an LDO with adjustable output voltage. For details, please refer to `ESP-WROVER-KIT V3 schematic`_.
* - Camera
Camera Camera interface, a standard OV7670 camera module. - Camera interface, a standard OV7670 camera module.
* - RGB LED
RGB LED Red, green and blue (RGB) light emitting diodes (LEDs), can be controlled by pulse width modulation (PWM). - Red, green and blue (RGB) light emitting diodes (LEDs), can be controlled by pulse width modulation (PWM).
* - I/O
I/O All the pins on the ESP32 module are broken out to pin headers. You can program ESP32 to enable multiple functions, such as PWM, ADC, DAC, I2C, I2S, SPI, etc. - All the pins on the ESP32 module are broken out to pin headers. You can program ESP32 to enable multiple functions, such as PWM, ADC, DAC, I2C, I2S, SPI, etc.
* - microSD Card Slot
MicroSD Card Slot Useful for developing applications that access MicroSD card for data storage and retrieval. - Useful for developing applications that access microSD card for data storage and retrieval.
* - LCD
LCD Support for mounting and interfacing a 3.2” SPI (standard 4-wire Serial Peripheral Interface) LCD, as shown on figure :ref:`get-started-esp-wrover-kit-v3-board-back`. - Support for mounting and interfacing a 3.2” SPI (standard 4-wire Serial Peripheral Interface) LCD, as shown on figure :ref:`get-started-esp-wrover-kit-v3-board-back`.
================== =================================================================================================================================
.. _get-started-esp-wrover-kit-v3-setup-options: .. _get-started-esp-wrover-kit-v3-setup-options:
@ -163,18 +163,18 @@ Shared With I/O I/O Shared With
===================== ===== ===== ===================== ===================== ===== ===== =====================
n/a 3.3V GND n/a n/a 3.3V GND n/a
NC/XTAL IO32 IO33 NC/XTAL NC/XTAL IO32 IO33 NC/XTAL
JTAG, MicroSD IO12 IO13 JTAG, MicroSD JTAG, microSD IO12 IO13 JTAG, microSD
JTAG, MicroSD IO14 IO27 Camera JTAG, microSD IO14 IO27 Camera
Camera IO26 IO25 Camera, LCD Camera IO26 IO25 Camera, LCD
Camera IO35 IO34 Camera Camera IO35 IO34 Camera
Camera IO39 IO36 Camera Camera IO39 IO36 Camera
JTAG EN IO23 Camera, LCD JTAG EN IO23 Camera, LCD
Camera, LCD IO22 IO21 Camera, LCD, MicroSD Camera, LCD IO22 IO21 Camera, LCD, microSD
Camera, LCD IO19 IO18 Camera, LCD Camera, LCD IO19 IO18 Camera, LCD
Camera, LCD IO5 IO17 PSRAM Camera, LCD IO5 IO17 PSRAM
PSRAM IO16 IO4 LED, Camera, MicroSD PSRAM IO16 IO4 LED, Camera, microSD
Camera, LED, Boot IO0 IO2 LED, MicroSD Camera, LED, Boot IO0 IO2 LED, microSD
JTAG, MicroSD IO15 5V JTAG, microSD IO15 5V
===================== ===== ===== ===================== ===================== ===== ===== =====================
Legend: Legend:
@ -184,7 +184,7 @@ Legend:
* Boot - Boot button / SW2 * Boot - Boot button / SW2
* Camera - :ref:`Camera / JP4 <get-started-esp-wrover-kit-v3-camera-header>` * Camera - :ref:`Camera / JP4 <get-started-esp-wrover-kit-v3-camera-header>`
* LED - :ref:`RGB LED <get-started-esp-wrover-kit-v3-rgb-led-connections>` * LED - :ref:`RGB LED <get-started-esp-wrover-kit-v3-rgb-led-connections>`
* MicroSD - :ref:`MicroSD Card / J4 <get-started-esp-wrover-kit-v3-microsd-card-slot>` * microSD - :ref:`microSD Card / J4 <get-started-esp-wrover-kit-v3-microsd-card-slot>`
* LCD - :ref:`LCD / U5 <get-started-esp-wrover-kit-v3-lcd-connector>` * LCD - :ref:`LCD / U5 <get-started-esp-wrover-kit-v3-lcd-connector>`
* PSRAM - only in case ESP32-WROVER is installed * PSRAM - only in case ESP32-WROVER is installed
@ -290,11 +290,11 @@ RGB LED
.. _get-started-esp-wrover-kit-v3-microsd-card-slot: .. _get-started-esp-wrover-kit-v3-microsd-card-slot:
MicroSD Card microSD Card
^^^^^^^^^^^^ ^^^^^^^^^^^^
==== ============== =============== ==== ============== ===============
. ESP32 Pin MicroSD Signal . ESP32 Pin microSD Signal
==== ============== =============== ==== ============== ===============
1 MTDI / GPIO12 DATA2 1 MTDI / GPIO12 DATA2
2 MTCK / GPIO13 CD / DATA3 2 MTCK / GPIO13 CD / DATA3

View File

@ -24,7 +24,7 @@ ESP-WROVER-KIT features the following integrated components:
- ESP32-WROVER-E module - ESP32-WROVER-E module
- LCD screen - LCD screen
- MicroSD card slot - microSD card slot
Its another distinguishing feature is the embedded FTDI FT2232HL chip - an advanced multi-interface USB bridge. This chip enables to use JTAG for direct debugging of ESP32 through the USB interface without a separate JTAG debugger. ESP-WROVER-KIT makes development convenient, easy, and cost-effective. Its another distinguishing feature is the embedded FTDI FT2232HL chip - an advanced multi-interface USB bridge. This chip enables to use JTAG for direct debugging of ESP32 through the USB interface without a separate JTAG debugger. ESP-WROVER-KIT makes development convenient, easy, and cost-effective.
@ -123,8 +123,8 @@ The table below provides description in the following manner:
- Red, green and blue (RGB) light emitting diodes (LEDs), can be controlled by pulse width modulation (PWM). - Red, green and blue (RGB) light emitting diodes (LEDs), can be controlled by pulse width modulation (PWM).
* - I/O Connector * - I/O Connector
- All the pins on the ESP32 module are broken out to pin headers. You can program ESP32 to enable multiple functions, such as PWM, ADC, DAC, I2C, I2S, SPI, etc. - All the pins on the ESP32 module are broken out to pin headers. You can program ESP32 to enable multiple functions, such as PWM, ADC, DAC, I2C, I2S, SPI, etc.
* - MicroSD Card Slot * - microSD Card Slot
- Useful for developing applications that access MicroSD card for data storage and retrieval. - Useful for developing applications that access microSD card for data storage and retrieval.
* - LCD * - LCD
- Support for mounting and interfacing a 3.2” SPI (standard 4-wire Serial Peripheral Interface) LCD, as shown on figure :ref:`get-started-esp-wrover-kit-v4.1-board-back`. - Support for mounting and interfacing a 3.2” SPI (standard 4-wire Serial Peripheral Interface) LCD, as shown on figure :ref:`get-started-esp-wrover-kit-v4.1-board-back`.
@ -137,15 +137,28 @@ Setup Options
There are three jumper blocks available to set up the board functionality. The most frequently required options are listed in the table below. There are three jumper blocks available to set up the board functionality. The most frequently required options are listed in the table below.
======= ================ ========================================================= .. list-table::
Header Jumper Setting Description of Functionality :widths: 25 35 40
======= ================ ========================================================= :header-rows: 1
JP7 |jp7-ext_5v| Power ESP-WROVER-KIT via an external power supply
JP7 |jp7-usb_5v| Power ESP-WROVER-KIT via USB * - Header
JP2 |jp2-jtag| Enable JTAG functionality - Jumper Setting
JP2 |jp2-tx-rx| Enable UART communication - Description of Functionality
JP14 |jp14| Enable RTS/CTS flow control for serial communication * - JP7
======= ================ ========================================================= - |jp7-ext_5v|
- Power ESP-WROVER-KIT via an external power supply
* - JP7
- |jp7-usb_5v|
- Power ESP-WROVER-KIT via USB
* - JP2
- |jp2-jtag|
- Enable JTAG functionality
* - JP2
- |jp2-tx-rx|
- Enable UART communication
* - JP14
- |jp14|
- Enable RTS/CTS flow control for serial communication
Allocation of ESP32 Pins Allocation of ESP32 Pins
@ -165,24 +178,70 @@ Main I/O Connector / JP1
The JP1 connector consists of 14x2 male pins whose functions are shown in the middle two "I/O" columns of the table below. The two "Shared With" columns on both sides describe where else on the board a certain GPIO is used. The JP1 connector consists of 14x2 male pins whose functions are shown in the middle two "I/O" columns of the table below. The two "Shared With" columns on both sides describe where else on the board a certain GPIO is used.
===================== ===== ===== ===================== .. list-table::
Shared With I/O I/O Shared With :widths: 30 20 20 30
===================== ===== ===== ===================== :header-rows: 1
n/a 3.3V GND n/a
NC/XTAL IO32 IO33 NC/XTAL * - Shared With
JTAG, MicroSD IO12 IO13 JTAG, MicroSD - I/O
JTAG, MicroSD IO14 IO27 Camera - I/O
Camera IO26 IO25 Camera, LCD - Shared With
Camera IO35 IO34 Camera * - n/a
Camera IO39 IO36 Camera - 3.3V
JTAG EN IO23 Camera, LCD - GND
Camera, LCD IO22 IO21 Camera, LCD, MicroSD - n/a
Camera, LCD IO19 IO18 Camera, LCD * - NC/XTAL
Camera, LCD IO5 IO17 PSRAM - IO32
PSRAM IO16 IO4 LED, Camera, MicroSD - IO33
Camera, LED, Boot IO0 IO2 LED, MicroSD - NC/XTAL
JTAG, MicroSD IO15 5V * - JTAG, microSD
===================== ===== ===== ===================== - IO12
- IO13
- JTAGmicroSD
* - JTAG, microSD
- IO14
- IO27
- Camera
* - Camera
- IO26
- IO25
- Camera, LCD
* - Camera
- IO35
- IO34
- Camera
* - Camera
- IO39
- IO36
- Camera
* - JTAG
- EN
- IO23
- Camera, LCD
* - Camera, LCD
- IO22
- IO21
- Camera, LCD, microSD
* - Camera, LCD
- IO19
- IO18
- Camera, LCD
* - Camera, LCD
- IO5
- IO17
- PSRAM
* - PSRAM
- IO16
- IO4
- LED, Camera, microSD
* - Camera, LED, Boot
- IO0
- IO2
- LED, microSD
* - JTAG, microSD
- IO15
- 5V
-
Legend: Legend:
@ -191,7 +250,7 @@ Legend:
* Boot - Boot button / SW2 * Boot - Boot button / SW2
* Camera - :ref:`Camera / JP4 <get-started-esp-wrover-kit-v4.1-camera-header>` * Camera - :ref:`Camera / JP4 <get-started-esp-wrover-kit-v4.1-camera-header>`
* LED - :ref:`RGB LED <get-started-esp-wrover-kit-v4.1-rgb-led-connections>` * LED - :ref:`RGB LED <get-started-esp-wrover-kit-v4.1-rgb-led-connections>`
* MicroSD - :ref:`MicroSD Card / J4 <get-started-esp-wrover-kit-v4.1-microsd-card-slot>` * microSD - :ref:`microSD Card / J4 <get-started-esp-wrover-kit-v4.1-microsd-card-slot>`
* LCD - :ref:`LCD / U5 <get-started-esp-wrover-kit-v4.1-lcd-connector>` * LCD - :ref:`LCD / U5 <get-started-esp-wrover-kit-v4.1-lcd-connector>`
* PSRAM - ESP32-WROVER-E's PSRAM * PSRAM - ESP32-WROVER-E's PSRAM
@ -297,11 +356,11 @@ RGB LED
.. _get-started-esp-wrover-kit-v4.1-microsd-card-slot: .. _get-started-esp-wrover-kit-v4.1-microsd-card-slot:
MicroSD Card microSD Card
^^^^^^^^^^^^ ^^^^^^^^^^^^
==== ============== =============== ==== ============== ===============
. ESP32 Pin MicroSD Signal . ESP32 Pin microSD Signal
==== ============== =============== ==== ============== ===============
1 MTDI / GPIO12 DATA2 1 MTDI / GPIO12 DATA2
2 MTCK / GPIO13 CD / DATA3 2 MTCK / GPIO13 CD / DATA3
@ -369,6 +428,7 @@ The application examples that use some hardware specific to your ESP-WROVER-KIT
* SD card slot example: :example:`storage/sd_card` * SD card slot example: :example:`storage/sd_card`
* Camera connector example: https://github.com/espressif/esp32-camera * Camera connector example: https://github.com/espressif/esp32-camera
Related Documents Related Documents
----------------- -----------------

View File

@ -20,13 +20,13 @@ ESP32-DevKitM-1 is an ESP32-MINI-1(1U)-based development board produced by Espre
.. |ESP32-DevKitM-1 - isometric| image:: ../../../_static/esp32-DevKitM-1-isometric.png .. |ESP32-DevKitM-1 - isometric| image:: ../../../_static/esp32-DevKitM-1-isometric.png
The document consists of the following major sections: The document consists of the following major sections:
- `Getting started`_: Provides an overview of the ESP32-DevKitM-1 and hardware/software setup instructions to get started. - `Getting started`_: Provides an overview of the ESP32-DevKitM-1 and hardware/software setup instructions to get started.
- `Hardware reference`_: Provides more detailed information about the ESP32-DevKitM-1's hardware. - `Hardware reference`_: Provides more detailed information about the ESP32-DevKitM-1's hardware.
- `Related Documents`_: Gives links to related documentaiton. - `Related Documents`_: Gives links to related documentaiton.
Getting Started Getting Started
=================== ===================
@ -36,7 +36,6 @@ This section describes how to get started with ESP32-DevKitM-1. It begins with a
Overview Overview
------------- -------------
This is a small and convenient development board that features: This is a small and convenient development board that features:
- `ESP32-MINI-1, or ESP32-MINI-1U module <https://www.espressif.com/sites/default/files/documentation/esp32-mini-1_datasheet_en.pdf>`_ - `ESP32-MINI-1, or ESP32-MINI-1U module <https://www.espressif.com/sites/default/files/documentation/esp32-mini-1_datasheet_en.pdf>`_
@ -162,7 +161,6 @@ Pin Descriptions
The table below provides the Name and Function of pins on both sides of the board. For peripheral pin configurations, please refer to `ESP32 Datasheet`_. The table below provides the Name and Function of pins on both sides of the board. For peripheral pin configurations, please refer to `ESP32 Datasheet`_.
.. list-table:: .. list-table::
:header-rows: 1 :header-rows: 1
:widths: 10 12 12 66 :widths: 10 12 12 66

View File

@ -5,6 +5,7 @@ ESP32-DevKitS(-R)
:link_to_translation:`zh_CN:[中文]` :link_to_translation:`zh_CN:[中文]`
This user guide provides information on ESP32-DevKitS(-R), an ESP32-based flashing board produced by Espressif. This user guide provides information on ESP32-DevKitS(-R), an ESP32-based flashing board produced by Espressif.
ESP32-DevKitS(-R) is a combination of two board names: ESP32-DevKitS and ESP32-DevKitS-R. S stands for springs, and R stands for WROVER. ESP32-DevKitS(-R) is a combination of two board names: ESP32-DevKitS and ESP32-DevKitS-R. S stands for springs, and R stands for WROVER.
+-----------------+-------------------+ +-----------------+-------------------+
@ -134,7 +135,6 @@ Alternative Method
As an alternative, Windows users can flash binaries using the `Flash Download Tool <https://www.espressif.com/en/support/download/other-tools?keys=flash+download+tools>`_. Just download it, unzip it, and follow the instructions inside the *doc* folder. As an alternative, Windows users can flash binaries using the `Flash Download Tool <https://www.espressif.com/en/support/download/other-tools?keys=flash+download+tools>`_. Just download it, unzip it, and follow the instructions inside the *doc* folder.
.. note:: .. note::
1. To flash binary files, ESP32 should be set to Firmware Download mode. This can be done either by the flash tool automatically, or by holding down the Boot button and tapping the EN button. 1. To flash binary files, ESP32 should be set to Firmware Download mode. This can be done either by the flash tool automatically, or by holding down the Boot button and tapping the EN button.
2. After flashing binary files, the Flash Download Tool restarts your ESP32 module and boots the flashed application by default. 2. After flashing binary files, the Flash Download Tool restarts your ESP32 module and boots the flashed application by default.
@ -176,6 +176,7 @@ If you order in bulk, the boards come in large cardboard boxes.
For wholesale orders, please go to https://www.espressif.com/en/contact-us/sales-questions. For wholesale orders, please go to https://www.espressif.com/en/contact-us/sales-questions.
Hardware Reference Hardware Reference
================== ==================

View File

@ -29,7 +29,6 @@ Getting Started
This section provides a brief introduction of ESP32-C3-DevKitM-1, instructions on how to do the initial hardware setup and how to flash firmware onto it. This section provides a brief introduction of ESP32-C3-DevKitM-1, instructions on how to do the initial hardware setup and how to flash firmware onto it.
Description of Components Description of Components
------------------------- -------------------------

View File

@ -41,7 +41,6 @@ Overview
The ESP-LyraT-8311A is mainly designed for audio applications. However, you can use your creativity to come up with any other use cases. The ESP-LyraT-8311A is mainly designed for audio applications. However, you can use your creativity to come up with any other use cases.
Description of Components Description of Components
------------------------- -------------------------
@ -151,7 +150,6 @@ ESP-LyraT-8311A v1.2
:doc:`Initial release <user-guide-esp-lyrat-8311a_v1.2>` :doc:`Initial release <user-guide-esp-lyrat-8311a_v1.2>`
Related Documents Related Documents
================= =================

View File

@ -97,7 +97,6 @@ Hardware Setup
Connect the board with the computer using **USB-to-UART Port**. Connection using **ESP32-S3 USB Port** is not fully implemented in software. In subsequent steps, **USB-to-UART Port** will be used by default. Connect the board with the computer using **USB-to-UART Port**. Connection using **ESP32-S3 USB Port** is not fully implemented in software. In subsequent steps, **USB-to-UART Port** will be used by default.
Software Setup Software Setup
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^
@ -258,6 +257,4 @@ Related Documents
- `ESP32-S3-DevKitM-1 Dimensions <https://dl.espressif.com/dl/schematics/DXF_ESP32-S3-DevKitM-1_V1_20210310AC.pdf>`_ (PDF) - `ESP32-S3-DevKitM-1 Dimensions <https://dl.espressif.com/dl/schematics/DXF_ESP32-S3-DevKitM-1_V1_20210310AC.pdf>`_ (PDF)
- `ESP32-S3-DevKitM-1 Dimensions source file <https://dl.espressif.com/dl/schematics/DXF_ESP32-S3-DevKitM-1_V1_20210310AC.dxf>`_ (DXF) - You can view it with `Autodesk Viewer <https://viewer.autodesk.com/>`_ online - `ESP32-S3-DevKitM-1 Dimensions source file <https://dl.espressif.com/dl/schematics/DXF_ESP32-S3-DevKitM-1_V1_20210310AC.dxf>`_ (DXF) - You can view it with `Autodesk Viewer <https://viewer.autodesk.com/>`_ online
For further design documentation for the board, please contact us at `sales@espressif.com <sales@espressif.com>`_. For further design documentation for the board, please contact us at `sales@espressif.com <sales@espressif.com>`_.

View File

@ -286,7 +286,6 @@
芯片大小 (die size)ESP32-C3 < ESP32-S2 < ESP32-S3 < ESP32 芯片大小 (die size)ESP32-C3 < ESP32-S2 < ESP32-S3 < ESP32
相关文档 相关文档
================= =================

View File

@ -11,7 +11,7 @@ ESP32-DevKitC V2 入门指南
* :ref:`ESP32-DevKitC V2 开发板 <get-started-esp32-devkitc-v2-board-front>` * :ref:`ESP32-DevKitC V2 开发板 <get-started-esp32-devkitc-v2-board-front>`
* USB A / micro USB B 数据线 * USB A / micro USB B 数据线
* PCWindows、Linux 或 Mac OS * PCWindows、Linux 或 macOS
您可以跳过介绍部分,直接前往 `应用程序开发`_ 章节。 您可以跳过介绍部分,直接前往 `应用程序开发`_ 章节。
@ -34,10 +34,9 @@ ESP32-DevKitC V2 开发板的主要组件、接口及控制方式见下。
:alt: ESP32-DevKitC V2 开发板 :alt: ESP32-DevKitC V2 开发板
:figclass: align-center :figclass: align-center
ESP32-DevKitC V2 开发板
ESP32-DevKitC V2 开发板
.. list-table:: .. list-table::
:widths: 25 75 :widths: 25 75
:header-rows: 1 :header-rows: 1
@ -55,6 +54,7 @@ ESP32-DevKitC V2 开发板
* - I/O * - I/O
- 板上模组的绝大部分管脚均已引出至开发板的排针。用户可以对 ESP32 进行编程,实现 PWM、ADC、DAC、I2C、I2S、SPI 等多种功能。 - 板上模组的绝大部分管脚均已引出至开发板的排针。用户可以对 ESP32 进行编程,实现 PWM、ADC、DAC、I2C、I2S、SPI 等多种功能。
电源选项 电源选项
-------- --------
@ -83,4 +83,3 @@ ESP32-DevKitC V2 上电前,请首先确认开发板完好无损。
* `ESP32-DevKitC 原理图 <https://dl.espressif.com/dl/schematics/ESP32-Core-Board-V2_sch.pdf>`_ (PDF) * `ESP32-DevKitC 原理图 <https://dl.espressif.com/dl/schematics/ESP32-Core-Board-V2_sch.pdf>`_ (PDF)
* `《ESP32 技术规格书》 <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf>`_ (PDF) * `《ESP32 技术规格书》 <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf>`_ (PDF)
* `《ESP32-WROOM-32 技术规格书》 <https://espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_cn.pdf>`_ (PDF) * `《ESP32-WROOM-32 技术规格书》 <https://espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_cn.pdf>`_ (PDF)

View File

@ -3,7 +3,6 @@ ESP32-Ethernet-Kit V1.0 入门指南
:link_to_translation:`en:[English]` :link_to_translation:`en:[English]`
本指南介绍了如何使用 ESP32-Ethernet-Kit 开发板以及配置相关功能。 本指南介绍了如何使用 ESP32-Ethernet-Kit 开发板以及配置相关功能。
:ref:`ESP32-Ethernet-Kit <get-started-esp32-ethernet-kit-b-v1.0>` 是一款以太网转 Wi-Fi 开发板,可为以太网设备赋予 Wi-Fi 连接功能。为了提供更灵活的电源选项ESP32-Ethernet-Kit 也同时支持以太网供电 (PoE)。 :ref:`ESP32-Ethernet-Kit <get-started-esp32-ethernet-kit-b-v1.0>` 是一款以太网转 Wi-Fi 开发板,可为以太网设备赋予 Wi-Fi 连接功能。为了提供更灵活的电源选项ESP32-Ethernet-Kit 也同时支持以太网供电 (PoE)。
@ -13,14 +12,16 @@ ESP32-Ethernet-Kit V1.0 入门指南
* :ref:`ESP32-Ethernet-Kit V1.0 开发板 <get-started-esp32-ethernet-kit-b-v1.0>` * :ref:`ESP32-Ethernet-Kit V1.0 开发板 <get-started-esp32-ethernet-kit-b-v1.0>`
* USB 数据线A 转 Micro-B * USB 数据线A 转 Micro-B
* PCWindows、Linux 或 Mac OS * PCWindows、Linux 或 macOS
您可以跳过介绍部分,直接前往 `应用程序开发`_ 章节。 您可以跳过介绍部分,直接前往 `应用程序开发`_ 章节。
概述 概述
-------- --------
ESP32-Ethernet-Kit 是一款来自 `乐鑫 <https://espressif.com>`_ 的开发板由以太网母板A 板)和 PoE 子板B 板)两部分组成。其中 :ref:`以太网母板A 板)<get-started-esp32-ethernet-kit-a-v1.0-layout>` 贴蓝牙 / Wi-Fi 双模 ESP32-WROVER-B 模组和单端口 10/100 快速以太网收发器 (PHY) IP101GRI。:ref:`PoE 子板B 板) <get-started-esp32-ethernet-kit-b-v1.0-layout>` 提供以太网供电功能。ESP32-Ethernet-Kit 的 A 板可在不连接 B 板的情况下独立工作。 ESP32-Ethernet-Kit 是一款来自 `乐鑫 <https://espressif.com>`_ 的开发板。
该开发板由以太网母板A 板)和 PoE 子板B 板)两部分组成。其中 :ref:`以太网母板A 板)<get-started-esp32-ethernet-kit-a-v1.0-layout>` 贴蓝牙 / Wi-Fi 双模 ESP32-WROVER-B 模组和单端口 10/100 快速以太网收发器 (PHY) IP101GRI。:ref:`PoE 子板B 板) <get-started-esp32-ethernet-kit-b-v1.0-layout>` 提供以太网供电功能。ESP32-Ethernet-Kit 的 A 板可在不连接 B 板的情况下独立工作。
.. _get-started-esp32-ethernet-kit-b-v1.0: .. _get-started-esp32-ethernet-kit-b-v1.0:
@ -111,8 +112,10 @@ BOOT 按键 下载按键。按下 **BOOT** 键并保持,同
CH_PU 按键 复位按键。 CH_PU 按键 复位按键。
GPIO Header 1 由 6 个未引出通孔组成,可连接至 ESP32 的备用 GPIO。具体介绍请见 `GPIO Header 1`_ GPIO Header 1 由 6 个未引出通孔组成,可连接至 ESP32 的备用 GPIO。具体介绍请见 `GPIO Header 1`_
======================= ================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================== ======================= ==================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================
.. _get-started-esp32-ethernet-kit-b-v1.0-layout: .. _get-started-esp32-ethernet-kit-b-v1.0-layout:
PoE 子板B 板) PoE 子板B 板)
@ -139,9 +142,12 @@ PoE 子板B 板)具有以下特性:
主要组件 基本介绍 主要组件 基本介绍
========================== ================================================================================================================================= ========================== =================================================================================================================================
A 板连接器 1 个 4 针排母,用于将 B 板连接至 :ref:`以太网母板A 板)<get-started-esp32-ethernet-kit-a-v1.0-layout>` A 板连接器 1 个 4 针排母,用于将 B 板连接至 :ref:`以太网母板A 板)<get-started-esp32-ethernet-kit-a-v1.0-layout>`
外部电源终端 PoE 子板B 板)备用电源。 外部电源终端 PoE 子板B 板)备用电源。
========================== ================================================================================================================================= ========================== =================================================================================================================================
.. _get-started-esp32-ethernet-kit-b-v1.0-setup-options: .. _get-started-esp32-ethernet-kit-b-v1.0-setup-options:
设置选项 设置选项
@ -195,7 +201,7 @@ GPIO 分配
IP101GRI (PHY) 接口 IP101GRI (PHY) 接口
^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^
ESP32 (MAC) 与 IP101GRI (PHY) 的管脚对应关系见下 ESP32 (MAC) 与 IP101GRI (PHY) 的管脚对应关系见下。ESP32-Ethernet-Kit 开发板默认使用媒体独立接口 (RMII)。
==== ================ =============== ==== ================ ===============
. ESP32 管脚 (MAC) IP101GRI (PHY) . ESP32 管脚 (MAC) IP101GRI (PHY)
@ -369,5 +375,3 @@ ESP32-Ethernet-Kit 上电前,请首先确认开发板完好无损。
.. _ESP32-Ethernet-Kit V1.0 PoE 子板B 板)原理图: https://dl.espressif.com/dl/schematics/SCH_ESP32-ETHERNET-KIT_B_V1.0_20190517.pdf .. _ESP32-Ethernet-Kit V1.0 PoE 子板B 板)原理图: https://dl.espressif.com/dl/schematics/SCH_ESP32-ETHERNET-KIT_B_V1.0_20190517.pdf
.. _IP101GRI: http://www.bdtic.com/DataSheet/ICplus/IP101G_DS_R01_20121224.pdf .. _IP101GRI: http://www.bdtic.com/DataSheet/ICplus/IP101G_DS_R01_20121224.pdf
.. _媒体独立接口 (MII): https://en.wikipedia.org/wiki/Media-independent_interface .. _媒体独立接口 (MII): https://en.wikipedia.org/wiki/Media-independent_interface

View File

@ -13,7 +13,7 @@ ESP32-Ethernet-Kit V1.1 入门指南
* :ref:`ESP32-Ethernet-Kit V1.1 开发板 <get-started-esp32-ethernet-kit-v1.1>` * :ref:`ESP32-Ethernet-Kit V1.1 开发板 <get-started-esp32-ethernet-kit-v1.1>`
* USB 数据线A 转 Micro-B * USB 数据线A 转 Micro-B
* PCWindows、Linux 或 Mac OS * PCWindows、Linux 或 macOS
您可以跳过介绍部分,直接前往 `应用程序开发`_ 章节。 您可以跳过介绍部分,直接前往 `应用程序开发`_ 章节。
@ -68,7 +68,7 @@ ESP32-Ethernet-Kit 开发板的主要组件和连接方式如下。
:alt: ESP32-Ethernet-Kit - Ethernet board (A) layout :alt: ESP32-Ethernet-Kit - Ethernet board (A) layout
:figclass: align-center :figclass: align-center
ESP32-Ethernet-Kit - 以太网母板A 板)布局(点击放大)(请更新图片) ESP32-Ethernet-Kit - 以太网母板A 板)布局(点击放大)
下表将从图片右上角开始,以顺时针顺序介绍图中的主要组件。 下表将从图片右上角开始,以顺时针顺序介绍图中的主要组件。
@ -93,9 +93,9 @@ ESP32-Ethernet-Kit 开发板的主要组件和连接方式如下。
* - 电源开关 * - 电源开关
- 电源开关。拨向 **5V0** 按键侧,开发板上电;拨向 **GND** 按键一侧,开发板掉电。 - 电源开关。拨向 **5V0** 按键侧,开发板上电;拨向 **GND** 按键一侧,开发板掉电。
* - 5V Input * - 5V Input
- 5V 电源接口建议仅在开发板自动运行(未连接 PC时使用。 - 5 V 电源接口建议仅在开发板自动运行(未连接 PC时使用。
* - 5V Power On LED * - 5V Power On LED
- 当开发板通电后USB 或外部 5V 供电),该红色指示灯将亮起。 - 当开发板通电后USB 或外部 5 V 供电),该红色指示灯将亮起。
* - DC/DC 转换器 * - DC/DC 转换器
- 直流 5 V 转 3.3 V输出电流最高可达 2 A。 - 直流 5 V 转 3.3 V输出电流最高可达 2 A。
* - Board B 连接器 * - Board B 连接器
@ -159,7 +159,7 @@ PoE 子板B 板)具有以下特性:
功能选择开关 功能选择开关
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^
拨码开关打开时,拨码开关将列出的 GPIO 路由到 FT2232H 以提供JTAG功能。拨码开关关闭时GPIO 可以用于其他目的。 拨码开关打开时,拨码开关将列出的 GPIO 路由到 FT2232H 以提供 JTAG 功能。拨码开关关闭时GPIO 可以用于其他目的。
========= ========== ========= ==========
拨码开关 GPIO 管脚 拨码开关 GPIO 管脚
@ -178,7 +178,7 @@ PoE 子板B 板)具有以下特性:
RMII 时钟源选择 RMII 时钟源选择
^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^
RMII 工作模式下的以太网 MAC 和 PHY 需要一个公共的 50MHz 同步时钟(即 RMII 时钟),它既可以由外部提供,也可以由内部的 ESP32 APLL 产生。 RMII 工作模式下的以太网 MAC 和 PHY 需要一个公共的 50 MHz 同步时钟(即 RMII 时钟),它既可以由外部提供,也可以由内部的 ESP32 APLL 产生。
.. note:: .. note::
@ -297,7 +297,6 @@ GPIO Header 2
1. ESP32 芯片的 GPIO16 和 GPIO17 管脚没有引出至 ESP32-WROVER-B 模组的管脚,因此无法使用。如需使用 ESP32 的 GP1016 和 GPIO17 管脚,建议更换其他不含 PSRAM 的模组,比如 ESP32-WROOM-32D 或 ESP32-SOLO-1。 1. ESP32 芯片的 GPIO16 和 GPIO17 管脚没有引出至 ESP32-WROVER-B 模组的管脚,因此无法使用。如需使用 ESP32 的 GP1016 和 GPIO17 管脚,建议更换其他不含 PSRAM 的模组,比如 ESP32-WROOM-32D 或 ESP32-SOLO-1。
2. 具体功能取决于 `功能选择开关`_ 的设置。 2. 具体功能取决于 `功能选择开关`_ 的设置。
@ -338,7 +337,6 @@ GPIO 管脚分配总结
1. 为防止 ESP32 侧 GPIO0 的上电状态受 PHY 侧时钟输出的影响PHY 侧 RESET_N 默认为低,以关闭 PHY 侧时钟输出。上电后,您可通过 GPIO5 控制 RESET_N 以打开该时钟输出。参见 `PHY 侧提供 RMII 时钟`_。对于无法通过 RESET_N 关闭时钟输出的 PHYPHY 侧建议使用可在外部禁用/使能的有源晶振。与使用 RESET_N 类似,默认情况下晶振模块应禁用,并在上电后由 ESP32 开启。有关参考设计,请参见 `ESP32-Ethernet-Kit V1.1 以太网母板A 板)原理图`_ 1. 为防止 ESP32 侧 GPIO0 的上电状态受 PHY 侧时钟输出的影响PHY 侧 RESET_N 默认为低,以关闭 PHY 侧时钟输出。上电后,您可通过 GPIO5 控制 RESET_N 以打开该时钟输出。参见 `PHY 侧提供 RMII 时钟`_。对于无法通过 RESET_N 关闭时钟输出的 PHYPHY 侧建议使用可在外部禁用/使能的有源晶振。与使用 RESET_N 类似,默认情况下晶振模块应禁用,并在上电后由 ESP32 开启。有关参考设计,请参见 `ESP32-Ethernet-Kit V1.1 以太网母板A 板)原理图`_
2. ESP32 芯片的 GPIO16 和 GPIO17 管脚没有引出至 ESP32-WROVER-B 模组的管脚,因此无法使用。如需使用 ESP32 的 GP1016 和 GPIO17 管脚,建议更换其他不含 PSRAM 的模组,比如 ESP32-WROOM-32D 或 ESP32-SOLO-1。 2. ESP32 芯片的 GPIO16 和 GPIO17 管脚没有引出至 ESP32-WROVER-B 模组的管脚,因此无法使用。如需使用 ESP32 的 GP1016 和 GPIO17 管脚,建议更换其他不含 PSRAM 的模组,比如 ESP32-WROOM-32D 或 ESP32-SOLO-1。
@ -372,7 +370,7 @@ ESP32-Ethernet-Kit 上电前,请首先确认开发板完好无损。
在完成开发环境设置和开发板测试后,您可以配置并烧录 :example:`ethernet/basic` 示例。本示例专门用于测试以太网功能,支持不同 PHY包括 :ref:`get-started-esp32-ethernet-kit-v1.1` 开发板使用的 **IP101GRI** 在完成开发环境设置和开发板测试后,您可以配置并烧录 :example:`ethernet/basic` 示例。本示例专门用于测试以太网功能,支持不同 PHY包括 :ref:`get-started-esp32-ethernet-kit-v1.1` 开发板使用的 **IP101GRI**
针对 ESP32-Ethernet-Kit V1.0 的主要修改 针对 ESP32-Ethernet-Kit V1.0 的主要修改
----------------------------------------- -----------------------------------------
* 原 GPIO0 反相后时钟提供给 PHY 方案改为由 PHY 侧外接无源晶振,提供时钟给 GPIO0。原用于控制有源晶振的 OSC_EN 的 IO2 释放,可用作其他用途。 * 原 GPIO0 反相后时钟提供给 PHY 方案改为由 PHY 侧外接无源晶振,提供时钟给 GPIO0。原用于控制有源晶振的 OSC_EN 的 IO2 释放,可用作其他用途。
@ -383,6 +381,7 @@ ESP32-Ethernet-Kit 上电前,请首先确认开发板完好无损。
* GPIO15 线上的上拉电阻 R68 移至 JTAG 的 MTDO 侧。 * GPIO15 线上的上拉电阻 R68 移至 JTAG 的 MTDO 侧。
* 为了加强 A 板和 B 板连接间的防呆设计(减少反向插入 B 板的机会),将原先 A 板上的 2 排 4 针排针改为 1 排 4 针排母和 1 排 4 针排针。相应的 4 针排针排和排母排则安装在 B 板上。 * 为了加强 A 板和 B 板连接间的防呆设计(减少反向插入 B 板的机会),将原先 A 板上的 2 排 4 针排针改为 1 排 4 针排母和 1 排 4 针排针。相应的 4 针排针排和排母排则安装在 B 板上。
ESP32-Ethernet-Kit 的其他版本 ESP32-Ethernet-Kit 的其他版本
------------------------------- -------------------------------

View File

@ -22,7 +22,7 @@ ESP32-Ethernet-Kit V1.2 入门指南
* :ref:`ESP32-Ethernet-Kit V1.2 开发板 <get-started-esp32-ethernet-kit-v1.2>` * :ref:`ESP32-Ethernet-Kit V1.2 开发板 <get-started-esp32-ethernet-kit-v1.2>`
* USB 数据线A 转 Micro-B * USB 数据线A 转 Micro-B
* PCWindows、Linux 或 Mac OS * PCWindows、Linux 或 macOS
您可以跳过介绍部分,直接前往 `应用程序开发`_ 章节。 您可以跳过介绍部分,直接前往 `应用程序开发`_ 章节。
@ -103,9 +103,9 @@ ESP32-Ethernet-Kit 开发板的主要组件和连接方式如下。
* - 电源开关 * - 电源开关
- 电源开关。拨向 **5V0** 按键侧,开发板上电;拨向 **GND** 按键一侧,开发板掉电。 - 电源开关。拨向 **5V0** 按键侧,开发板上电;拨向 **GND** 按键一侧,开发板掉电。
* - 5V Input * - 5V Input
- 5V 电源接口建议仅在开发板自动运行(未连接 PC时使用。 - 5 V 电源接口建议仅在开发板自动运行(未连接 PC时使用。
* - 5V Power On LED * - 5V Power On LED
- 当开发板通电后USB 或外部 5V 供电),该红色指示灯将亮起。 - 当开发板通电后USB 或外部 5 V 供电),该红色指示灯将亮起。
* - DC/DC 转换器 * - DC/DC 转换器
- 直流 5 V 转 3.3 V输出电流最高可达 2 A。 - 直流 5 V 转 3.3 V输出电流最高可达 2 A。
* - Board B 连接器 * - Board B 连接器
@ -127,7 +127,7 @@ ESP32-Ethernet-Kit 开发板的主要组件和连接方式如下。
.. note:: .. note::
如果采用了固件自动下载模式,则无需对 BOOT 或 EN 按键进行任何操作。 开发板支持固件自动下载模式。若遵循 `应用程序开发`_ 章节中的步骤并使用了规定软件,则无需对 BOOT 或 EN 按键进行任何操作。
PoE 子板B 板) PoE 子板B 板)
^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^
@ -156,7 +156,7 @@ PoE 子板B 板)具有以下特性:
* - 主要组件 * - 主要组件
- 基本介绍 - 基本介绍
* - A 板连接器 * - A 板连接器
- 4 个排针(左侧)和排母(右侧),用于将 PoE 子板B 板)连接至 :ref:`Ethernet board (A) <get-started-esp32-ethernet-kit-a-v1.2-layout>`。左侧的管脚接受来自 PoE 交换机的电源。右侧的管脚为 以太网母板A 板)提供 5 V 电源。 - 4 个排针(左侧)和排母(右侧),用于将 PoE 子板B 板)连接至 :ref:`Ethernet board (A) <get-started-esp32-ethernet-kit-a-v1.2-layout>`。左侧的管脚接受来自 PoE 交换机的电源。右侧的管脚为以太网母板A 板)提供 5 V 电源。
* - 外部电源终端 * - 外部电源终端
- PoE 子板B 板)可选电源 (26.6 ~ 54 V)。 - PoE 子板B 板)可选电源 (26.6 ~ 54 V)。
@ -172,7 +172,7 @@ PoE 子板B 板)具有以下特性:
功能选择开关 功能选择开关
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^
拨码开关打开时,拨码开关将列出的 GPIO 路由到 FT2232H 以提供JTAG功能。拨码开关关闭时GPIO 可以用于其他目的。 拨码开关打开时,拨码开关将列出的 GPIO 路由到 FT2232H 以提供 JTAG 功能。拨码开关关闭时GPIO 可以用于其他目的。
========= ========== ========= ==========
拨码开关 GPIO 管脚 拨码开关 GPIO 管脚
@ -187,7 +187,7 @@ PoE 子板B 板)具有以下特性:
RMII 时钟源选择 RMII 时钟源选择
^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^
RMII 工作模式下的以太网 MAC 和 PHY 需要一个公共的 50MHz 同步时钟(即 RMII 时钟),它既可以由外部提供,也可以由内部的 ESP32 APLL 产生(不推荐)。 RMII 工作模式下的以太网 MAC 和 PHY 需要一个公共的 50 MHz 同步时钟(即 RMII 时钟),它既可以由外部提供,也可以由内部的 ESP32 APLL 产生(不推荐)。
.. note:: .. note::
@ -285,7 +285,7 @@ No. ESP32 管脚
GPIO Header 2 GPIO Header 2
^^^^^^^^^^^^^ ^^^^^^^^^^^^^
根据“说明"描述的不同情形,本连接器包含可用做他用的 GPIO。 根据“说明描述的不同情形,本连接器包含可用做他用的 GPIO。
==== ========== ==================== ==== ========== ====================
No. ESP32 管脚 说明 No. ESP32 管脚 说明
@ -306,7 +306,6 @@ No. ESP32 管脚 说明
1. ESP32 芯片的 GPIO16 和 GPIO17 管脚没有引出至 ESP32-WROVER-E 模组的管脚,因此无法使用。如需使用 ESP32 的 GP1016 和 GPIO17 管脚,建议更换其他不含 PSRAM 的模组,比如 ESP32-WROOM-32D 或 ESP32-SOLO-1。 1. ESP32 芯片的 GPIO16 和 GPIO17 管脚没有引出至 ESP32-WROVER-E 模组的管脚,因此无法使用。如需使用 ESP32 的 GP1016 和 GPIO17 管脚,建议更换其他不含 PSRAM 的模组,比如 ESP32-WROOM-32D 或 ESP32-SOLO-1。
2. 具体功能取决与 `功能选择开关`_ 的设置。 2. 具体功能取决与 `功能选择开关`_ 的设置。
@ -347,7 +346,6 @@ GPIO 管脚分配总结
1. 为防止 ESP32 侧 GPIO0 的上电状态受 PHY 侧时钟输出的影响PHY 侧 RESET_N 默认为低,以关闭 PHY 侧时钟输出。上电后,您可通过 GPIO5 控制 RESET_N 以打开该时钟输出。参见 `PHY 侧提供 RMII 时钟`_。对于无法通过 RESET_N 关闭时钟输出的 PHYPHY 侧建议使用可在外部禁用/使能的有源晶振。与使用 RESET_N 类似,默认情况下晶振模块应禁用,并在上电后由 ESP32 开启。有关参考设计,请参见 `ESP32-Ethernet-Kit V1.2 以太网母板A 板)原理图`_ 1. 为防止 ESP32 侧 GPIO0 的上电状态受 PHY 侧时钟输出的影响PHY 侧 RESET_N 默认为低,以关闭 PHY 侧时钟输出。上电后,您可通过 GPIO5 控制 RESET_N 以打开该时钟输出。参见 `PHY 侧提供 RMII 时钟`_。对于无法通过 RESET_N 关闭时钟输出的 PHYPHY 侧建议使用可在外部禁用/使能的有源晶振。与使用 RESET_N 类似,默认情况下晶振模块应禁用,并在上电后由 ESP32 开启。有关参考设计,请参见 `ESP32-Ethernet-Kit V1.2 以太网母板A 板)原理图`_
2. ESP32 芯片的 GPIO16 和 GPIO17 管脚没有引出至 ESP32-WROVER-E 模组的管脚,因此无法使用。如需使用 ESP32 的 GP1016 和 GPIO17 管脚,建议更换其他不含 PSRAM 的模组,比如 ESP32-WROOM-32D 或 ESP32-SOLO-1。 2. ESP32 芯片的 GPIO16 和 GPIO17 管脚没有引出至 ESP32-WROVER-E 模组的管脚,因此无法使用。如需使用 ESP32 的 GP1016 和 GPIO17 管脚,建议更换其他不含 PSRAM 的模组,比如 ESP32-WROOM-32D 或 ESP32-SOLO-1。
@ -381,13 +379,14 @@ ESP32-Ethernet-Kit 上电前,请首先确认开发板完好无损。
在完成开发环境设置和开发板测试后,您可以配置并烧录 :example:`ethernet/basic` 示例。本示例专门用于测试以太网功能,支持不同 PHY包括 :ref:`get-started-esp32-ethernet-kit-v1.2` 开发板使用的 **IP101GRI** 在完成开发环境设置和开发板测试后,您可以配置并烧录 :example:`ethernet/basic` 示例。本示例专门用于测试以太网功能,支持不同 PHY包括 :ref:`get-started-esp32-ethernet-kit-v1.2` 开发板使用的 **IP101GRI**
针对 ESP32-Ethernet-Kit V1.1 的主要修改 针对 ESP32-Ethernet-Kit V1.1 的主要修改
----------------------------------------- -----------------------------------------
* 更正拨码开关周围 GPIO 编号丝印。 * 更正拨码开关周围 GPIO 编号丝印。
* C1、C2、C42 和 C43 更新为 20 pF。详细信息见 `ESP32-Ethernet-Kit V1.2 以太网母板A 板)原理图`_ * C1、C2、C42 和 C43 更新为 20 pF。详细信息见 `ESP32-Ethernet-Kit V1.2 以太网母板A 板)原理图`_
* 模组 ESP32-WROVER-B 替换为 ESP32-WROVER-E。 * 模组 ESP32-WROVER-B 替换为 ESP32-WROVER-E。
ESP32-Ethernet-Kit 的其他版本 ESP32-Ethernet-Kit 的其他版本
------------------------------- -------------------------------

View File

@ -95,6 +95,7 @@ ESP32-PICO-DevKitM-2 开发板的主要组件、接口及控制方式见下图
软件配置 软件配置
""""""""""" """""""""""
请前往 :doc:`../../get-started/index`,在 :ref:`get-started-step-by-step` 一节查看如何快速配置开发环境,将应用程序烧录至 ESP32-PICO-DevKitM-2 开发板。 请前往 :doc:`../../get-started/index`,在 :ref:`get-started-step-by-step` 一节查看如何快速配置开发环境,将应用程序烧录至 ESP32-PICO-DevKitM-2 开发板。
内含组件和包装方式 内含组件和包装方式

View File

@ -6,7 +6,9 @@ ESP32-PICO-KIT-1
概述 概述
====== ======
ESP32-PICO-KIT-1 是一款基于 `ESP32 <https://www.espressif.com/zh-hans/products/socs/esp32>`_ 的乐鑫开发板,板上搭载 `ESP32-PICO-V3 <https://www.espressif.com/zh-hans/products/socs>`_ SiP系统级封装模组。ESP32-PICO-V3 具备完整的 Wi-Fi 和蓝牙功能,与其它 ESP32 系列模组相比,此模组已集成下述外围组件,无需额外安装: ESP32-PICO-KIT-1 是一款基于 `ESP32 <https://www.espressif.com/zh-hans/products/socs/esp32>`_ 的乐鑫开发板。
该开发板搭载 `ESP32-PICO-V3 <https://www.espressif.com/zh-hans/products/socs>`_ SiP系统级封装模组。ESP32-PICO-V3 具备完整的 Wi-Fi 和蓝牙功能,与其它 ESP32 系列模组相比,此模组已集成下述外围组件,无需额外安装:
- 40 MHz 晶振 - 40 MHz 晶振
- 4 MB flash - 4 MB flash
@ -73,7 +75,7 @@ ESP32-PICO-KIT-1 开发板的主要组件、接口及控制方式见下图。
* - ESP32-PICO-V3 * - ESP32-PICO-V3
- ESP32-PICO-KIT-1 开发板的板载模组 (SiP),搭载 ESP32 SoC 芯片仅需连接天线、LC 匹配电路、去耦电容和一个 EN 信号上拉电阻即可正常工作。 - ESP32-PICO-KIT-1 开发板的板载模组 (SiP),搭载 ESP32 SoC 芯片仅需连接天线、LC 匹配电路、去耦电容和一个 EN 信号上拉电阻即可正常工作。
* - LDO * - LDO
- 5V 转 3.3V 低压差稳压器 - 5 V 转 3.3 V 低压差稳压器
* - USB-to-UART * - USB-to-UART
- CP2102N单芯片 USB-to-UART 桥接器,数据传输速率可达 3 Mbps。 - CP2102N单芯片 USB-to-UART 桥接器,数据传输速率可达 3 Mbps。
* - Micro-B USB * - Micro-B USB
@ -340,6 +342,7 @@ Header J3
- (b) 输出管脚; - (b) 输出管脚;
3. ESP32-PICO-KIT-1 内置 SPI flash 的工作电压为 3.3 V。因此Strapping 管脚 MTDI 在上电复位过程中应拉低。如果连接了该管脚,请确保该管脚在复位中不要拉高。 3. ESP32-PICO-KIT-1 内置 SPI flash 的工作电压为 3.3 V。因此Strapping 管脚 MTDI 在上电复位过程中应拉低。如果连接了该管脚,请确保该管脚在复位中不要拉高。
管脚布局 管脚布局
"""""""""""" """"""""""""
.. figure:: ../../../_static/esp32-pico-kit-1-pinout.png .. figure:: ../../../_static/esp32-pico-kit-1-pinout.png
@ -364,4 +367,3 @@ Header J3
* `ESP32-PICO-KIT-1 PCB 布局图 <https://dl.espressif.com/dl/schematics/PCB_ESP32-PICO-KIT-1_V1.0_20200811.pdf>`_ (PDF) * `ESP32-PICO-KIT-1 PCB 布局图 <https://dl.espressif.com/dl/schematics/PCB_ESP32-PICO-KIT-1_V1.0_20200811.pdf>`_ (PDF)
有关本开发板的更多设计文档,请联系我们的商务部门 sales@espressif.com。 有关本开发板的更多设计文档,请联系我们的商务部门 sales@espressif.com。

View File

@ -10,7 +10,7 @@ ESP32-PICO-KIT V3 入门指南
* ESP32-PICO-KIT V3 迷你开发板 * ESP32-PICO-KIT V3 迷你开发板
* USB 2.0 线A 型转 Micro-B 型) * USB 2.0 线A 型转 Micro-B 型)
* PCWindows、Linux 或 Mac OS * PCWindows、Linux 或 macOS
您可以跳过介绍部分,直接前往 `应用程序开发`_ 章节。 您可以跳过介绍部分,直接前往 `应用程序开发`_ 章节。
@ -77,5 +77,3 @@ ESP32-PICO-KIT V3 上电前,请首先确认开发板完好无损。
* `ESP32-PICO-KIT V3 原理图 <https://dl.espressif.com/dl/schematics/esp32-pico-kit-v3_schematic.pdf>`_ (PDF) * `ESP32-PICO-KIT V3 原理图 <https://dl.espressif.com/dl/schematics/esp32-pico-kit-v3_schematic.pdf>`_ (PDF)
* `《ESP32-PICO-D4 技术规格书》 <http://espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_cn.pdf>`_ (PDF) * `《ESP32-PICO-D4 技术规格书》 <http://espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_cn.pdf>`_ (PDF)
* :doc:`../../hw-reference/index` * :doc:`../../hw-reference/index`

View File

@ -12,7 +12,7 @@ ESP32-PICO-KIT V4/V4.1 入门指南
* :ref:`ESP32-PICO-KIT 迷你开发板 <get-started-pico-kit-v4-board-front>` * :ref:`ESP32-PICO-KIT 迷你开发板 <get-started-pico-kit-v4-board-front>`
* USB 2.0 线A 型转 Micro-B 型) * USB 2.0 线A 型转 Micro-B 型)
* PCWindows、Linux 或 Mac OS * PCWindows、Linux 或 macOS
您可以跳过介绍部分,直接前往 `应用程序开发`_ 章节。 您可以跳过介绍部分,直接前往 `应用程序开发`_ 章节。
@ -20,7 +20,9 @@ ESP32-PICO-KIT V4/V4.1 入门指南
概述 概述
---- ----
ESP32-PICO-KIT 是一款来自 `乐鑫 <https://espressif.com>`_ 的迷你开发板,其核心是具有完整 Wi-Fi 和蓝牙功能的 ESP32 系列 SiP 模组 ESP32-PICO-D4。与其他 ESP32 系列模组相比ESP32-PICO-D4 模组已完整集成以下外围器件: ESP32-PICO-KIT 是一款来自 `乐鑫 <https://espressif.com>`_ 的迷你开发板。
该开发板的核心是具有完整 Wi-Fi 和蓝牙功能的 ESP32 系列 SiP 模组 ESP32-PICO-D4。与其他 ESP32 系列模组相比ESP32-PICO-D4 模组已完整集成以下外围器件:
- 40 MHz 晶体振荡器 - 40 MHz 晶体振荡器
- 4 MB flash - 4 MB flash
@ -179,12 +181,12 @@ No. Name Type Function
.. _get-started-pico-kit-v4-pin-notes: .. _get-started-pico-kit-v4-pin-notes:
有关上表的说明: .. note::
1. 该管脚已连接至 ESP32-PICO-D4 的内置 flash 管脚。 1. 该管脚已连接至 ESP32-PICO-D4 的内置 flash 管脚。
2. 32.768 kHz 晶振:(a) 输入;(b) 输出。 2. 32.768 kHz 晶振:(a) 输入;(b) 输出。
3. 该管脚已连接至开发板的 USB 桥接器芯片。 3. 该管脚已连接至开发板的 USB 桥接器芯片。
4. ESP32-PICO-KIT 内置 SPI flash 的工作电压为 3.3V。因此strapping 管脚 MTDI 在模组上电复位过程中应保持低电平。如连接该管脚,请确保该管脚在复位中不要保持高电平。 4. ESP32-PICO-KIT 内置 SPI flash 的工作电压为 3.3 V。因此strapping 管脚 MTDI 在模组上电复位过程中应保持低电平。如连接该管脚,请确保该管脚在复位中不要保持高电平。
应用程序开发 应用程序开发
@ -231,4 +233,3 @@ ESP32-PICO-KIT 的尺寸为 52 x 20.3 x 10 mm (2.1" x 0.8" x 0.4")。
:hidden: :hidden:
get-started-pico-kit-v3 get-started-pico-kit-v3

View File

@ -2,7 +2,7 @@ ESP-WROVER-KIT V2 入门指南
=========================================== ===========================================
:link_to_translation:`en:[English]` :link_to_translation:`en:[English]`
本指南介绍了如何开始使用 ESP-WROVER-KIT V2 开发板及其功能和相关配置。有关 ESP-WROVER-KIT 其他版本的介绍,请见:doc:`../../hw-reference/index` 本指南介绍了如何开始使用 ESP-WROVER-KIT V2 开发板及其功能和相关配置。有关 ESP-WROVER-KIT 其他版本的介绍,请见 :doc:`../../hw-reference/index`
准备工作 准备工作
@ -18,7 +18,7 @@ ESP-WROVER-KIT V2 入门指南
概述 概述
-------- --------
ESP-WROVER-KIT 是 `乐鑫 <https://espressif.com>`_ 一款基于 ESP32 的开发板,集成了 LCD 屏幕和 MicroSD 卡槽。 ESP-WROVER-KIT 是 `乐鑫 <https://espressif.com>`_ 一款基于 ESP32 的开发板,集成了 LCD 屏幕和 microSD 卡槽。
ESP-WROVER-KIT 可选贴以下 ESP32 模组: ESP-WROVER-KIT 可选贴以下 ESP32 模组:
@ -71,7 +71,10 @@ ESP-WROVER-KIT 开发板的主要组件、接口及控制方式见下。
ESP-WROVER-KIT 开发板布局 -- 仰视图 ESP-WROVER-KIT 开发板布局 -- 仰视图
下表从图片右上角开始,以顺时针顺序介绍了图 1 中的主要组件,然后以同样的顺序介绍了图 2 中的主要组件。 下表介绍了开发板的主要组件,顺序如下:
- 从图片右上角开始,以顺时针顺序介绍了图 1 中的主要组件
- 然后以同样的顺序介绍了图 2 中的主要组件
.. list-table:: .. list-table::
:widths: 25 75 :widths: 25 75
@ -88,7 +91,7 @@ ESP-WROVER-KIT 开发板的主要组件、接口及控制方式见下。
* - UART * - UART
- 串口。FT2232HL 和 ESP32 的串行 TX/RX 信号已引出至 JP11 的两端。默认情况下,这两路信号由跳线帽连接。如果要跳过 FT2232 使用 ESP32 模组串口,则可移除相关跳线帽,将模组连接至其他外部串口设备。 - 串口。FT2232HL 和 ESP32 的串行 TX/RX 信号已引出至 JP11 的两端。默认情况下,这两路信号由跳线帽连接。如果要跳过 FT2232 使用 ESP32 模组串口,则可移除相关跳线帽,将模组连接至其他外部串口设备。
* - SPI * - SPI
- 默认情况下ESP32 使用 SPI 接口访问内置 flash 和 PSRAM。使用这些引脚连接 ESP32 和其他 SPI 设备。这种情况下,需增加额外的片选 (CS) 信号。注意,选贴 ESP32-WROVER 模组时,该接口的工作电压为 1.8 V选贴 ESP32-WROOM-32 时,该接口的工作电压为 3.3V。 - 默认情况下ESP32 使用 SPI 接口访问内置 flash 和 PSRAM。使用这些引脚连接 ESP32 和其他 SPI 设备。这种情况下,需增加额外的片选 (CS) 信号。注意,选贴 ESP32-WROVER 模组时,该接口的工作电压为 1.8 V选贴 ESP32-WROOM-32 时,该接口的工作电压为 3.3 V。
* - JTAG * - JTAG
- JTAG 接口。FT2232HL 和 ESP32 的 JTAG 信号已引出至 JP8 的两端。默认情况下,这两路信号不连接。如需使能 JTAG请按照 `设置选项`_ 的介绍,连接跳线帽。 - JTAG 接口。FT2232HL 和 ESP32 的 JTAG 信号已引出至 JP8 的两端。默认情况下,这两路信号不连接。如需使能 JTAG请按照 `设置选项`_ 的介绍,连接跳线帽。
* - FT2232 * - FT2232
@ -100,11 +103,11 @@ ESP-WROVER-KIT 开发板的主要组件、接口及控制方式见下。
* - USB * - USB
- USB 接口。可用作开发板的供电电源,或连接 PC 和开发板的通信接口。 - USB 接口。可用作开发板的供电电源,或连接 PC 和开发板的通信接口。
* - 电源选择开关 * - 电源选择开关
- ESP-WROVER-KIT 开发板可通过 USB 端口或 5V 输入接口供电。用户可使用跳线帽在两种供电模式中进行选择。更多详细信息,请见章节 `设置选项`_ 中有关 JP7 连接器的描述。 - ESP-WROVER-KIT 开发板可通过 USB 端口或 5 V 输入接口供电。用户可使用跳线帽在两种供电模式中进行选择。更多详细信息,请见章节 `设置选项`_ 中有关 JP7 连接器的描述。
* - 电源开关 * - 电源开关
- 拨向 **USB** 按键一侧,开发板上电;拨离 **USB** 按键一侧,开发板掉电。 - 拨向 **USB** 按键一侧,开发板上电;拨离 **USB** 按键一侧,开发板掉电。
* - 5V Input * - 5V Input
- 5V 电源接口建议仅在开发板自动运行(未连接 PC时使用。仅用于全负荷工作下的后备电源。 - 5 V 电源接口建议仅在开发板自动运行(未连接 PC时使用。仅用于全负荷工作下的后备电源。
* - LDO * - LDO
- 5V-to-3.3V 低压差线型稳压器 NCP1117(1A)。NCP1117 最大电流输出为 1 A。板上 LDO 为固定输出电压,但用户也可以选用具有可变输出电压的 LDO。更多信息请见 `ESP-WROVER-KIT V2 原理图`_ - 5V-to-3.3V 低压差线型稳压器 NCP1117(1A)。NCP1117 最大电流输出为 1 A。板上 LDO 为固定输出电压,但用户也可以选用具有可变输出电压的 LDO。更多信息请见 `ESP-WROVER-KIT V2 原理图`_
* - 摄像头 * - 摄像头
@ -113,8 +116,8 @@ ESP-WROVER-KIT 开发板的主要组件、接口及控制方式见下。
- 红绿蓝发光二极管,可由 PWM脉冲宽度调制控制。 - 红绿蓝发光二极管,可由 PWM脉冲宽度调制控制。
* - I/O * - I/O
- 板上模组的所有管脚均已引出至开发板的排针。用户可以对 ESP32 进行编程,实现 PWM、ADC、DAC、I2C、I2S、SPI 等多种功能。 - 板上模组的所有管脚均已引出至开发板的排针。用户可以对 ESP32 进行编程,实现 PWM、ADC、DAC、I2C、I2S、SPI 等多种功能。
* - MicroSD 卡槽 * - microSD 卡槽
- MicroSD 卡槽,可扩充存储空间:当 ESP32 进入下载模式时GPIO2 不可处于高电平。然而,为了使能 MicroSD 卡功能,需为 GPIO2 增加一个上拉电阻。默认情况下GPIO2 和上拉电阻 R153 处于断开状态。为了使能 MicroSD 卡,请按照 `设置选项`_ 章节的要求,连接 JP1 连接器。 - microSD 卡槽,可扩充存储空间:当 ESP32 进入下载模式时GPIO2 不可处于高电平。然而,为了使能 microSD 卡功能,需为 GPIO2 增加一个上拉电阻。默认情况下GPIO2 和上拉电阻 R153 处于断开状态。为了使能 microSD 卡,请按照 `设置选项`_ 章节的要求,连接 JP1 连接器。
* - LCD 显示屏 * - LCD 显示屏
- 支持贴装一款 3.2” 的 SPI标准四线串行外设接口LCD 显示器,请见 :ref:`get-started-esp-wrover-kit-v2-board-back` - 支持贴装一款 3.2” 的 SPI标准四线串行外设接口LCD 显示器,请见 :ref:`get-started-esp-wrover-kit-v2-board-back`
@ -129,7 +132,7 @@ ESP-WROVER-KIT 开发板的主要组件、接口及控制方式见下。
======= ================ ===================================================================================== ======= ================ =====================================================================================
排针 跳线设置 功能描述 排针 跳线设置 功能描述
======= ================ ===================================================================================== ======= ================ =====================================================================================
JP1 |jp1-sd_io2| 使能 MicroSD Card 功能的上拉电阻 JP1 |jp1-sd_io2| 使能 microSD Card 功能的上拉电阻
JP1 |jp1-both| 确保开发板处于下载模式时GPIO2 时钟处于低位(将 JP1 连接至 GPIO0 JP1 |jp1-both| 确保开发板处于下载模式时GPIO2 时钟处于低位(将 JP1 连接至 GPIO0
JP7 |jp7-ext_5v| 使用外部电源为 ESP-WROVER-KIT 开发板供电 JP7 |jp7-ext_5v| 使用外部电源为 ESP-WROVER-KIT 开发板供电
JP7 |jp7-usb_5v| 使用 USB 端口为 ESP-WROVER-KIT 开发板供电 JP7 |jp7-usb_5v| 使用 USB 端口为 ESP-WROVER-KIT 开发板供电

View File

@ -18,7 +18,7 @@ ESP-WROVER-KIT V3 入门指南
概述 概述
-------- --------
ESP-WROVER-KIT 是 `乐鑫 <https://espressif.com>`_ 一款基于 ESP32 的开发板,集成了 LCD 屏幕和 MicroSD 卡槽。 ESP-WROVER-KIT 是 `乐鑫 <https://espressif.com>`_ 一款基于 ESP32 的开发板,集成了 LCD 屏幕和 microSD 卡槽。
ESP-WROVER-KIT 可选贴以下 ESP32 模组: ESP-WROVER-KIT 可选贴以下 ESP32 模组:
@ -71,7 +71,10 @@ ESP-WROVER-KIT 开发板的主要组件、接口及控制方式见下。
ESP-WROVER-KIT 开发板布局 -- 仰视图 ESP-WROVER-KIT 开发板布局 -- 仰视图
下表从图片右上角开始,以顺时针顺序介绍了图 1 中的主要组件,然后以同样的顺序介绍图 2 中的主要组件。 下表介绍了开发板的主要组件,顺序如下:
- 从图片右上角开始,以顺时针顺序介绍了图 1 中的主要组件
- 然后以同样的顺序介绍了图 2 中的主要组件
.. list-table:: .. list-table::
:widths: 25 75 :widths: 25 75
@ -90,7 +93,7 @@ ESP-WROVER-KIT 开发板的主要组件、接口及控制方式见下。
* - UART * - UART
- 串口。FT2232HL 和 ESP32 的串行 TX/RX 信号已引出至 JP11 的两端。默认情况下,这两路信号由跳线帽连接。如果要跳过 FT2232 使用 ESP32 模组串口,则可移除相关跳线帽,将模组连接至其他外部串口设备。 - 串口。FT2232HL 和 ESP32 的串行 TX/RX 信号已引出至 JP11 的两端。默认情况下,这两路信号由跳线帽连接。如果要跳过 FT2232 使用 ESP32 模组串口,则可移除相关跳线帽,将模组连接至其他外部串口设备。
* - SPI * - SPI
- 默认情况下ESP32 使用 SPI 接口访问内置 flash 和 PSRAM。使用这些引脚连接 ESP32 和其他 SPI 设备。这种情况下,需增加额外的片选 (CS) 信号。注意,选贴 ESP32-WROVER 模组时,该接口的工作电压为 1.8 V选贴 ESP32-WROOM-32 时,该接口的工作电压为 3.3V。 - 默认情况下ESP32 使用 SPI 接口访问内置 flash 和 PSRAM。使用这些引脚连接 ESP32 和其他 SPI 设备。这种情况下,需增加额外的片选 (CS) 信号。注意,选贴 ESP32-WROVER 模组时,该接口的工作电压为 1.8 V选贴 ESP32-WROOM-32 时,该接口的工作电压为 3.3 V。
* - CTS/RTS * - CTS/RTS
- 串口流控信号。管脚默认不连接至电路。为了使能该功能,必须用跳线帽短路掉 JP14 的相应管脚。 - 串口流控信号。管脚默认不连接至电路。为了使能该功能,必须用跳线帽短路掉 JP14 的相应管脚。
* - JTAG * - JTAG
@ -115,7 +118,7 @@ ESP-WROVER-KIT 开发板的主要组件、接口及控制方式见下。
- 红绿蓝发光二极管,可由 PWM脉冲宽度调制控制。 - 红绿蓝发光二极管,可由 PWM脉冲宽度调制控制。
* - I/O * - I/O
- 板上模组的所有管脚均已引出至开发板的排针。用户可以对 ESP32 进行编程,实现 PWM、ADC、DAC、I2C、I2S、SPI 等多种功能。 - 板上模组的所有管脚均已引出至开发板的排针。用户可以对 ESP32 进行编程,实现 PWM、ADC、DAC、I2C、I2S、SPI 等多种功能。
* - MicroSD 卡槽 * - microSD 卡槽
- 适用于需要扩充数据存储空间或进行备份的应用开发场景。 - 适用于需要扩充数据存储空间或进行备份的应用开发场景。
* - LCD 显示屏 * - LCD 显示屏
- 支持贴装一款 3.2” 的 SPI标准四线串行外设接口LCD 显示器,请见 :ref:`get-started-esp-wrover-kit-v3-board-back` - 支持贴装一款 3.2” 的 SPI标准四线串行外设接口LCD 显示器,请见 :ref:`get-started-esp-wrover-kit-v3-board-back`
@ -160,18 +163,18 @@ JP1 连接器包括 14 x 2 个排针,具体功能可见下表中间 “I/O”
===================== ===== ===== ===================== ===================== ===== ===== =====================
n/a 3.3V GND n/a n/a 3.3V GND n/a
NC/XTAL IO32 IO33 NC/XTAL NC/XTAL IO32 IO33 NC/XTAL
JTAG, MicroSD IO12 IO13 JTAG, MicroSD JTAG, microSD IO12 IO13 JTAG, microSD
JTAG, MicroSD IO14 IO27 摄像头 JTAG, microSD IO14 IO27 摄像头
摄像头 IO26 IO25 摄像头LCD 摄像头 IO26 IO25 摄像头LCD
摄像头 IO35 IO34 摄像头 摄像头 IO35 IO34 摄像头
摄像头 IO39 IO36 摄像头 摄像头 IO39 IO36 摄像头
JTAG EN IO23 摄像头LCD JTAG EN IO23 摄像头LCD
摄像头LCD IO22 IO21 摄像头LCDMicroSD 摄像头LCD IO22 IO21 摄像头LCDmicroSD
摄像头LCD IO19 IO18 摄像头LCD 摄像头LCD IO19 IO18 摄像头LCD
摄像头LCD IO5 IO17 PSRAM 摄像头LCD IO5 IO17 PSRAM
PSRAM IO16 IO4 LED摄像头MicroSD PSRAM IO16 IO4 LED摄像头microSD
摄像头LEDBoot IO0 IO2 LEDMicroSD 摄像头LEDBoot IO0 IO2 LEDmicroSD
JTAGMicroSD IO15 5V JTAGmicroSD IO15 5V
===================== ===== ===== ===================== ===================== ===== ===== =====================
说明: 说明:
@ -181,7 +184,7 @@ JTAGMicroSD IO15 5V
* Boot - Boot 按键 / SW2 * Boot - Boot 按键 / SW2
* 摄像头 - :ref:`摄像头 / JP4 <get-started-esp-wrover-kit-v3-camera-header>` * 摄像头 - :ref:`摄像头 / JP4 <get-started-esp-wrover-kit-v3-camera-header>`
* LED - :ref:`RGB LED <get-started-esp-wrover-kit-v3-rgb-led-connections>` * LED - :ref:`RGB LED <get-started-esp-wrover-kit-v3-rgb-led-connections>`
* MicroSD - :ref:`MicroSD Card / J4 <get-started-esp-wrover-kit-v3-microsd-card-slot>` * microSD - :ref:`microSD Card / J4 <get-started-esp-wrover-kit-v3-microsd-card-slot>`
* LCD - :ref:`LCD / U5 <get-started-esp-wrover-kit-v3-lcd-connector>` * LCD - :ref:`LCD / U5 <get-started-esp-wrover-kit-v3-lcd-connector>`
* PSRAM - 仅适用于选贴 ESP32-WROVER 的情况。 * PSRAM - 仅适用于选贴 ESP32-WROVER 的情况。
@ -224,7 +227,6 @@ SPI Flash / JP13
模组的 flash 总线已通过 0 欧电阻 R140 ~ R145 连接至排针 JP13。如果需要将 flash 的工作频率控制在 80 MHz为了达到保证总线信号完整性等目的建议移除 R140 ~ R145 电阻,将模组的 flash 总线与排针 JP2 断开。 模组的 flash 总线已通过 0 欧电阻 R140 ~ R145 连接至排针 JP13。如果需要将 flash 的工作频率控制在 80 MHz为了达到保证总线信号完整性等目的建议移除 R140 ~ R145 电阻,将模组的 flash 总线与排针 JP2 断开。
.. _get-started-esp-wrover-kit-v3-jtag-header: .. _get-started-esp-wrover-kit-v3-jtag-header:
JTAG / JP8 JTAG / JP8
@ -288,11 +290,11 @@ RGB LED
.. _get-started-esp-wrover-kit-v3-microsd-card-slot: .. _get-started-esp-wrover-kit-v3-microsd-card-slot:
MicroSD 卡 microSD 卡
^^^^^^^^^^^^ ^^^^^^^^^^^^
==== ============== =============== ==== ============== ===============
. ESP32 管脚 MicroSD 信号 . ESP32 管脚 microSD 信号
==== ============== =============== ==== ============== ===============
1. MTDI / GPIO12 DATA2 1. MTDI / GPIO12 DATA2
2. MTCK / GPIO13 CD / DATA3 2. MTCK / GPIO13 CD / DATA3
@ -354,6 +356,7 @@ USB 供电 使能 UART 通信
现在,请前往 :doc:`../../get-started/index` 中的 :ref:`get-started-step-by-step` 章节,查看如何设置开发环境,并尝试将示例项目烧录至您的开发板。 现在,请前往 :doc:`../../get-started/index` 中的 :ref:`get-started-step-by-step` 章节,查看如何设置开发环境,并尝试将示例项目烧录至您的开发板。
相关文档 相关文档
----------------- -----------------

View File

@ -10,7 +10,7 @@ ESP-WROVER-KIT V4.1 入门指南
* :ref:`ESP-WROVER-KIT V4.1 开发板 <get-started-esp-wrover-kit-v4.1-board-front>` * :ref:`ESP-WROVER-KIT V4.1 开发板 <get-started-esp-wrover-kit-v4.1-board-front>`
* USB 2.0 数据线A 转 Micro-B * USB 2.0 数据线A 转 Micro-B
* PCWindows、Linux 或 Mac OS * PCWindows、Linux 或 macOS
您可以跳过介绍部分,直接前往 `应用程序开发`_ 章节。 您可以跳过介绍部分,直接前往 `应用程序开发`_ 章节。
@ -24,7 +24,7 @@ ESP-WROVER-KIT 开发板已集成了如下组件:
- ESP32-WROVER-E 模组 - ESP32-WROVER-E 模组
- LCD 屏 - LCD 屏
- MicroSD 卡槽 - microSD 卡槽
此外ESP-WROVER-KIT 的独特之处在于集成了一款先进多协议 USB 桥接器 (FTDI FT2232HL),允许开发人员直接通过 USB 接口,使用 JTAG 对 ESP32 进行调试,无需额外的 JTAG 调试器。ESP-WROVER-KIT 可为开发人员提供简单、便捷且极具成本效益的开发体验。 此外ESP-WROVER-KIT 的独特之处在于集成了一款先进多协议 USB 桥接器 (FTDI FT2232HL),允许开发人员直接通过 USB 接口,使用 JTAG 对 ESP32 进行调试,无需额外的 JTAG 调试器。ESP-WROVER-KIT 可为开发人员提供简单、便捷且极具成本效益的开发体验。
@ -72,10 +72,10 @@ ESP-WROVER-KIT 开发板的主要组件、接口及控制方式见下。
ESP-WROVER-KIT 开发板布局 -- 仰视图 ESP-WROVER-KIT 开发板布局 -- 仰视图
下表将从图片右上角开始,以顺时针顺序介绍图 1 中的主要组件,然后按同样顺序介绍图 2 中的主要组件。 下表介绍了开发板的主要组件,顺序如下:
- 从图片右上角开始,以顺时针顺序介绍了图 1 中的主要组件
- 然后以同样的顺序介绍了图 2 中的主要组件
.. list-table:: .. list-table::
:widths: 25 75 :widths: 25 75
@ -178,12 +178,10 @@ ESP32 模组的部分管脚/终端已被板上组件占用或用于外部硬件
JP1 连接器包括 14 x 2 个排针,具体功能可见下表中间 “I/O” 列的介绍。两侧的“共用”列则介绍了这些管脚在板上的其他用途。 JP1 连接器包括 14 x 2 个排针,具体功能可见下表中间 “I/O” 列的介绍。两侧的“共用”列则介绍了这些管脚在板上的其他用途。
.. list-table:: .. list-table::
:widths: 30 20 20 30 :widths: 30 20 20 30
:header-rows: 1 :header-rows: 1
* - 共用 * - 共用
- I/O - I/O
- I/O - I/O
@ -196,11 +194,11 @@ JP1 连接器包括 14 x 2 个排针,具体功能可见下表中间 “I/O”
- IO32 - IO32
- IO33 - IO33
- NC/XTAL - NC/XTAL
* - JTAGMicroSD * - JTAGmicroSD
- IO12 - IO12
- IO13 - IO13
- JTAGMicroSD - JTAGmicroSD
* - JTAGMicroSD * - JTAGmicroSD
- IO14 - IO14
- IO27 - IO27
- 摄像头 - 摄像头
@ -223,7 +221,7 @@ JP1 连接器包括 14 x 2 个排针,具体功能可见下表中间 “I/O”
* - 摄像头LCD * - 摄像头LCD
- IO22 - IO22
- IO21 - IO21
- 摄像头LCDMicroSD - 摄像头LCDmicroSD
* - 摄像头LCD * - 摄像头LCD
- IO19 - IO19
- IO18 - IO18
@ -235,12 +233,12 @@ JP1 连接器包括 14 x 2 个排针,具体功能可见下表中间 “I/O”
* - PSRAM * - PSRAM
- IO16 - IO16
- IO4 - IO4
- LED摄像头MicroSD - LED摄像头microSD
* - 摄像头LEDBoot * - 摄像头LEDBoot
- IO0 - IO0
- IO2 - IO2
- LEDMicroSD - LEDmicroSD
* - JTAGMicroSD * - JTAGmicroSD
- IO15 - IO15
- 5V - 5V
- -
@ -252,7 +250,7 @@ JP1 连接器包括 14 x 2 个排针,具体功能可见下表中间 “I/O”
* Boot - Boot 按键 / SW2 * Boot - Boot 按键 / SW2
* 摄像头 - :ref:`摄像头 / JP4 <get-started-esp-wrover-kit-v4.1-camera-header>` * 摄像头 - :ref:`摄像头 / JP4 <get-started-esp-wrover-kit-v4.1-camera-header>`
* LED - :ref:`RGB LED <get-started-esp-wrover-kit-v4.1-rgb-led-connections>` * LED - :ref:`RGB LED <get-started-esp-wrover-kit-v4.1-rgb-led-connections>`
* MicroSD - :ref:`MicroSD Card / J4 <get-started-esp-wrover-kit-v4.1-microsd-card-slot>` * microSD - :ref:`microSD Card / J4 <get-started-esp-wrover-kit-v4.1-microsd-card-slot>`
* LCD - :ref:`LCD / U5 <get-started-esp-wrover-kit-v4.1-lcd-connector>` * LCD - :ref:`LCD / U5 <get-started-esp-wrover-kit-v4.1-lcd-connector>`
* PSRAM - ESP32-WROVER-E 的 PSRAM * PSRAM - ESP32-WROVER-E 的 PSRAM
@ -282,12 +280,12 @@ SPI Flash / JP2
==== ============= ==== =============
. ESP32 管脚 . ESP32 管脚
==== ============= ==== =============
1. CLK / GPIO6 1 CLK / GPIO6
2. SD0 / GPIO7 2 SD0 / GPIO7
3. SD1 / GPIO8 3 SD1 / GPIO8
4. SD2 / GPIO9 4 SD2 / GPIO9
5. SD3 / GPIO10 5 SD3 / GPIO10
6. CMD / GPIO11 6 CMD / GPIO11
==== ============= ==== =============
.. important:: .. important::
@ -295,7 +293,6 @@ SPI Flash / JP2
模组的 flash 总线已通过 0 欧电阻 R140 ~ R145 连接至排针 JP2。如果需要将 flash 的工作频率控制在 80 MHz以达到保证总线信号完整性等目的建议移除 R140 ~ R145 电阻,将模组的 flash 总线与排针 JP2 断开。 模组的 flash 总线已通过 0 欧电阻 R140 ~ R145 连接至排针 JP2。如果需要将 flash 的工作频率控制在 80 MHz以达到保证总线信号完整性等目的建议移除 R140 ~ R145 电阻,将模组的 flash 总线与排针 JP2 断开。
.. _get-started-esp-wrover-kit-v4.1-jtag-header: .. _get-started-esp-wrover-kit-v4.1-jtag-header:
JTAG / JP2 JTAG / JP2
@ -304,11 +301,11 @@ JTAG / JP2
==== ============== ============= ==== ============== =============
. ESP32 管脚 JTAG 信号 . ESP32 管脚 JTAG 信号
==== ============== ============= ==== ============== =============
1. EN TRST_N 1 EN TRST_N
2. MTMS / GPIO14 TMS 2 MTMS / GPIO14 TMS
3. MTDO / GPIO15 TDO 3 MTDO / GPIO15 TDO
4. MTDI / GPIO12 TDI 4 MTDI / GPIO12 TDI
5. MTCK / GPIO13 TCK 5 MTCK / GPIO13 TCK
==== ============== ============= ==== ============== =============
@ -320,24 +317,24 @@ JTAG / JP2
==== ========== ============================= ==== ========== =============================
. ESP32 管脚 摄像头信号 . ESP32 管脚 摄像头信号
==== ========== ============================= ==== ========== =============================
1. n/a 3.3V 1 n/a 3.3V
2. n/a 地 2 n/a 地
3. GPIO27 SIO_C / SCCB 时钟 3 GPIO27 SIO_C / SCCB 时钟
4. GPIO26 SIO_D / SCCB 数据 4 GPIO26 SIO_D / SCCB 数据
5. GPIO25 VSYNC / 垂直同步 5 GPIO25 VSYNC / 垂直同步
6. GPIO23 HREF / 水平参考 6 GPIO23 HREF / 水平参考
7. GPIO22 PCLK / 像素时钟 7 GPIO22 PCLK / 像素时钟
8. GPIO21 XCLK / 系统时钟 8 GPIO21 XCLK / 系统时钟
9. GPIO35 D7 / 像素数据 Bit 7 9 GPIO35 D7 / 像素数据 Bit 7
10. GPIO34 D6 / 像素数据 Bit 6 10 GPIO34 D6 / 像素数据 Bit 6
11. GPIO39 D5 / 像素数据 Bit 5 11 GPIO39 D5 / 像素数据 Bit 5
12. GPIO36 D4 / 像素数据 Bit 4 12 GPIO36 D4 / 像素数据 Bit 4
13. GPIO19 D3 / 像素数据 Bit 3 13 GPIO19 D3 / 像素数据 Bit 3
14. GPIO18 D2 / 像素数据 Bit 2 14 GPIO18 D2 / 像素数据 Bit 2
15. GPIO5 D1 / 像素数据 Bit 1 15 GPIO5 D1 / 像素数据 Bit 1
16. GPIO4 D0 / 像素数据 Bit 0 16 GPIO4 D0 / 像素数据 Bit 0
17. GPIO0 RESET / 摄像头复位 17 GPIO0 RESET / 摄像头复位
18. n/a PWDN / 摄像头断电 18 n/a PWDN / 摄像头断电
==== ========== ============================= ==== ========== =============================
* D0 到 D7 为摄像头的数据总线 * D0 到 D7 为摄像头的数据总线
@ -351,19 +348,19 @@ RGB LED
==== ========== ========= ==== ========== =========
. ESP32 管脚 RGB LED . ESP32 管脚 RGB LED
==== ========== ========= ==== ========== =========
1. GPIO0 红色 1 GPIO0 红色
2. GPIO2 绿色 2 GPIO2 绿色
3. GPIO4 蓝色 3 GPIO4 蓝色
==== ========== ========= ==== ========== =========
.. _get-started-esp-wrover-kit-v4.1-microsd-card-slot: .. _get-started-esp-wrover-kit-v4.1-microsd-card-slot:
MicroSD 卡 microSD 卡
^^^^^^^^^^^^ ^^^^^^^^^^^^
==== ============== =============== ==== ============== ===============
. ESP32 管脚 MicroSD 信号 . ESP32 管脚 microSD 信号
==== ============== =============== ==== ============== ===============
1. MTDI / GPIO12 DATA2 1. MTDI / GPIO12 DATA2
2. MTCK / GPIO13 CD / DATA3 2. MTCK / GPIO13 CD / DATA3
@ -383,13 +380,13 @@ LCD / U5
==== ============== =============== ==== ============== ===============
. ESP32 管脚 LCD 信号 . ESP32 管脚 LCD 信号
==== ============== =============== ==== ============== ===============
1. GPIO18 复位 1 GPIO18 复位
2. GPIO19 SCL 2 GPIO19 SCL
3. GPIO21 D/C 3 GPIO21 D/C
4. GPIO22 CS 4 GPIO22 CS
5. GPIO23 SDA 5 GPIO23 SDA
6. GPIO25 SDO 6 GPIO25 SDO
7. GPIO5 背光 7 GPIO5 背光
==== ============== =============== ==== ============== ===============

View File

@ -45,7 +45,6 @@ ESP32-DevKitM-1 开发板是一款小巧实用的开发板,具备以下特色
- 以及其他组件 - 以及其他组件
内含组件和包装 内含组件和包装
--------------- ---------------
@ -114,7 +113,7 @@ ESP32-DevKitM-1 上电前,请首先确认开发板完好无损。
- ESP32-DevKitM-1 开发板 - ESP32-DevKitM-1 开发板
- USB A / micro USB B 数据线 - USB A / micro USB B 数据线
- PCWindows、Linux 或 Mac OS - PCWindows、Linux 或 macS
软件设置 软件设置

View File

@ -54,6 +54,7 @@ ESP32-DevKitS 和 ESP32-DevKitS-R 仅在弹簧布局上有所不同,用于适
有关上述模组的详细信息,请参考 `ESP32 系列模组 <https://www.espressif.com/zh-hans/products/modules?id=ESP32>`_ 有关上述模组的详细信息,请参考 `ESP32 系列模组 <https://www.espressif.com/zh-hans/products/modules?id=ESP32>`_
组件介绍 组件介绍
-------- --------

View File

@ -68,6 +68,7 @@ ESP32-C3-DevKitM-1 是一款入门级开发板,使用以尺寸小而得名的
* - RGB LED * - RGB LED
- 可寻址 RGB 发光二极管,由 GPIO8 驱动。 - 可寻址 RGB 发光二极管,由 GPIO8 驱动。
开始开发应用 开始开发应用
------------ ------------
@ -155,6 +156,7 @@ J1
7 RST I CHIP_PU 7 RST I CHIP_PU
8 GND G 接地 8 GND G 接地
9 IO1 I/O/T GPIO1, ADC1_CH1, XTAL_32K_N 9 IO1 I/O/T GPIO1, ADC1_CH1, XTAL_32K_N
10 IO1 I/O/T GPIO1, ADC1_CH1, XTAL_32K_N
11 IO10 I/O/T GPIO10, FSPICS0 11 IO10 I/O/T GPIO10, FSPICS0
12 GND G 接地 12 GND G 接地
13 5V P 5 V 电源 13 5V P 5 V 电源
@ -214,7 +216,9 @@ J3
有关本开发板的更多设计文档,请联系我们的商务部门 `sales@espressif.com <sales@espressif.com>`_ 有关本开发板的更多设计文档,请联系我们的商务部门 `sales@espressif.com <sales@espressif.com>`_
.. _ESP32-C3 技术规格书: https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_cn.pdf .. _ESP32-C3 技术规格书: https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_cn.pdf
.. _ESP32-C3-MINI-1 规格书: https://www.espressif.com/sites/default/files/documentation/esp32-c3-mini-1_datasheet_cn.pdf .. _ESP32-C3-MINI-1 规格书: https://www.espressif.com/sites/default/files/documentation/esp32-c3-mini-1_datasheet_cn.pdf
.. _ESP32-C3-DevKitM-1 原理图: https://dl.espressif.com/dl/schematics/SCH_ESP32-C3-DEVKITM-1_V1_20200915A.pdf .. _ESP32-C3-DevKitM-1 原理图: https://dl.espressif.com/dl/schematics/SCH_ESP32-C3-DEVKITM-1_V1_20200915A.pdf
.. _ESP32-C3-DevKitM-1 PCB 布局图: https://dl.espressif.com/dl/schematics/PCB_ESP32-C3-DEVKITM-1_V1_20200915AA.pdf
.. _ESP32-C3-DevKitM-1 尺寸图: https://dl.espressif.com/dl/schematics/DIMENSION_ESP32-C3-DEVKITM-1_V1_20200915AA.pdf
.. _ESP32-C3-DevKitM-1 尺寸图源文件: https://dl.espressif.com/dl/schematics/DIMENSION_ESP32-C3-DEVKITM-1_V1_20200915AA.dxf

View File

@ -58,18 +58,7 @@ ESP-LyraP-TouchA 共有 6 个触摸按钮,主要用于音频应用,但也可
- 电容式触摸电极。 - 电容式触摸电极。
* - 保护环 * - 保护环
- 连接至触摸传感器,可在开发板遇水时触发中断保护(遇水电路保护)。此时,传感器阵列也将遇水,绝大多数(或全部)触摸板将由于大量误触而无法使用。在接收到此中断后,用户可自行裁决是否通过软件禁用所有触摸传感器。 - 连接至触摸传感器,可在开发板遇水时触发中断保护(遇水电路保护)。此时,传感器阵列也将遇水,绝大多数(或全部)触摸板将由于大量误触而无法使用。在接收到此中断后,用户可自行裁决是否通过软件禁用所有触摸传感器。
.. * - 主要组件
- 描述
* - 主板触摸 FPC 连接器
- 用于将子板连接到主板的触摸 FPC 连接器。
* - 触摸板
- 电容式触摸电极。
* - 保护环
- 连接至触摸传感器,可在开发板遇水时触发中断保护(遇水电路保护)。此时,传感器阵列也将遇水,绝大多数(或全部)触摸板将由于大量误触而无法使用。在接收到此中断后,用户可自行裁决是否通过软件禁用所有触摸传感器。
应用程序开发 应用程序开发
------------ ------------

View File

@ -18,7 +18,6 @@ ESP-LyraT-8311A 扩展板可为您的主板增加音频处理功能。
ESP-LyraT-8311A 扩展板有多种使用方式。该应用程序包括语音用户界面、语音控制、语音授权、录音和播放等功能。 ESP-LyraT-8311A 扩展板有多种使用方式。该应用程序包括语音用户界面、语音控制、语音授权、录音和播放等功能。
.. figure:: https://dl.espressif.com/dl/schematics/pictures/esp-lyrat-8311a-v1.3-3d.png .. figure:: https://dl.espressif.com/dl/schematics/pictures/esp-lyrat-8311a-v1.3-3d.png
:align: center :align: center
:width: 1934px :width: 1934px

View File

@ -256,6 +256,5 @@ J3
- `ESP32-S3-DevKitC-1 PCB 布局图 <https://dl.espressif.com/dl/PCB_ESP32-S3-DevKitC-1_V1_20210312CB.pdf>`_ (PDF) - `ESP32-S3-DevKitC-1 PCB 布局图 <https://dl.espressif.com/dl/PCB_ESP32-S3-DevKitC-1_V1_20210312CB.pdf>`_ (PDF)
- `ESP32-S3-DevKitC-1 尺寸图 <https://dl.espressif.com/dl/DXF_ESP32-S3-DevKitC-1_V1_20210312CB.pdf>`_ (PDF) - `ESP32-S3-DevKitC-1 尺寸图 <https://dl.espressif.com/dl/DXF_ESP32-S3-DevKitC-1_V1_20210312CB.pdf>`_ (PDF)
- `ESP32-S3-DevKitC-1 尺寸图源文件 <https://dl.espressif.com/dl/DXF_ESP32-S3-DevKitC-1_V1_20210312CB.dxf>`_ (DXF) - 可使用 `Autodesk Viewer <https://viewer.autodesk.com/>`_ 查看 - `ESP32-S3-DevKitC-1 尺寸图源文件 <https://dl.espressif.com/dl/DXF_ESP32-S3-DevKitC-1_V1_20210312CB.dxf>`_ (DXF) - 可使用 `Autodesk Viewer <https://viewer.autodesk.com/>`_ 查看
- ...
有关本开发板的更多设计文档,请联系我们的商务部门 `sales@espressif.com <sales@espressif.com>`_ 有关本开发板的更多设计文档,请联系我们的商务部门 `sales@espressif.com <sales@espressif.com>`_

View File

@ -257,4 +257,4 @@ J3
- `ESP32-S3-DevKitM-1 尺寸图 <https://dl.espressif.com/dl/schematics/DXF_ESP32-S3-DevKitM-1_V1_20210310AC.pdf>`_ (PDF) - `ESP32-S3-DevKitM-1 尺寸图 <https://dl.espressif.com/dl/schematics/DXF_ESP32-S3-DevKitM-1_V1_20210310AC.pdf>`_ (PDF)
- `ESP32-S3-DevKitM-1 尺寸图源文件 <https://dl.espressif.com/dl/schematics/DXF_ESP32-S3-DevKitM-1_V1_20210310AC.dxf>`_ (DXF) - 可使用 `Autodesk Viewer <https://viewer.autodesk.com/>`_ 查看 - `ESP32-S3-DevKitM-1 尺寸图源文件 <https://dl.espressif.com/dl/schematics/DXF_ESP32-S3-DevKitM-1_V1_20210310AC.dxf>`_ (DXF) - 可使用 `Autodesk Viewer <https://viewer.autodesk.com/>`_ 查看
有关本开发板的更多设计文档,请联系我们的商务部门 `sales@espressif.com <sales@espressif.com>`_ 有关本开发板的更多设计文档,请联系我们的商务部门 `sales@espressif.com <sales@espressif.com>`_