mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 11:55:21 +02:00
docs: sync up hw reference line count
This commit is contained in:
@@ -9,7 +9,7 @@ This guide shows how to start using the ESP32-DevKitC V2 development board.
|
||||
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
|
||||
* 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
|
||||
|
||||
|
||||
+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Key Component | Description |
|
||||
+=====================+=========================================================================================================================================================================================+
|
||||
| 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>`_ |
|
||||
+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| EN | Reset button. |
|
||||
+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Boot | 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. |
|
||||
+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
.. list-table::
|
||||
:widths: 25 75
|
||||
:header-rows: 1
|
||||
|
||||
* - Key Component
|
||||
- Description
|
||||
* - 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>`_
|
||||
* - EN
|
||||
- Reset button.
|
||||
* - Boot
|
||||
- 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
|
||||
|
||||
@@ -21,7 +21,7 @@ Overview
|
||||
|
||||
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:
|
||||
|
||||
@@ -159,7 +159,7 @@ This section describes options to configure the ESP32-Ethernet-Kit hardware.
|
||||
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
|
||||
@@ -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.
|
||||
|
||||
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.
|
||||
|
||||
|
||||
@@ -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 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
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
What You Need
|
||||
-------------
|
||||
|
||||
@@ -16,6 +17,7 @@ What You Need
|
||||
|
||||
You can skip the introduction sections and go directly to Section `Start Application Development`_.
|
||||
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
@@ -54,9 +56,9 @@ Functional Description
|
||||
|
||||
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:
|
||||
|
||||
|
||||
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.
|
||||
|
||||
================== ===========================================================================
|
||||
Key Component Description
|
||||
================== ===========================================================================
|
||||
ESP32-WROVER-B This ESP32 module features 64-Mbit PSRAM for flexible extended storage and data processing capabilities.
|
||||
.. list-table:: Table 1 Component Description
|
||||
:widths: 40 150
|
||||
:header-rows: 1
|
||||
|
||||
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)
|
||||
^^^^^^^^^^^^^
|
||||
@@ -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:
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
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).
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
.. figure:: ../../../_static/esp32-ethernet-kit-rmii-clk-to-phy.png
|
||||
:align: center
|
||||
: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.
|
||||
|
||||
|
||||
Initial Setup
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
@@ -399,4 +407,4 @@ For other design documentation for the board, please contact us at sales@espress
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
get-started-ethernet-kit-v1.0.rst
|
||||
get-started-ethernet-kit-v1.0.rst
|
||||
@@ -26,6 +26,7 @@ What You Need
|
||||
|
||||
You can skip the introduction sections and go directly to Section `Start Application Development`_.
|
||||
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
@@ -65,9 +66,9 @@ Functional Description
|
||||
|
||||
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:
|
||||
|
||||
|
||||
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.
|
||||
|
||||
================== ===========================================================================
|
||||
Key Component Description
|
||||
================== ===========================================================================
|
||||
ESP32-WROVER-E This ESP32 module features 64-Mbit PSRAM for flexible extended storage and data processing capabilities.
|
||||
.. list-table:: Table 1 Component Description
|
||||
:widths: 40 150
|
||||
:header-rows: 1
|
||||
|
||||
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. For details 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.2 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 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`_.
|
||||
|
||||
================== ===========================================================================
|
||||
* - Key Component
|
||||
- Description
|
||||
* - 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`_.
|
||||
* - Function Switch
|
||||
- A 4-bit DIP switch used to configure the functionality of selected GPIOs of ESP32. For details 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.2 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`_.
|
||||
|
||||
.. note::
|
||||
|
||||
@@ -154,12 +156,13 @@ To take advantage of the PoE functionality the **RJ45 Port** of the Ethernet boa
|
||||
* - Key Component
|
||||
- Description
|
||||
* - 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
|
||||
- Optional power supply (26.6 ~ 54 V) to the PoE board (B).
|
||||
|
||||
.. _get-started-esp32-ethernet-kit-v1.2-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.
|
||||
|
||||
|
||||
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).
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
.. figure:: ../../../_static/esp32-ethernet-kit-rmii-clk-to-phy.png
|
||||
:align: center
|
||||
: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.
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
Initial Setup
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
================== =================================================================================================================================
|
||||
Key Component Description
|
||||
================== =================================================================================================================================
|
||||
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.
|
||||
.. list-table::
|
||||
:widths: 10 25
|
||||
:header-rows: 1
|
||||
|
||||
LDO 5V-to-3.3V Low dropout voltage regulator (LDO).
|
||||
|
||||
USB-to-UART bridge CP2102N, single-chip USB-UART bridge that offers up to 3 Mbps transfers rates.
|
||||
|
||||
Micro-B USB Port USB interface. Power supply for the board as well as the communication interface between a computer and the board.
|
||||
|
||||
5V Power On LED This red LED turns on when power is supplied to the board. For details, see the schematic in `Related Documents`_.
|
||||
|
||||
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.
|
||||
================== =================================================================================================================================
|
||||
* - Key Component
|
||||
- Description
|
||||
* - 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
|
||||
- V-to-3.3V Low dropout voltage regulator (LDO).
|
||||
* - USB-to-UART bridge
|
||||
- CP2102N, single-chip USB-UART bridge that offers up to 3 Mbps transfers rates.
|
||||
* - Micro-B USB Port
|
||||
- USB interface. Power supply for the board as well as the communication interface between a computer and the board.
|
||||
* - 5V Power On LED
|
||||
- This red LED turns on when power is supplied to the board. For details, see the schematic in `Related Documents`_.
|
||||
* - 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
|
||||
-----------------------------
|
||||
@@ -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.
|
||||
|
||||
|
||||
Wholesale Orders
|
||||
------------------
|
||||
|
||||
@@ -320,7 +322,7 @@ Header J3
|
||||
|
||||
.. _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.
|
||||
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)
|
||||
|
||||
For other design documentation for the board, please contact us at sales@espressif.com.
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Below is the description of the items identified in the figure starting from the top left corner and going clockwise.
|
||||
|
||||
================== =================================================================================================================================
|
||||
Key Component Description
|
||||
================== =================================================================================================================================
|
||||
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.
|
||||
.. list-table::
|
||||
:widths: 10 25
|
||||
:header-rows: 1
|
||||
|
||||
LDO 5V-to-3.3V Low dropout voltage regulator (LDO).
|
||||
|
||||
USB-to-UART bridge CP2102N, single-chip USB-to-UART bridge that offers up to 3 Mbps transfers rates.
|
||||
|
||||
Micro USB Port USB interface. Power supply for the board as well as the communication interface between a computer and the board.
|
||||
|
||||
5V Power On LED This red LED turns on when power is supplied to the board. For details, see the schematic in `Related Documents`_.
|
||||
|
||||
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.
|
||||
================== =================================================================================================================================
|
||||
* - Key Component
|
||||
- Description
|
||||
* - 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).
|
||||
* - USB-to-UART bridge
|
||||
- CP2102N, single-chip USB-to-UART bridge that offers up to 3 Mbps transfers rates.
|
||||
* - Micro USB Port
|
||||
- USB interface. Power supply for the board as well as the communication interface between a computer and the board.
|
||||
* - 5V Power On LED
|
||||
- This red LED turns on when power is supplied to the board. For details, see the schematic in `Related Documents`_.
|
||||
* - 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
|
||||
-----------------------------
|
||||
@@ -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.
|
||||
|
||||
|
||||
Contents and Packaging
|
||||
=======================
|
||||
|
||||
@@ -329,7 +334,7 @@ Header J3
|
||||
|
||||
.. _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.
|
||||
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)
|
||||
|
||||
For other design documentation for the board, please contact us at sales@espressif.com.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
================== =================================================================================================================================
|
||||
Key Component Description
|
||||
================== =================================================================================================================================
|
||||
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.
|
||||
.. list-table::
|
||||
:widths: 25 75
|
||||
:header-rows: 1
|
||||
|
||||
LDO 5V-to-3.3V Low dropout voltage regulator (LDO).
|
||||
|
||||
USB-UART bridge Single-chip USB-UART bridge provides up to 1 Mbps transfers rates.
|
||||
|
||||
Micro USB Port USB interface. Power supply for the board as well as the communication interface between a computer and the board.
|
||||
|
||||
Power On LED This red LED turns on when power is supplied to the board.
|
||||
|
||||
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.
|
||||
================== =================================================================================================================================
|
||||
* - Key Component
|
||||
- Description
|
||||
* - 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).
|
||||
* - USB-UART bridge
|
||||
- Single-chip USB-UART bridge provides up to 1 Mbps transfers rates.
|
||||
* - Micro USB Port
|
||||
- USB interface. Power supply for the board as well as the communication interface between a computer and the board.
|
||||
* - Power On LED
|
||||
- This red LED turns on when power is supplied to the board.
|
||||
* - 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
|
||||
@@ -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-D4 Datasheet <http://espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf>`_ (PDF)
|
||||
* :doc:`../../hw-reference/index`
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
================== =================================================================================================================================
|
||||
Key Component Description
|
||||
================== =================================================================================================================================
|
||||
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.
|
||||
.. list-table::
|
||||
:widths: 25 75
|
||||
:header-rows: 1
|
||||
|
||||
LDO 5V-to-3.3V Low dropout voltage regulator (LDO).
|
||||
|
||||
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.
|
||||
|
||||
Micro USB Port USB interface. Power supply for the board as well as the communication interface between a computer and the board.
|
||||
|
||||
5V Power On LED This red LED turns on when power is supplied to the board. For details, see the schematics in `Related Documents`_.
|
||||
|
||||
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.
|
||||
================== =================================================================================================================================
|
||||
* - Key Component
|
||||
- Description
|
||||
* - 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).
|
||||
* - 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.
|
||||
* - Micro USB Port
|
||||
- USB interface. Power supply for the board as well as the communication interface between a computer and the board.
|
||||
* - 5V Power On LED
|
||||
- This red LED turns on when power is supplied to the board. For details, see the schematics in `Related Documents`_.
|
||||
* - 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
|
||||
@@ -178,14 +181,12 @@ No. Name Type Function
|
||||
|
||||
.. _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.
|
||||
2. 32.768 kHz crystal oscillator:
|
||||
a) input
|
||||
b) output
|
||||
2. 32.768 kHz crystal oscillator: a) input, b) output.
|
||||
3. This pin is connected to the pin of the USB bridge chip on the board.
|
||||
4. The operating voltage of ESP32-PICO-KIT’s embedded SPI flash is 3.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-KIT’s embedded SPI flash is 3.3 V. Therefore, the strapping pin MTDI should hold bit zero during the module power-on reset. If connected, please make sure that this pin is not held up on reset.
|
||||
|
||||
|
||||
Start Application Development
|
||||
|
||||
@@ -18,7 +18,7 @@ You can skip the introduction sections and go directly to Section `Start Applica
|
||||
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:
|
||||
|
||||
@@ -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
|
||||
- Then moving on to the second picture
|
||||
|
||||
.. list-table::
|
||||
:widths: 25 75
|
||||
:header-rows: 1
|
||||
|
||||
================== =================================================================================================================================
|
||||
Key Component Description
|
||||
================== =================================================================================================================================
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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`_.
|
||||
|
||||
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.
|
||||
|
||||
EN Reset button.
|
||||
|
||||
Boot Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port.
|
||||
|
||||
USB USB interface. Power supply for the board as well as the communication interface between a computer and the board.
|
||||
|
||||
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 Key Power On/Off Switch. Toggling toward **USB** powers the board on, toggling away from **USB** 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).
|
||||
|
||||
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`_.
|
||||
|
||||
Camera Camera interface, a standard OV7670 camera module.
|
||||
|
||||
RGB Red, green and blue (RGB) light emitting diodes (LEDs), can be controlled by pulse width modulation (PWM).
|
||||
|
||||
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.
|
||||
|
||||
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`_.
|
||||
|
||||
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`.
|
||||
================== =================================================================================================================================
|
||||
* - Key Component
|
||||
- Description
|
||||
* - 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.
|
||||
* - 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.
|
||||
* - 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.
|
||||
* - 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.
|
||||
* - 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.3 V.
|
||||
* - 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`_.
|
||||
* - 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.
|
||||
* - EN
|
||||
- Reset button.
|
||||
* - Boot
|
||||
- Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port.
|
||||
* - USB
|
||||
- USB interface. Power supply for the board as well as the communication interface between a computer and the board.
|
||||
* - Power Select
|
||||
- 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 On/Off Switch. Toggling toward **USB** powers the board on, toggling away from **USB** 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).
|
||||
* - LDO
|
||||
- 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 interface, a standard OV7670 camera module.
|
||||
* - RGB
|
||||
- Red, green and blue (RGB) light emitting diodes (LEDs), can be controlled by pulse width modulation (PWM).
|
||||
* - 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.
|
||||
* - 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`_.
|
||||
* - 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`.
|
||||
|
||||
|
||||
.. _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
|
||||
======= ================ =========================================================
|
||||
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)
|
||||
JP7 |jp7-ext_5v| Power ESP-WROVER-KIT via an external power supply
|
||||
JP7 |jp7-usb_5v| Power ESP-WROVER-KIT via USB
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
ESP-WROVER-KIT V3 Getting Started Guide
|
||||
=======================================
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
@@ -19,7 +18,7 @@ You can skip the introduction sections and go directly to Section `Start Applica
|
||||
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:
|
||||
|
||||
@@ -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
|
||||
- Then moving on to the second picture
|
||||
|
||||
.. list-table::
|
||||
:widths: 25 75
|
||||
:header-rows: 1
|
||||
|
||||
================== =================================================================================================================================
|
||||
Key Component Description
|
||||
================== =================================================================================================================================
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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`_.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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`_.
|
||||
|
||||
EN Reset button.
|
||||
|
||||
Boot Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port.
|
||||
|
||||
USB USB interface. Power supply for the board as well as the communication interface between a computer and the board.
|
||||
|
||||
Power Key Power On/Off Switch. Toggling toward **USB** powers the board on, toggling away from **USB** powers the board off.
|
||||
|
||||
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.
|
||||
|
||||
5V Input The 5V power supply interface can be more convenient when the board is operating autonomously (not connected to a computer).
|
||||
|
||||
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`_.
|
||||
|
||||
Camera Camera interface, a standard OV7670 camera module.
|
||||
|
||||
RGB LED Red, green and blue (RGB) light emitting diodes (LEDs), can be controlled by pulse width modulation (PWM).
|
||||
|
||||
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.
|
||||
|
||||
MicroSD Card Slot Useful for developing applications that access MicroSD card for data storage and retrieval.
|
||||
|
||||
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`.
|
||||
================== =================================================================================================================================
|
||||
|
||||
* - Key Component
|
||||
- Description
|
||||
* - 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.
|
||||
* - 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.
|
||||
* - 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.
|
||||
* - 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`_.
|
||||
* - 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.
|
||||
* - 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.
|
||||
* - 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.
|
||||
* - 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`_.
|
||||
* - EN
|
||||
- Reset button.
|
||||
* - Boot
|
||||
- Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port.
|
||||
* - USB
|
||||
- USB interface. Power supply for the board as well as the communication interface between a computer and the board.
|
||||
* - Power Key
|
||||
- Power On/Off Switch. Toggling toward **USB** powers the board on, toggling away from **USB** powers the board off.
|
||||
* - 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.
|
||||
* - 5V Input
|
||||
- The 5 V power supply interface can be more convenient when the board is operating autonomously (not connected to a computer).
|
||||
* - 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`_.
|
||||
* - Camera
|
||||
- Camera interface, a standard OV7670 camera module.
|
||||
* - RGB LED
|
||||
- Red, green and blue (RGB) light emitting diodes (LEDs), can be controlled by pulse width modulation (PWM).
|
||||
* - 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.
|
||||
* - microSD Card Slot
|
||||
- Useful for developing applications that access microSD card for data storage and retrieval.
|
||||
* - 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`.
|
||||
|
||||
.. _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
|
||||
NC/XTAL IO32 IO33 NC/XTAL
|
||||
JTAG, MicroSD IO12 IO13 JTAG, MicroSD
|
||||
JTAG, MicroSD IO14 IO27 Camera
|
||||
JTAG, microSD IO12 IO13 JTAG, microSD
|
||||
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 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
|
||||
PSRAM IO16 IO4 LED, Camera, microSD
|
||||
Camera, LED, Boot IO0 IO2 LED, microSD
|
||||
JTAG, microSD IO15 5V
|
||||
===================== ===== ===== =====================
|
||||
|
||||
Legend:
|
||||
@@ -184,7 +184,7 @@ Legend:
|
||||
* Boot - Boot button / SW2
|
||||
* 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>`
|
||||
* 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>`
|
||||
* PSRAM - only in case ESP32-WROVER is installed
|
||||
|
||||
@@ -290,11 +290,11 @@ RGB LED
|
||||
|
||||
.. _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
|
||||
2 MTCK / GPIO13 CD / DATA3
|
||||
|
||||
@@ -24,7 +24,7 @@ ESP-WROVER-KIT features the following integrated components:
|
||||
|
||||
- ESP32-WROVER-E module
|
||||
- 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.
|
||||
|
||||
@@ -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).
|
||||
* - 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.
|
||||
* - MicroSD Card Slot
|
||||
- Useful for developing applications that access MicroSD card for data storage and retrieval.
|
||||
* - microSD Card Slot
|
||||
- Useful for developing applications that access microSD card for data storage and retrieval.
|
||||
* - 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`.
|
||||
|
||||
@@ -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.
|
||||
|
||||
======= ================ =========================================================
|
||||
Header Jumper Setting Description of Functionality
|
||||
======= ================ =========================================================
|
||||
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
|
||||
======= ================ =========================================================
|
||||
.. list-table::
|
||||
:widths: 25 35 40
|
||||
:header-rows: 1
|
||||
|
||||
* - Header
|
||||
- Jumper Setting
|
||||
- Description of Functionality
|
||||
* - 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
|
||||
@@ -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.
|
||||
|
||||
===================== ===== ===== =====================
|
||||
Shared With I/O I/O Shared With
|
||||
===================== ===== ===== =====================
|
||||
n/a 3.3V GND n/a
|
||||
NC/XTAL IO32 IO33 NC/XTAL
|
||||
JTAG, MicroSD IO12 IO13 JTAG, MicroSD
|
||||
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
|
||||
===================== ===== ===== =====================
|
||||
.. list-table::
|
||||
:widths: 30 20 20 30
|
||||
:header-rows: 1
|
||||
|
||||
* - Shared With
|
||||
- I/O
|
||||
- I/O
|
||||
- Shared With
|
||||
* - n/a
|
||||
- 3.3V
|
||||
- GND
|
||||
- n/a
|
||||
* - NC/XTAL
|
||||
- IO32
|
||||
- IO33
|
||||
- NC/XTAL
|
||||
* - JTAG, microSD
|
||||
- IO12
|
||||
- IO13
|
||||
- JTAG,microSD
|
||||
* - 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:
|
||||
|
||||
@@ -191,7 +250,7 @@ Legend:
|
||||
* Boot - Boot button / SW2
|
||||
* 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>`
|
||||
* 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>`
|
||||
* PSRAM - ESP32-WROVER-E's PSRAM
|
||||
|
||||
@@ -297,11 +356,11 @@ RGB LED
|
||||
|
||||
.. _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
|
||||
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`
|
||||
* Camera connector example: https://github.com/espressif/esp32-camera
|
||||
|
||||
|
||||
Related Documents
|
||||
-----------------
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
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.
|
||||
- `Hardware reference`_: Provides more detailed information about the ESP32-DevKitM-1's hardware.
|
||||
- `Related Documents`_: Gives links to related documentaiton.
|
||||
|
||||
|
||||
Getting Started
|
||||
===================
|
||||
|
||||
@@ -36,7 +36,6 @@ This section describes how to get started with ESP32-DevKitM-1. It begins with a
|
||||
Overview
|
||||
-------------
|
||||
|
||||
|
||||
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>`_
|
||||
@@ -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`_.
|
||||
|
||||
|
||||
.. list-table::
|
||||
:header-rows: 1
|
||||
:widths: 10 12 12 66
|
||||
|
||||
@@ -5,6 +5,7 @@ ESP32-DevKitS(-R)
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
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.
|
||||
|
||||
+-----------------+-------------------+
|
||||
@@ -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.
|
||||
|
||||
|
||||
.. 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.
|
||||
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.
|
||||
|
||||
|
||||
Hardware Reference
|
||||
==================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user