1ESP32-DevKitC V2 Getting Started Guide 2============================================== 3 4:link_to_translation:`zh_CN:[中文]` 5 6This guide shows how to start using the ESP32-DevKitC V2 development board. 7 8 9What You Need 10------------- 11 12* ESP32-DevKitC V2 board 13* USB A / micro USB B cable 14* Computer running Windows, Linux, or macOS 15 16You can skip the introduction sections and go directly to Section `Start Application Development`_. 17 18 19Overview 20-------- 21 22ESP32-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. 23 24 25Functional Description 26---------------------- 27 28The following figure and the table below describe the key components, interfaces and controls of the ESP32-DevKitC V2 board. 29 30.. _get-started-esp32-devkitc-v2-board-front-make: 31 32.. figure:: ../../../_static/esp32-devkitc-v2-functional-overview.png 33 :align: center 34 :alt: ESP32-DevKitC V2 board layout 35 :figclass: align-center 36 37 ESP32-DevKitC V2 board layout 38 39 40+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 41| Key Component | Description | 42+=====================+=========================================================================================================================================================================================+ 43| 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>`_ | 44+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 45| EN | Reset button. | 46+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 47| Boot | Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port. | 48+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 49| Micro USB Port | USB interface. Power supply for the board as well as the communication interface between a computer and ESP32-WROOM-32. | 50+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 51| 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. | 52+---------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 53 54 55Power Supply Options 56-------------------- 57 58There are three mutually exclusive ways to provide power to the board: 59 60* Micro USB port, default power supply 61* 5V / GND header pins 62* 3V3 / GND header pins 63 64.. warning:: 65 66 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. 67 68 69Start Application Development 70------------------------------ 71 72Before powering up your ESP32-DevKitC V2, please make sure that the board is in good condition with no obvious signs of damage. 73 74After that, 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. 75 76 77Related Documents 78----------------- 79 80* `ESP32-DevKitC schematics <https://dl.espressif.com/dl/schematics/ESP32-Core-Board-V2_sch.pdf>`_ (PDF) 81* `ESP32 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf>`_ (PDF) 82* `ESP32-WROOM-32 Datasheet <https://espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf>`_ (PDF) 83