mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 04:15:21 +02:00
Merge make-related documents:
1. Moved get-started files, 7 documents in total, from get-started-cmake folder to hw-reference folder; 2. Deleted get-started files, 7 documents in total, in get-started folder; 3. Updated links in get-started-cmake/index.rst and in get-started/index.rst; 4. Modified descriptions for build system in these files.
This commit is contained in:
committed by
Krzysztof Budzynski
parent
b293518ec7
commit
b24341a664
@@ -1,82 +0,0 @@
|
||||
ESP32-DevKitC V2 Getting Started Guide (CMake)
|
||||
==============================================
|
||||
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
This guide shows how to start using the ESP32-DevKitC V2 development board.
|
||||
|
||||
|
||||
What You Need
|
||||
-------------
|
||||
|
||||
* ESP32-DevKitC V2 board
|
||||
* USB A / micro USB B cable
|
||||
* Computer running Windows, Linux, or macOS
|
||||
|
||||
You can skip the introduction sections and go directly to Section `Start Application Development`_.
|
||||
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
ESP32-DevKitC V2 is a small-sized ESP32-based development board produced by `Espressif <https://espressif.com>`_. Most of the I/O pins are broken out to the pin headers on both sides for easy interfacing. Developers can either connect peripherals with jumper wires or mount ESP32-DevKitC V4 on a breadboard.
|
||||
|
||||
|
||||
Functional Description
|
||||
----------------------
|
||||
|
||||
The following figure and the table below describe the key components, interfaces and controls of the ESP32-DevKitC V2 board.
|
||||
|
||||
.. _get-started-esp32-devkitc-v2-board-front-make:
|
||||
|
||||
.. figure:: ../../_static/esp32-devkitc-v2-functional-overview.png
|
||||
:align: center
|
||||
:alt: ESP32-DevKitC V2 board layout
|
||||
:figclass: align-center
|
||||
|
||||
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. |
|
||||
+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
|
||||
Power Supply Options
|
||||
--------------------
|
||||
|
||||
There are three mutually exclusive ways to provide power to the board:
|
||||
|
||||
* Micro USB port, default power supply
|
||||
* 5V / GND header pins
|
||||
* 3V3 / GND header pins
|
||||
|
||||
.. warning::
|
||||
|
||||
The power supply must be provided using **one and only one of the options above**, otherwise the board and/or the power supply source can be damaged.
|
||||
|
||||
|
||||
Start Application Development
|
||||
------------------------------
|
||||
|
||||
Before powering up your ESP32-DevKitC V2, please make sure that the board is in good condition with no obvious signs of damage.
|
||||
|
||||
After that, proceed to :doc:`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.
|
||||
|
||||
|
||||
Related Documents
|
||||
-----------------
|
||||
|
||||
* `ESP32-DevKitC schematics <https://dl.espressif.com/dl/schematics/ESP32-Core-Board-V2_sch.pdf>`_ (PDF)
|
||||
* `ESP32 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf>`_ (PDF)
|
||||
* `ESP32-WROOM-32 Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf>`_ (PDF)
|
||||
@@ -1,153 +0,0 @@
|
||||
ESP32-DevKitC V4 Getting Started Guide
|
||||
======================================
|
||||
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
This guide shows how to start using the ESP32-DevKitC V4 development board. For description of other versions of ESP32-DevKitC check :doc:`../hw-reference/index`.
|
||||
|
||||
|
||||
What You Need
|
||||
-------------
|
||||
|
||||
* ESP32-DevKitC V4 board
|
||||
* USB A / micro USB B cable
|
||||
* Computer running Windows, Linux, or macOS
|
||||
|
||||
You can skip the introduction sections and go directly to Section `Start Application Development`_.
|
||||
|
||||
|
||||
.. _DevKitC-Overview:
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
ESP32-DevKitC V4 is a small-sized ESP32-based development board produced by `Espressif <https://espressif.com>`_. Most of the I/O pins are broken out to the pin headers on both sides for easy interfacing. Developers can either connect peripherals with jumper wires or mount ESP32-DevKitC V4 on a breadboard.
|
||||
|
||||
To cover a wide range of user requirements, the following versions of ESP32-DevKitC V4 are available:
|
||||
|
||||
- different ESP32 modules
|
||||
|
||||
- :ref:`esp-modules-and-boards-esp32-wroom-32`
|
||||
- :ref:`ESP32-WROOM-32D <esp-modules-and-boards-esp32-wroom-32d-and-u>`
|
||||
- :ref:`ESP32-WROOM-32U <esp-modules-and-boards-esp32-wroom-32d-and-u>`
|
||||
- :ref:`esp-modules-and-boards-esp32-solo-1`
|
||||
- :ref:`ESP32-WROVER <esp-modules-and-boards-esp32-wrover>`
|
||||
- :ref:`ESP32-WROVER-B <esp-modules-and-boards-esp32-wrover>`
|
||||
- :ref:`ESP32-WROVER-I <esp-modules-and-boards-esp32-wrover>`
|
||||
- :ref:`ESP32-WROVER-B (IPEX) <esp-modules-and-boards-esp32-wrover>`
|
||||
|
||||
- male or female pin headers.
|
||||
|
||||
For details please refer to `Espressif Product Ordering Information`_.
|
||||
|
||||
|
||||
Functional Description
|
||||
----------------------
|
||||
|
||||
The following figure and the table below describe the key components, interfaces and controls of the ESP32-DevKitC V4 board.
|
||||
|
||||
.. _get-started-esp32-devkitc-board-front:
|
||||
|
||||
.. figure:: ../../_static/esp32-devkitc-functional-overview.jpg
|
||||
:align: center
|
||||
:alt: ESP32-DevKitC V4 with ESP-WROOM-32 module soldered
|
||||
:figclass: align-center
|
||||
|
||||
ESP32-DevKitC V4 with ESP32-WROOM-32 module soldered
|
||||
|
||||
|
||||
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Key Component | Description |
|
||||
+====================+======================================================================================================================================================================================+
|
||||
| ESP32-WROOM-32 | A module with ESP32 at its core. |
|
||||
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| 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-to-UART Bridge | Single USB-UART bridge chip provides transfer rates of up to 3 Mbps. |
|
||||
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Micro USB Port | USB interface. Power supply for the board as well as the communication interface between a computer and the ESP32 module. |
|
||||
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| 5V Power On LED | Turns on when the USB or an external 5V power supply is connected to the board. For details see the schematics in `Related Documents`_. |
|
||||
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| 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. |
|
||||
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. note::
|
||||
|
||||
The pins D0, D1, D2, D3, CMD and CLK are used internally for communication between ESP32 and SPI flash memory. They are grouped on both sides near the USB connector. Avoid using these pins, as it may disrupt access to the SPI flash memory / SPI RAM.
|
||||
|
||||
.. note::
|
||||
|
||||
The pins GPIO16 and GPIO17 are available for use only on the boards with the modules ESP32-WROOM and ESP32-SOLO-1. The boards with ESP32-WROVER modules have the pins reserved for internal use.
|
||||
|
||||
|
||||
Power Supply Options
|
||||
--------------------
|
||||
|
||||
There are three mutually exclusive ways to provide power to the board:
|
||||
|
||||
* Micro USB port, default power supply
|
||||
* 5V / GND header pins
|
||||
* 3V3 / GND header pins
|
||||
|
||||
.. warning::
|
||||
|
||||
The power supply must be provided using **one and only one of the options above**, otherwise the board and/or the power supply source can be damaged.
|
||||
|
||||
|
||||
Note on C15
|
||||
-----------
|
||||
|
||||
The component C15 may cause the following issues on earlier ESP32-DevKitC V4 boards:
|
||||
|
||||
* The board may boot into Download mode
|
||||
* If you output clock on GPIO0, C15 may impact the signal
|
||||
|
||||
In case these issues occur, please remove the component. The figure below shows C15 highlighted in yellow.
|
||||
|
||||
|
||||
.. figure:: ../../_static/esp32-devkitc-c15-location.png
|
||||
:align: center
|
||||
:alt: Location of C15 (colored yellow) on ESP32-DevKitC V4 board
|
||||
:figclass: align-center
|
||||
:width: 30%
|
||||
|
||||
Location of C15 (yellow) on ESP32-DevKitC V4 board
|
||||
|
||||
|
||||
Start Application Development
|
||||
------------------------------
|
||||
|
||||
Before powering up your ESP32-DevKitC V4, please make sure that the board is in good condition with no obvious signs of damage.
|
||||
|
||||
After that, proceed to :doc:`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.
|
||||
|
||||
|
||||
Board Dimensions
|
||||
----------------
|
||||
|
||||
.. figure:: ../../_static/esp32-devkitc-dimensions-back.jpg
|
||||
:align: center
|
||||
:alt: ESP32 DevKitC board dimensions - back
|
||||
:figclass: align-center
|
||||
|
||||
ESP32 DevKitC board dimensions - back
|
||||
|
||||
|
||||
Related Documents
|
||||
-----------------
|
||||
|
||||
* `ESP32-DevKitC V4 schematics <https://dl.espressif.com/dl/schematics/esp32_devkitc_v4-sch.pdf>`_ (PDF)
|
||||
* `ESP32 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf>`_ (PDF)
|
||||
* `ESP32-WROOM-32 Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf>`_ (PDF)
|
||||
* `ESP32-WROOM-32D & ESP32-WROOM-32U Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf>`_ (PDF)
|
||||
* `ESP32-WROVER Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wrover_datasheet_en.pdf>`_ (PDF)
|
||||
* `ESP32-WROVER-B Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32-wrover-b_datasheet_en.pdf>`_ (PDF)
|
||||
* `Espressif Product Ordering Information <https://www.espressif.com/sites/default/files/documentation/espressif_products_ordering_information_en.pdf>`_ (PDF)
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
get-started-devkitc-v2
|
||||
@@ -1,77 +0,0 @@
|
||||
ESP32-PICO-KIT V3 Getting Started Guide
|
||||
=======================================
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
This guide shows how to get started with the ESP32-PICO-KIT V3 mini development board. For the description of other ESP32-PICO-KIT versions, please check :doc:`../hw-reference/index`.
|
||||
|
||||
|
||||
What You Need
|
||||
-------------
|
||||
|
||||
* ESP32-PICO-KIT V3 mini development board
|
||||
* USB 2.0 A to Micro B cable
|
||||
* Computer running Windows, Linux, or macOS
|
||||
|
||||
You can skip the introduction sections and go directly to Section `Start Application Development`_.
|
||||
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
ESP32-PICO-KIT V3 is an ESP32-based mini development board produced by `Espressif <https://espressif.com>`_. The core of this board is ESP32-PICO-D4 - a System-in-Package (SiP) module.
|
||||
|
||||
The development board features a USB-UART Bridge circuit, which allows developers to connect the board to a computer's USB port for flashing and debugging.
|
||||
|
||||
All the IO signals and system power on ESP32-PICO-D4 are led out to two rows of 20 x 0.1" header pads on both sides of the development board for easy access.
|
||||
|
||||
|
||||
Functional Description
|
||||
----------------------
|
||||
|
||||
The following figure and the table below describe the key components, interfaces, and controls of the ESP32-PICO-KIT V3 board.
|
||||
|
||||
.. figure:: ../../_static/esp32-pico-kit-v3-layout.jpg
|
||||
:align: center
|
||||
:alt: ESP32-PICO-KIT V3 board layout
|
||||
:figclass: align-center
|
||||
|
||||
ESP32-PICO-KIT V3 board layout
|
||||
|
||||
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.
|
||||
|
||||
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
|
||||
-----------------------------
|
||||
|
||||
Before powering up your ESP32-PICO-KIT V3, please make sure that the board is in good condition with no obvious signs of damage.
|
||||
|
||||
After that, proceed to :doc:`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.
|
||||
|
||||
|
||||
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`
|
||||
|
||||
@@ -1,234 +0,0 @@
|
||||
ESP32-PICO-KIT V4 / V4.1 Getting Started Guide
|
||||
==============================================
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
This guide shows how to get started with the ESP32-PICO-KIT V4 / V4.1 mini development board. For the description of other ESP32-PICO-KIT versions, please check :doc:`../hw-reference/index`.
|
||||
|
||||
This particular description covers ESP32-PICO-KIT V4 and V4.1. The difference is the upgraded USB-UART bridge from CP2102 in V4 with up to 1 Mbps transfer rates to CP2102N in V4.1 with up to 3 Mbps transfer rates.
|
||||
|
||||
|
||||
What You Need
|
||||
-------------
|
||||
|
||||
* :ref:`ESP32-PICO-KIT mini development board <get-started-pico-kit-v4-board-front>`
|
||||
* USB 2.0 A to Micro B cable
|
||||
* Computer running Windows, Linux, or macOS
|
||||
|
||||
You can skip the introduction sections and go directly to Section `Start Application Development`_.
|
||||
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
ESP32-PICO-KIT is an ESP32-based mini development board produced by `Espressif <https://espressif.com>`_.
|
||||
|
||||
The core of this board is ESP32-PICO-D4 - a System-in-Package (SiP) module with complete Wi-Fi and Bluetooth functionalities. Compared to other ESP32 modules, ESP32-PICO-D4 integrates the following peripheral components in one single package, which otherwise would need to be installed separately:
|
||||
|
||||
- 40 MHz crystal oscillator
|
||||
- 4 MB flash
|
||||
- Filter capacitors
|
||||
- RF matching links
|
||||
|
||||
This setup reduces the costs of additional external components as well as the cost of assembly and testing and also increases the overall usability of the product.
|
||||
|
||||
The development board features a USB-UART Bridge circuit which allows developers to connect the board to a computer's USB port for flashing and debugging.
|
||||
|
||||
All the IO signals and system power on ESP32-PICO-D4 are led out to two rows of 20 x 0.1" header pads on both sides of the development board for easy access. For compatibility with Dupont wires, 2 x 17 header pads are populated with two rows of male pin headers. The remaining 2 x 3 header pads beside the antenna are not populated. These pads may be populated later by the user if required.
|
||||
|
||||
.. note::
|
||||
|
||||
1. The 2 x 3 pads not populated with pin headers are connected to the flash memory embedded in the ESP32-PICO-D4 SiP module. For more details see module's datasheet in `Related Documents`_.
|
||||
2. ESP32-PICO-KIT comes with male headers by default.
|
||||
|
||||
Functionality Overview
|
||||
----------------------
|
||||
|
||||
The block diagram below shows the main components of ESP32-PICO-KIT and their interconnections.
|
||||
|
||||
.. figure:: ../../_static/esp32-pico-kit-v4-functional-block-diagram.png
|
||||
:align: center
|
||||
:alt: ESP32-PICO-KIT functional block diagram
|
||||
:figclass: align-center
|
||||
|
||||
ESP32-PICO-KIT block diagram
|
||||
|
||||
|
||||
Functional Description
|
||||
----------------------
|
||||
|
||||
The following figure and the table below describe the key components, interfaces, and controls of the ESP32-PICO-KIT board.
|
||||
|
||||
.. _get-started-pico-kit-v4-board-front:
|
||||
|
||||
.. figure:: ../../_static/esp32-pico-kit-v4.1-f-layout.jpeg
|
||||
:align: center
|
||||
:alt: ESP32-PICO-KIT board layout
|
||||
:figclass: align-center
|
||||
|
||||
ESP32-PICO-KIT board layout
|
||||
|
||||
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.
|
||||
|
||||
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
|
||||
--------------------
|
||||
|
||||
There are three mutually exclusive ways to provide power to the board:
|
||||
|
||||
* Micro USB port, default power supply
|
||||
* 5V / GND header pins
|
||||
* 3V3 / GND header pins
|
||||
|
||||
.. warning::
|
||||
|
||||
The power supply must be provided using **one and only one of the options above**, otherwise the board and/or the power supply source can be damaged.
|
||||
|
||||
|
||||
Pin Descriptions
|
||||
----------------
|
||||
|
||||
The two tables below provide the **Name** and **Function** of I/O header pins on both sides of the board, see :ref:`get-started-pico-kit-v4-board-front`. The pin numbering and header names are the same as in the schematic given in `Related Documents`_.
|
||||
|
||||
|
||||
Header J2
|
||||
"""""""""
|
||||
|
||||
====== ================= ====== ======================================================
|
||||
No. Name Type Function
|
||||
====== ================= ====== ======================================================
|
||||
1 FLASH_SD1 (FSD1) I/O | GPIO8, SD_DATA1, SPID, HS1_DATA1 :ref:`(See 1) <get-started-pico-kit-v4-pin-notes>` , U2CTS
|
||||
2 FLASH_SD3 (FSD3) I/O | GPIO7, SD_DATA0, SPIQ, HS1_DATA0 :ref:`(See 1) <get-started-pico-kit-v4-pin-notes>` , U2RTS
|
||||
3 FLASH_CLK (FCLK) I/O | GPIO6, SD_CLK, SPICLK, HS1_CLK :ref:`(See 1) <get-started-pico-kit-v4-pin-notes>` , U1CTS
|
||||
4 IO21 I/O | GPIO21, VSPIHD, EMAC_TX_EN
|
||||
5 IO22 I/O | GPIO22, VSPIWP, U0RTS, EMAC_TXD1
|
||||
6 IO19 I/O | GPIO19, VSPIQ, U0CTS, EMAC_TXD0
|
||||
7 IO23 I/O | GPIO23, VSPID, HS1_STROBE
|
||||
8 IO18 I/O | GPIO18, VSPICLK, HS1_DATA7
|
||||
9 IO5 I/O | GPIO5, VSPICS0, HS1_DATA6, EMAC_RX_CLK
|
||||
10 IO10 I/O | GPIO10, SD_DATA3, SPIWP, HS1_DATA3, U1TXD
|
||||
11 IO9 I/O | GPIO9, SD_DATA2, SPIHD, HS1_DATA2, U1RXD
|
||||
12 RXD0 I/O | GPIO3, U0RXD :ref:`(See 3) <get-started-pico-kit-v4-pin-notes>` , CLK_OUT2
|
||||
13 TXD0 I/O | GPIO1, U0TXD :ref:`(See 3) <get-started-pico-kit-v4-pin-notes>` , CLK_OUT3, EMAC_RXD2
|
||||
14 IO35 I | ADC1_CH7, RTC_GPIO5
|
||||
15 IO34 I | ADC1_CH6, RTC_GPIO4
|
||||
16 IO38 I | GPIO38, ADC1_CH2, RTC_GPIO2
|
||||
17 IO37 I | GPIO37, ADC1_CH1, RTC_GPIO1
|
||||
18 EN I | CHIP_PU
|
||||
19 GND P | Ground
|
||||
20 VDD33 (3V3) P | 3.3V power supply
|
||||
====== ================= ====== ======================================================
|
||||
|
||||
|
||||
Header J3
|
||||
"""""""""
|
||||
|
||||
====== ================= ====== ======================================================
|
||||
No. Name Type Function
|
||||
====== ================= ====== ======================================================
|
||||
1 FLASH_CS (FCS) I/O | GPIO16, HS1_DATA4 :ref:`(See 1) <get-started-pico-kit-v4-pin-notes>` , U2RXD, EMAC_CLK_OUT
|
||||
2 FLASH_SD0 (FSD0) I/O | GPIO17, HS1_DATA5 :ref:`(See 1) <get-started-pico-kit-v4-pin-notes>` , U2TXD, EMAC_CLK_OUT_180
|
||||
3 FLASH_SD2 (FSD2) I/O | GPIO11, SD_CMD, SPICS0, HS1_CMD :ref:`(See 1) <get-started-pico-kit-v4-pin-notes>` , U1RTS
|
||||
4 SENSOR_VP (FSVP) I | GPIO36, ADC1_CH0, RTC_GPIO0
|
||||
5 SENSOR_VN (FSVN) I | GPIO39, ADC1_CH3, RTC_GPIO3
|
||||
6 IO25 I/O | GPIO25, DAC_1, ADC2_CH8, RTC_GPIO6, EMAC_RXD0
|
||||
7 IO26 I/O | GPIO26, DAC_2, ADC2_CH9, RTC_GPIO7, EMAC_RXD1
|
||||
8 IO32 I/O | 32K_XP :ref:`(See 2a) <get-started-pico-kit-v4-pin-notes>` , ADC1_CH4, TOUCH9, RTC_GPIO9
|
||||
9 IO33 I/O | 32K_XN :ref:`(See 2b) <get-started-pico-kit-v4-pin-notes>` , ADC1_CH5, TOUCH8, RTC_GPIO8
|
||||
10 IO27 I/O | GPIO27, ADC2_CH7, TOUCH7, RTC_GPIO17
|
||||
| EMAC_RX_DV
|
||||
11 IO14 I/O | ADC2_CH6, TOUCH6, RTC_GPIO16, MTMS, HSPICLK,
|
||||
| HS2_CLK, SD_CLK, EMAC_TXD2
|
||||
12 IO12 I/O | ADC2_CH5, TOUCH5, RTC_GPIO15, MTDI :ref:`(See 4) <get-started-pico-kit-v4-pin-notes>` , HSPIQ,
|
||||
| HS2_DATA2, SD_DATA2, EMAC_TXD3
|
||||
13 IO13 I/O | ADC2_CH4, TOUCH4, RTC_GPIO14, MTCK, HSPID,
|
||||
| HS2_DATA3, SD_DATA3, EMAC_RX_ER
|
||||
14 IO15 I/O | ADC2_CH3, TOUCH3, RTC_GPIO13, MTDO, HSPICS0
|
||||
| HS2_CMD, SD_CMD, EMAC_RXD3
|
||||
15 IO2 I/O | ADC2_CH2, TOUCH2, RTC_GPIO12, HSPIWP,
|
||||
| HS2_DATA0, SD_DATA0
|
||||
16 IO4 I/O | ADC2_CH0, TOUCH0, RTC_GPIO10, HSPIHD,
|
||||
| HS2_DATA1, SD_DATA1, EMAC_TX_ER
|
||||
17 IO0 I/O | ADC2_CH1, TOUCH1, RTC_GPIO11, CLK_OUT1
|
||||
| EMAC_TX_CLK
|
||||
18 VDD33 (3V3) P | 3.3V power supply
|
||||
19 GND P | Ground
|
||||
20 EXT_5V (5V) P | 5V power supply
|
||||
====== ================= ====== ======================================================
|
||||
|
||||
|
||||
.. _get-started-pico-kit-v4-pin-notes:
|
||||
|
||||
The following notes give more information about the items in the tables above.
|
||||
|
||||
1. This pin is connected to the flash pin of ESP32-PICO-D4.
|
||||
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.
|
||||
|
||||
|
||||
Start Application Development
|
||||
-----------------------------
|
||||
|
||||
Before powering up your ESP32-PICO-KIT, please make sure that the board is in good condition with no obvious signs of damage.
|
||||
|
||||
After that, proceed to :doc:`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.
|
||||
|
||||
|
||||
Board Dimensions
|
||||
----------------
|
||||
|
||||
The dimensions are 52 x 20.3 x 10 mm (2.1" x 0.8" x 0.4").
|
||||
|
||||
.. figure:: ../../_static/esp32-pico-kit-v4.1-dimensions-back.jpg
|
||||
:align: center
|
||||
:alt: ESP32-PICO-KIT dimensions - back
|
||||
:figclass: align-center
|
||||
|
||||
ESP32-PICO-KIT dimensions - back
|
||||
|
||||
.. figure:: ../../_static/esp32-pico-kit-v4-dimensions-side.jpg
|
||||
:align: center
|
||||
:alt: ESP32-PICO-KIT V4 dimensions - side
|
||||
:figclass: align-center
|
||||
|
||||
ESP32-PICO-KIT dimensions - side
|
||||
|
||||
For the board physical construction details, please refer to its Reference Design listed below.
|
||||
|
||||
|
||||
Related Documents
|
||||
-----------------
|
||||
|
||||
* `ESP32-PICO-KIT V4 schematic <https://dl.espressif.com/dl/schematics/esp32-pico-kit-v4_schematic.pdf>`_ (PDF)
|
||||
* `ESP32-PICO-KIT V4.1 schematic <https://dl.espressif.com/dl/schematics/esp32-pico-kit-v4.1_schematic.pdf>`_ (PDF)
|
||||
* `ESP32-PICO-KIT Reference Design <https://www.espressif.com/en/support/download/documents?keys=ESP32-PICO-KIT+Reference+Design>`_ containing OrCAD schematic, PCB layout, gerbers and BOM
|
||||
* `ESP32-PICO-D4 Datasheet <http://espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf>`_ (PDF)
|
||||
* :doc:`../hw-reference/index`
|
||||
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
get-started-pico-kit-v3
|
||||
@@ -1,195 +0,0 @@
|
||||
ESP-WROVER-KIT V2 Getting Started Guide
|
||||
=======================================
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
This guide shows how to get started with the ESP-WROVER-KIT V2 development board and also provides information about its functionality and configuration options. For the description of other ESP-WROVER-KIT versions, please check :doc:`../hw-reference/index`.
|
||||
|
||||
|
||||
What You Need
|
||||
-------------
|
||||
|
||||
* ESP-WROVER-KIT V2 board
|
||||
* USB 2.0 cable(A to Micro-B)
|
||||
* Computer running Windows, Linux, or macOS
|
||||
|
||||
You can skip the introduction sections and go directly to Section `Start Application Development`_.
|
||||
|
||||
|
||||
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 comes with the following ESP32 modules:
|
||||
|
||||
- :ref:`esp-modules-and-boards-esp32-wroom-32`
|
||||
- :ref:`ESP32-WROVER <esp-modules-and-boards-esp32-wrover>`
|
||||
|
||||
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.
|
||||
|
||||
Most of the ESP32 I/O pins are broken out to the board's pin headers for easy access.
|
||||
|
||||
.. note::
|
||||
|
||||
The version with the ESP32-WROVER module uses ESP32's GPIO16 and GPIO17 as chip select and clock signals for PSRAM. By default, the two GPIOs are not broken out to the board's pin headers in order to ensure reliable performance.
|
||||
|
||||
|
||||
Functionality Overview
|
||||
----------------------
|
||||
|
||||
The block diagram below shows the main components of ESP-WROVER-KIT and their interconnections.
|
||||
|
||||
.. figure:: ../../_static/esp-wrover-kit-block-diagram.png
|
||||
:align: center
|
||||
:alt: ESP-WROVER-KIT block diagram
|
||||
:figclass: align-center
|
||||
|
||||
ESP-WROVER-KIT block diagram
|
||||
|
||||
|
||||
Functional Description
|
||||
----------------------
|
||||
|
||||
The following two figures and the table below describe the key components, interfaces, and controls of the ESP-WROVER-KIT board.
|
||||
|
||||
.. _get-started-esp-wrover-kit-v2-board-front:
|
||||
|
||||
.. figure:: ../../_static/esp-wrover-kit-v2-layout-front.png
|
||||
:align: center
|
||||
:alt: ESP-WROVER-KIT board layout - front
|
||||
:figclass: align-center
|
||||
|
||||
ESP-WROVER-KIT board layout - front
|
||||
|
||||
.. _get-started-esp-wrover-kit-v2-board-back:
|
||||
|
||||
.. figure:: ../../_static/esp-wrover-kit-v2-layout-back.png
|
||||
:align: center
|
||||
:alt: ESP-WROVER-KIT board layout - back
|
||||
:figclass: align-center
|
||||
|
||||
ESP-WROVER-KIT board layout - back
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
================== =================================================================================================================================
|
||||
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`.
|
||||
================== =================================================================================================================================
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v2-setup-options:
|
||||
|
||||
Setup Options
|
||||
-------------
|
||||
|
||||
There are five 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
|
||||
======= ================ =========================================================
|
||||
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
|
||||
JP8 |jp8| Enable JTAG functionality
|
||||
JP11 |jp11-tx-rx| Enable UART communication
|
||||
JP14 |jp14| Enable RTS/CTS flow control for serial communication
|
||||
======= ================ =========================================================
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v2-start-development:
|
||||
|
||||
Start Application Development
|
||||
-----------------------------
|
||||
|
||||
Before powering up your ESP-WROVER-KIT, please make sure that the board is in good condition with no obvious signs of damage.
|
||||
|
||||
|
||||
Initial Setup
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
Please set only the following jumpers shown in the pictures below:
|
||||
|
||||
- Select USB as the power source using the jumper block JP7.
|
||||
|
||||
- Enable UART communication using the jumper block JP11.
|
||||
|
||||
======================== ==========================
|
||||
Power up from USB port Enable UART communication
|
||||
======================== ==========================
|
||||
|jp7-usb_5v| |jp11-tx-rx|
|
||||
======================== ==========================
|
||||
|
||||
Do not install any other jumpers.
|
||||
|
||||
Turn the **Power Switch** to ON, the **5V Power On LED** should light up.
|
||||
|
||||
Now to Development
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Please proceed to :doc:`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.
|
||||
|
||||
|
||||
Related Documents
|
||||
-----------------
|
||||
|
||||
* `ESP-WROVER-KIT V2 schematic`_ (PDF)
|
||||
* `ESP32 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf>`_ (PDF)
|
||||
* `ESP32-WROVER Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wrover_datasheet_en.pdf>`_ (PDF)
|
||||
* `ESP32-WROOM-32 Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf>`_ (PDF)
|
||||
* :doc:`../api-guides/jtag-debugging/index`
|
||||
* :doc:`../hw-reference/index`
|
||||
|
||||
|
||||
.. |jp1-sd_io2| image:: ../../_static/wrover-jp1-sd_io2.png
|
||||
.. |jp1-both| image:: ../../_static/wrover-jp1-both.png
|
||||
.. |jp7-ext_5v| image:: ../../_static/wrover-jp7-ext_5v.png
|
||||
.. |jp7-usb_5v| image:: ../../_static/wrover-jp7-usb_5v.png
|
||||
.. |jp8| image:: ../../_static/wrover-jp8.png
|
||||
.. |jp11-tx-rx| image:: ../../_static/wrover-jp11-tx-rx.png
|
||||
.. |jp14| image:: ../../_static/wrover-jp14.png
|
||||
|
||||
.. _ESP-WROVER-KIT V2 schematic: https://dl.espressif.com/dl/schematics/ESP-WROVER-KIT_SCH-2.pdf
|
||||
@@ -1,381 +0,0 @@
|
||||
|
||||
ESP-WROVER-KIT V3 Getting Started Guide
|
||||
=======================================
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
This guide shows how to get started with the ESP-WROVER-KIT V3 development board and also provides information about its functionality and configuration options. For the description of other ESP-WROVER-KIT versions, please check :doc:`../hw-reference/index`.
|
||||
|
||||
|
||||
What You Need
|
||||
-------------
|
||||
|
||||
* :ref:`ESP-WROVER-KIT V3 board <get-started-esp-wrover-kit-v3-board-front>`
|
||||
* USB 2.0 cable(A to Micro-B)
|
||||
* Computer running Windows, Linux, or macOS
|
||||
|
||||
You can skip the introduction sections and go directly to Section `Start Application Development`_.
|
||||
|
||||
|
||||
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 comes with the following ESP32 modules:
|
||||
|
||||
- :ref:`esp-modules-and-boards-esp32-wroom-32`
|
||||
- :ref:`ESP32-WROVER <esp-modules-and-boards-esp32-wrover>`
|
||||
|
||||
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.
|
||||
|
||||
Most of the ESP32 I/O pins are broken out to the board's pin headers for easy access.
|
||||
|
||||
.. note::
|
||||
|
||||
The version with the ESP32-WROVER module uses ESP32's GPIO16 and GPIO17 as chip select and clock signals for PSRAM. By default, the two GPIOs are not broken out to the board's pin headers in order to ensure reliable performance.
|
||||
|
||||
|
||||
Functionality Overview
|
||||
----------------------
|
||||
|
||||
The block diagram below shows the main components of ESP-WROVER-KIT and their interconnections.
|
||||
|
||||
.. figure:: ../../_static/esp-wrover-kit-block-diagram.png
|
||||
:align: center
|
||||
:alt: ESP-WROVER-KIT block diagram
|
||||
:figclass: align-center
|
||||
|
||||
ESP-WROVER-KIT block diagram
|
||||
|
||||
|
||||
Functional Description
|
||||
----------------------
|
||||
|
||||
The following two figures and the table below describe the key components, interfaces, and controls of the ESP-WROVER-KIT board.
|
||||
|
||||
.. _get-started-esp-wrover-kit-v3-board-front:
|
||||
|
||||
.. figure:: ../../_static/esp-wrover-kit-v3-layout-front.jpg
|
||||
:align: center
|
||||
:alt: ESP-WROVER-KIT board layout - front
|
||||
:figclass: align-center
|
||||
|
||||
ESP-WROVER-KIT board layout - front
|
||||
|
||||
.. _get-started-esp-wrover-kit-v3-board-back:
|
||||
|
||||
.. figure:: ../../_static/esp-wrover-kit-v3-layout-back.jpg
|
||||
:align: center
|
||||
:alt: ESP-WROVER-KIT board layout - back
|
||||
:figclass: align-center
|
||||
|
||||
ESP-WROVER-KIT board layout - back
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
================== =================================================================================================================================
|
||||
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`.
|
||||
================== =================================================================================================================================
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v3-setup-options:
|
||||
|
||||
Setup Options
|
||||
-------------
|
||||
|
||||
There are five 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
|
||||
JP8 |jp8| Enable JTAG functionality
|
||||
JP11 |jp11-tx-rx| Enable UART communication
|
||||
JP14 |jp14| Enable RTS/CTS flow control for serial communication
|
||||
======= ================ =========================================================
|
||||
|
||||
|
||||
Allocation of ESP32 Pins
|
||||
------------------------
|
||||
|
||||
Some pins / terminals of ESP32 are allocated for use with the onboard or external hardware. If that hardware is not used, e.g., nothing is plugged into the Camera (JP4) header, then these GPIOs can be used for other purposes.
|
||||
|
||||
Some of the pins, such as GPIO0 or GPIO2, have multiple functions and some of them are shared among onboard and external peripheral devices. Certain combinations of peripherals cannot work together. For example, it is not possible to do JTAG debugging of an application that is using SD card, because several pins are shared by JTAG and the SD card slot.
|
||||
|
||||
In other cases, peripherals can coexist under certain conditions. This is applicable to, for example, LCD screen and SD card that share only a single pin GPIO21. This pin is used to provide D/C (Data / Control) signal for the LCD as well as the CD (Card Detect) signal read from the SD card slot. If the card detect functionality is not essential, then it may be disabled by removing R167, so both LCD and SD may operate together.
|
||||
|
||||
For more details on which pins are shared among which peripherals, please refer to the table in the next section.
|
||||
|
||||
|
||||
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
|
||||
===================== ===== ===== =====================
|
||||
|
||||
Legend:
|
||||
|
||||
* NC/XTAL - :ref:`32.768 kHz Oscillator <get-started-esp-wrover-kit-v3-xtal>`
|
||||
* JTAG - :ref:`JTAG / JP8 <get-started-esp-wrover-kit-v3-jtag-header>`
|
||||
* 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>`
|
||||
* LCD - :ref:`LCD / U5 <get-started-esp-wrover-kit-v3-lcd-connector>`
|
||||
* PSRAM - only in case ESP32-WROVER is installed
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v3-xtal:
|
||||
|
||||
32.768 kHz Oscillator
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
==== ==========
|
||||
. ESP32 Pin
|
||||
==== ==========
|
||||
1 GPIO32
|
||||
2 GPIO33
|
||||
==== ==========
|
||||
|
||||
.. note::
|
||||
|
||||
Since GPIO32 and GPIO33 are connected to the oscillator by default, they are not connected to the JP1 I/O connector to maintain signal integrity. This allocation may be changed from the oscillator to JP1 by desoldering the zero-ohm resistors from positions R11 / R23 and re-soldering them to positions R12 / R24.
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v3-spi-flash-header:
|
||||
|
||||
SPI Flash / JP13
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
==== =============
|
||||
. ESP32 Pin
|
||||
==== =============
|
||||
1 CLK / GPIO6
|
||||
2 SD0 / GPIO7
|
||||
3 SD1 / GPIO8
|
||||
4 SD2 / GPIO9
|
||||
5 SD3 / GPIO10
|
||||
6 CMD / GPIO11
|
||||
==== =============
|
||||
|
||||
.. important::
|
||||
|
||||
The module's flash bus is connected to the jumper block JP13 through zero-ohm resistors R140 ~ R145. If the flash memory needs to operate at the frequency of 80 MHz, for reasons such as improving the integrity of bus signals, you can desolder these resistors to disconnect the module's flash bus from the pin header JP13.
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v3-jtag-header:
|
||||
|
||||
JTAG / JP8
|
||||
^^^^^^^^^^
|
||||
|
||||
==== ============== =============
|
||||
. ESP32 Pin JTAG Signal
|
||||
==== ============== =============
|
||||
1 EN TRST_N
|
||||
2 MTMS / GPIO14 TMS
|
||||
3 MTDO / GPIO15 TDO
|
||||
4 MTDI / GPIO12 TDI
|
||||
5 MTCK / GPIO13 TCK
|
||||
==== ============== =============
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v3-camera-header:
|
||||
|
||||
Camera / JP4
|
||||
^^^^^^^^^^^^
|
||||
|
||||
==== ========== =============================
|
||||
. ESP32 Pin Camera Signal
|
||||
==== ========== =============================
|
||||
1 n/a 3.3V
|
||||
2 n/a Ground
|
||||
3 GPIO27 SIO_C / SCCB Clock
|
||||
4 GPIO26 SIO_D / SCCB Data
|
||||
5 GPIO25 VSYNC / Vertical Sync
|
||||
6 GPIO23 HREF / Horizontal Reference
|
||||
7 GPIO22 PCLK / Pixel Clock
|
||||
8 GPIO21 XCLK / System Clock
|
||||
9 GPIO35 D7 / Pixel Data Bit 7
|
||||
10 GPIO34 D6 / Pixel Data Bit 6
|
||||
11 GPIO39 D5 / Pixel Data Bit 5
|
||||
12 GPIO36 D4 / Pixel Data Bit 4
|
||||
13 GPIO19 D3 / Pixel Data Bit 3
|
||||
14 GPIO18 D2 / Pixel Data Bit 2
|
||||
15 GPIO5 D1 / Pixel Data Bit 1
|
||||
16 GPIO4 D0 / Pixel Data Bit 0
|
||||
17 GPIO0 RESET / Camera Reset
|
||||
18 n/a PWDN / Camera Power Down
|
||||
==== ========== =============================
|
||||
|
||||
* Signals D0 .. D7 denote camera data bus
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v3-rgb-led-connections:
|
||||
|
||||
RGB LED
|
||||
^^^^^^^
|
||||
|
||||
==== ========== =========
|
||||
. ESP32 Pin RGB LED
|
||||
==== ========== =========
|
||||
1 GPIO0 Red
|
||||
2 GPIO2 Green
|
||||
3 GPIO4 Blue
|
||||
==== ========== =========
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v3-microsd-card-slot:
|
||||
|
||||
MicroSD Card
|
||||
^^^^^^^^^^^^
|
||||
|
||||
==== ============== ===============
|
||||
. ESP32 Pin MicroSD Signal
|
||||
==== ============== ===============
|
||||
1 MTDI / GPIO12 DATA2
|
||||
2 MTCK / GPIO13 CD / DATA3
|
||||
3 MTDO / GPIO15 CMD
|
||||
4 MTMS / GPIO14 CLK
|
||||
5 GPIO2 DATA0
|
||||
6 GPIO4 DATA1
|
||||
7 GPIO21 CD
|
||||
==== ============== ===============
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v3-lcd-connector:
|
||||
|
||||
LCD / U5
|
||||
^^^^^^^^
|
||||
|
||||
==== ============== ===============
|
||||
. ESP32 Pin LCD Signal
|
||||
==== ============== ===============
|
||||
1 GPIO18 RESET
|
||||
2 GPIO19 SCL
|
||||
3 GPIO21 D/C
|
||||
4 GPIO22 CS
|
||||
5 GPIO23 SDA
|
||||
6 GPIO25 SDO
|
||||
7 GPIO5 Backlight
|
||||
==== ============== ===============
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v3-start-development:
|
||||
|
||||
Start Application Development
|
||||
-----------------------------
|
||||
|
||||
Before powering up your ESP-WROVER-KIT, please make sure that the board is in good condition with no obvious signs of damage.
|
||||
|
||||
|
||||
Initial Setup
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
Please set only the following jumpers shown in the pictures below:
|
||||
|
||||
- Select USB as the power source using the jumper block JP7.
|
||||
|
||||
- Enable UART communication using the jumper block JP11.
|
||||
|
||||
======================== ==========================
|
||||
Power up from USB port Enable UART communication
|
||||
======================== ==========================
|
||||
|jp7-usb_5v| |jp11-tx-rx|
|
||||
======================== ==========================
|
||||
|
||||
Do not install any other jumpers.
|
||||
|
||||
Turn the **Power Switch** to ON, the **5V Power On LED** should light up.
|
||||
|
||||
Now to Development
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Please proceed to :doc:`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.
|
||||
|
||||
|
||||
Related Documents
|
||||
-----------------
|
||||
|
||||
* `ESP-WROVER-KIT V3 schematic`_ (PDF)
|
||||
* `ESP32 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf>`_ (PDF)
|
||||
* `ESP32-WROVER Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wrover_datasheet_en.pdf>`_ (PDF)
|
||||
* `ESP32-WROOM-32 Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf>`_ (PDF)
|
||||
* :doc:`../api-guides/jtag-debugging/index`
|
||||
* :doc:`../hw-reference/index`
|
||||
|
||||
.. |jp7-ext_5v| image:: ../../_static/esp-wrover-kit-v3-jp7-ext_5v.png
|
||||
.. |jp7-usb_5v| image:: ../../_static/esp-wrover-kit-v3-jp7-usb_5v.png
|
||||
.. |jp8| image:: ../../_static/esp-wrover-kit-v3-jp8.png
|
||||
.. |jp11-tx-rx| image:: ../../_static/esp-wrover-kit-v3-jp11-tx-rx.png
|
||||
.. |jp14| image:: ../../_static/esp-wrover-kit-v3-jp14.png
|
||||
|
||||
.. _ESP-WROVER-KIT V3 schematic: https://dl.espressif.com/dl/schematics/ESP-WROVER-KIT_SCH-3.pdf
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
get-started-wrover-kit-v2.rst
|
||||
@@ -1,385 +0,0 @@
|
||||
ESP-WROVER-KIT V4.1 Getting Started Guide
|
||||
=========================================
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
This guide shows how to get started with the ESP-WROVER-KIT V4.1 development board and also provides information about its functionality and configuration options. For the description of other ESP-WROVER-KIT versions, please check :doc:`../hw-reference/index`.
|
||||
|
||||
|
||||
What You Need
|
||||
-------------
|
||||
|
||||
* :ref:`ESP-WROVER-KIT V4.1 board <get-started-esp-wrover-kit-v4.1-board-front>`
|
||||
* USB 2.0 cable(A to Micro-B)
|
||||
* Computer running Windows, Linux, or macOS
|
||||
|
||||
You can skip the introduction sections and go directly to Section `Start Application Development`_.
|
||||
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
ESP-WROVER-KIT is an ESP32-based development board produced by `Espressif <https://espressif.com>`_.
|
||||
|
||||
ESP-WROVER-KIT features the following integrated components:
|
||||
|
||||
- ESP32-WROVER-B module
|
||||
- LCD screen
|
||||
- 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.
|
||||
|
||||
Most of the ESP32 I/O pins are broken out to the board's pin headers for easy access.
|
||||
|
||||
.. note::
|
||||
|
||||
ESP32's GPIO16 and GPIO17 are used as chip select and clock signals for PSRAM. By default, the two GPIOs are not broken out to the board's pin headers in order to ensure reliable performance.
|
||||
|
||||
|
||||
Functionality Overview
|
||||
----------------------
|
||||
|
||||
The block diagram below shows the main components of ESP-WROVER-KIT and their interconnections.
|
||||
|
||||
.. figure:: ../../_static/esp-wrover-kit-block-diagram.png
|
||||
:align: center
|
||||
:alt: ESP-WROVER-KIT block diagram
|
||||
:figclass: align-center
|
||||
|
||||
ESP-WROVER-KIT block diagram
|
||||
|
||||
|
||||
Functional Description
|
||||
----------------------
|
||||
|
||||
The following two figures and the table below describe the key components, interfaces, and controls of the ESP-WROVER-KIT board.
|
||||
|
||||
.. _get-started-esp-wrover-kit-v4.1-board-front:
|
||||
|
||||
.. figure:: ../../_static/esp-wrover-kit-v4.1-layout-front.png
|
||||
:align: center
|
||||
:alt: ESP-WROVER-KIT board layout - front
|
||||
:figclass: align-center
|
||||
|
||||
ESP-WROVER-KIT board layout - front
|
||||
|
||||
.. _get-started-esp-wrover-kit-v4.1-board-back:
|
||||
|
||||
.. figure:: ../../_static/esp-wrover-kit-v4.1-layout-back.png
|
||||
:align: center
|
||||
:alt: ESP-WROVER-KIT board layout - back
|
||||
:figclass: align-center
|
||||
|
||||
ESP-WROVER-KIT board layout - back
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
================== =================================================================================================================================
|
||||
Key Component Description
|
||||
================== =================================================================================================================================
|
||||
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 V4.1 schematic`_.
|
||||
|
||||
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-WROVER-B This EPS32 module features 64-Mbit PSRAM for flexible extended storage and data processing capabilities.
|
||||
|
||||
Diagnostic LEDs Four red LEDs connected to the GPIO pins of FT2232. Intended for future use.
|
||||
|
||||
UART Serial port. The serial TX/RX signals of FT2232 and ESP32 are broken out to the inward and outward sides of JP2 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 voltage of this interface 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 JP2 respectively. By default, these pairs of pins are disconnected. To enable JTAG, short the respective pins with jumpers as shown in Section `Setup Options`_.
|
||||
|
||||
USB Port USB interface. Power supply for the board as well as the communication interface between a computer and the board.
|
||||
|
||||
EN Button Reset button.
|
||||
|
||||
Boot Button Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port.
|
||||
|
||||
Power Switch Power On/Off Switch. Toggling toward the **Boot** button powers the board on, toggling away from **Boot** powers the board off.
|
||||
|
||||
Power Selector Power supply selector interface. The board can be powered either via USB or via the 5V Input interface. Select the power source with a jumper. For more details, see Section `Setup Options`_, jumper header JP7.
|
||||
|
||||
5V Input The 5V power supply interface can be more convenient when the board is operating autonomously (not connected to a computer).
|
||||
|
||||
5V Power On LED This red LED turns on when power is supplied to the board, either from **USB** or **5V Input**.
|
||||
|
||||
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 V4.1 schematic`_.
|
||||
|
||||
Camera Connector 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 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.
|
||||
|
||||
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`.
|
||||
================== =================================================================================================================================
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v4.1-setup-options:
|
||||
|
||||
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
|
||||
======= ================ =========================================================
|
||||
|
||||
|
||||
Allocation of ESP32 Pins
|
||||
------------------------
|
||||
|
||||
Some pins / terminals of ESP32 are allocated for use with the onboard or external hardware. If that hardware is not used, e.g., nothing is plugged into the Camera (JP4) header, then these GPIOs can be used for other purposes.
|
||||
|
||||
Some of the pins, such as GPIO0 or GPIO2, have multiple functions and some of them are shared among onboard and external peripheral devices. Certain combinations of peripherals cannot work together. For example, it is not possible to do JTAG debugging of an application that is using SD card, because several pins are shared by JTAG and the SD card slot.
|
||||
|
||||
In other cases, peripherals can coexist under certain conditions. This is applicable to, for example, LCD screen and SD card that share only a single pin GPIO21. This pin is used to provide D/C (Data / Control) signal for the LCD as well as the CD (Card Detect) signal read from the SD card slot. If the card detect functionality is not essential, then it may be disabled by removing R167, so both LCD and SD may operate together.
|
||||
|
||||
For more details on which pins are shared among which peripherals, please refer to the table in the next section.
|
||||
|
||||
|
||||
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
|
||||
===================== ===== ===== =====================
|
||||
|
||||
Legend:
|
||||
|
||||
* NC/XTAL - :ref:`32.768 kHz Oscillator <get-started-esp-wrover-kit-v4.1-xtal>`
|
||||
* JTAG - :ref:`JTAG / JP8 <get-started-esp-wrover-kit-v4.1-jtag-header>`
|
||||
* 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>`
|
||||
* LCD - :ref:`LCD / U5 <get-started-esp-wrover-kit-v4.1-lcd-connector>`
|
||||
* PSRAM - ESP32-WROVER-B's PSRAM
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v4.1-xtal:
|
||||
|
||||
32.768 kHz Oscillator
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
==== ==========
|
||||
. ESP32 Pin
|
||||
==== ==========
|
||||
1 GPIO32
|
||||
2 GPIO33
|
||||
==== ==========
|
||||
|
||||
.. note::
|
||||
|
||||
Since GPIO32 and GPIO33 are connected to the oscillator by default, they are not connected to the JP1 I/O connector to maintain signal integrity. This allocation may be changed from the oscillator to JP1 by desoldering the zero-ohm resistors from positions R11 / R23 and re-soldering them to positions R12 / R24.
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v4.1-spi-flash-header:
|
||||
|
||||
SPI Flash / JP2
|
||||
^^^^^^^^^^^^^^^
|
||||
|
||||
==== =============
|
||||
. ESP32 Pin
|
||||
==== =============
|
||||
1 CLK / GPIO6
|
||||
2 SD0 / GPIO7
|
||||
3 SD1 / GPIO8
|
||||
4 SD2 / GPIO9
|
||||
5 SD3 / GPIO10
|
||||
6 CMD / GPIO11
|
||||
==== =============
|
||||
|
||||
.. important::
|
||||
|
||||
The module's flash bus is connected to the jumper block JP2 through zero-ohm resistors R140 ~ R145. If the flash memory needs to operate at the frequency of 80 MHz, for reasons such as improving the integrity of bus signals, you can desolder these resistors to disconnect the module's flash bus from the pin header JP2.
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v4.1-jtag-header:
|
||||
|
||||
JTAG / JP2
|
||||
^^^^^^^^^^
|
||||
|
||||
==== ============== =============
|
||||
. ESP32 Pin JTAG Signal
|
||||
==== ============== =============
|
||||
1 EN TRST_N
|
||||
2 MTMS / GPIO14 TMS
|
||||
3 MTDO / GPIO15 TDO
|
||||
4 MTDI / GPIO12 TDI
|
||||
5 MTCK / GPIO13 TCK
|
||||
==== ============== =============
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v4.1-camera-header:
|
||||
|
||||
Camera / JP4
|
||||
^^^^^^^^^^^^
|
||||
|
||||
==== ========== =============================
|
||||
. ESP32 Pin Camera Signal
|
||||
==== ========== =============================
|
||||
1 n/a 3.3V
|
||||
2 n/a Ground
|
||||
3 GPIO27 SIO_C / SCCB Clock
|
||||
4 GPIO26 SIO_D / SCCB Data
|
||||
5 GPIO25 VSYNC / Vertical Sync
|
||||
6 GPIO23 HREF / Horizontal Reference
|
||||
7 GPIO22 PCLK / Pixel Clock
|
||||
8 GPIO21 XCLK / System Clock
|
||||
9 GPIO35 D7 / Pixel Data Bit 7
|
||||
10 GPIO34 D6 / Pixel Data Bit 6
|
||||
11 GPIO39 D5 / Pixel Data Bit 5
|
||||
12 GPIO36 D4 / Pixel Data Bit 4
|
||||
13 GPIO19 D3 / Pixel Data Bit 3
|
||||
14 GPIO18 D2 / Pixel Data Bit 2
|
||||
15 GPIO5 D1 / Pixel Data Bit 1
|
||||
16 GPIO4 D0 / Pixel Data Bit 0
|
||||
17 GPIO0 RESET / Camera Reset
|
||||
18 n/a PWDN / Camera Power Down
|
||||
==== ========== =============================
|
||||
|
||||
* Signals D0 .. D7 denote camera data bus
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v4.1-rgb-led-connections:
|
||||
|
||||
RGB LED
|
||||
^^^^^^^
|
||||
|
||||
==== ========== =========
|
||||
. ESP32 Pin RGB LED
|
||||
==== ========== =========
|
||||
1 GPIO0 Red
|
||||
2 GPIO2 Green
|
||||
3 GPIO4 Blue
|
||||
==== ========== =========
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v4.1-microsd-card-slot:
|
||||
|
||||
MicroSD Card
|
||||
^^^^^^^^^^^^
|
||||
|
||||
==== ============== ===============
|
||||
. ESP32 Pin MicroSD Signal
|
||||
==== ============== ===============
|
||||
1 MTDI / GPIO12 DATA2
|
||||
2 MTCK / GPIO13 CD / DATA3
|
||||
3 MTDO / GPIO15 CMD
|
||||
4 MTMS / GPIO14 CLK
|
||||
5 GPIO2 DATA0
|
||||
6 GPIO4 DATA1
|
||||
7 GPIO21 CD
|
||||
==== ============== ===============
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-v4.1-lcd-connector:
|
||||
|
||||
LCD / U5
|
||||
^^^^^^^^
|
||||
|
||||
==== ============== ===============
|
||||
. ESP32 Pin LCD Signal
|
||||
==== ============== ===============
|
||||
1 GPIO18 RESET
|
||||
2 GPIO19 SCL
|
||||
3 GPIO21 D/C
|
||||
4 GPIO22 CS
|
||||
5 GPIO23 SDA
|
||||
6 GPIO25 SDO
|
||||
7 GPIO5 Backlight
|
||||
==== ============== ===============
|
||||
|
||||
|
||||
.. _get-started-esp-wrover-kit-start-development:
|
||||
|
||||
Start Application Development
|
||||
-----------------------------
|
||||
|
||||
Before powering up your ESP-WROVER-KIT, please make sure that the board is in good condition with no obvious signs of damage.
|
||||
|
||||
|
||||
Initial Setup
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
Please set only the following jumpers shown in the pictures below:
|
||||
|
||||
- Select USB as the power source using the jumper block JP7.
|
||||
|
||||
- Enable UART communication using the jumper block JP2.
|
||||
|
||||
======================== ==========================
|
||||
Power up from USB port Enable UART communication
|
||||
======================== ==========================
|
||||
|jp7-usb_5v| |jp2-tx-rx|
|
||||
======================== ==========================
|
||||
|
||||
Do not install any other jumpers.
|
||||
|
||||
Turn the **Power Switch** to ON, the **5V Power On LED** should light up.
|
||||
|
||||
Now to Development
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Please proceed to :doc:`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.
|
||||
|
||||
|
||||
Related Documents
|
||||
-----------------
|
||||
|
||||
* `ESP-WROVER-KIT V4.1 schematic`_ (PDF)
|
||||
* `ESP32 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf>`_ (PDF)
|
||||
* `ESP32-WROVER-B Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wrover-b_datasheet_en.pdf>`_ (PDF)
|
||||
* :doc:`../api-guides/jtag-debugging/index`
|
||||
* :doc:`../hw-reference/index`
|
||||
|
||||
.. |jp7-ext_5v| image:: ../../_static/esp-wrover-kit-v4.1-jp7-ext_5v.jpg
|
||||
.. |jp7-usb_5v| image:: ../../_static/esp-wrover-kit-v4.1-jp7-usb_5v.jpg
|
||||
.. |jp2-jtag| image:: ../../_static/esp-wrover-kit-v4.1-jp2-jtag.jpg
|
||||
.. |jp2-tx-rx| image:: ../../_static/esp-wrover-kit-v4.1-jp2-tx-rx.jpg
|
||||
.. |jp14| image:: ../../_static/esp-wrover-kit-v4.1-jp14.jpg
|
||||
|
||||
.. _ESP-WROVER-KIT V4.1 schematic: https://dl.espressif.com/dl/schematics/ESP-WROVER-KIT_V4_1.pdf
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
get-started-wrover-kit-v3.rst
|
||||
get-started-wrover-kit-v2.rst
|
||||
@@ -57,9 +57,9 @@ If you have one of ESP32 development boards listed below, you can click on the l
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
ESP32-DevKitC <get-started-devkitc>
|
||||
ESP-WROVER-KIT <get-started-wrover-kit>
|
||||
ESP32-PICO-KIT <get-started-pico-kit>
|
||||
ESP32-DevKitC <../hw-reference/get-started-devkitc>
|
||||
ESP-WROVER-KIT <../hw-reference/get-started-wrover-kit>
|
||||
ESP32-PICO-KIT <../hw-reference/get-started-pico-kit>
|
||||
ESP32-Ethernet-Kit <../hw-reference/get-started-ethernet-kit>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user