get-started-devkitc.rst 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. ESP32-DevKitC V4 Getting Started Guide
  2. ======================================
  3. :link_to_translation:`zh_CN:[中文]`
  4. This guide shows how to start using the ESP32-DevKitC V4 development board.
  5. What You Need
  6. -------------
  7. * ESP32-DevKitC V4 board
  8. * USB A / micro USB B cable
  9. * Computer running Windows, Linux, or macOS
  10. You can skip the introduction sections and go directly to Section `Start Application Development`_.
  11. .. _DevKitC-Overview:
  12. Overview
  13. --------
  14. 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.
  15. To cover a wide range of user requirements, the following versions of ESP32-DevKitC V4 are available:
  16. - different ESP32 modules
  17. - `ESP32-WROOM-DA <https://www.espressif.com/sites/default/files/documentation/esp32-wroom-da_datasheet_en.pdf>`_
  18. - `ESP32-WROOM-32E <https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32e_esp32-wroom-32ue_datasheet_en.pdf>`_
  19. - `ESP32-WROOM-32UE <https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32e_esp32-wroom-32ue_datasheet_en.pdf>`_
  20. - `ESP32-WROOM-32D <https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf>`_
  21. - `ESP32-WROOM-32U <https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf>`_
  22. - `ESP32-SOLO-1 <https://www.espressif.com/sites/default/files/documentation/esp32-solo-1_datasheet_en.pdf>`_
  23. - `ESP32-WROVER-E <https://www.espressif.com/sites/default/files/documentation/esp32-wrover-e_esp32-wrover-ie_datasheet_en.pdf>`_
  24. - `ESP32-WROVER-IE <https://www.espressif.com/sites/default/files/documentation/esp32-wrover-e_esp32-wrover-ie_datasheet_en.pdf>`_
  25. - male or female pin headers.
  26. For details please refer to `ESP Product Selector <https://products.espressif.com/#/product-selector?names=>`_.
  27. Functional Description
  28. ----------------------
  29. The following figure and the table below describe the key components, interfaces and controls of the ESP32-DevKitC V4 board.
  30. .. _get-started-esp32-devkitc-board-front:
  31. .. figure:: ../../../_static/esp32-devkitc-functional-overview.jpg
  32. :align: center
  33. :alt: ESP32-DevKitC V4 with ESP-WROOM-32 module soldered
  34. :figclass: align-center
  35. ESP32-DevKitC V4 with ESP32-WROOM-32 module soldered
  36. .. list-table::
  37. :widths: 25 75
  38. :header-rows: 1
  39. * - Key Component
  40. - Description
  41. * - ESP32-WROOM-32
  42. - A module with ESP32 at its core. For more information, see `ESP32-WROOM-32 Datasheet`_.
  43. * - EN
  44. - Reset button.
  45. * - Boot
  46. - Download button. Holding down **Boot** and then pressing **EN** initiates Firmware Download mode for downloading firmware through the serial port.
  47. * - USB-to-UART Bridge
  48. - Single USB-UART bridge chip provides transfer rates of up to 3 Mbps.
  49. * - Micro USB Port
  50. - USB interface. Power supply for the board as well as the communication interface between a computer and the ESP32-WROOM-32 module.
  51. * - 5V Power On LED
  52. - Turns on when the USB or an external 5V power supply is connected to the board. For details see the schematics in `Related Documents`_.
  53. * - I/O
  54. - 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.
  55. .. note::
  56. 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.
  57. .. note::
  58. 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.
  59. Power Supply Options
  60. --------------------
  61. There are three mutually exclusive ways to provide power to the board:
  62. * Micro USB port, default power supply
  63. * 5V / GND header pins
  64. * 3V3 / GND header pins
  65. .. warning::
  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. Header Block
  68. ------------
  69. The two tables below provide the **Name** and **Function** of I/O header pins on both sides of the board, as shown in :ref:`get-started-esp32-devkitc-board-front`. The numbering and names are the same as in the `ESP32-DevKitC V4 schematics`_ (PDF).
  70. J1
  71. ^^^
  72. === ==== ===== ===================================
  73. No. Name Type Function
  74. === ==== ===== ===================================
  75. 1 3V3 P 3.3 V power supply
  76. 2 EN I CHIP_PU, Reset
  77. 3 IO36 I GPIO36, ADC1_CH0, S_VP
  78. 4 IO39 I GPIO39, ADC1_CH3, S_VN
  79. 5 IO34 I GPIO34, ADC1_CH6, VDET_1
  80. 6 IO35 I GPIO35, ADC1_CH7, VDET_2
  81. 7 IO32 I/O GPIO32, ADC1_CH4, TOUCH_CH9, XTAL_32K_P
  82. 8 IO33 I/O GPIO33, ADC1_CH5, TOUCH_CH8, XTAL_32K_N
  83. 9 IO25 I/O GPIO25, ADC1_CH8, DAC_1
  84. 10 IO26 I/O GPIO26, ADC2_CH9, DAC_2
  85. 11 IO27 I/O GPIO27, ADC2_CH7, TOUCH_CH7
  86. 12 IO14 I/O GPIO14, ADC2_CH6, TOUCH_CH6, MTMS
  87. 13 IO12 I/O GPIO12, ADC2_CH5, TOUCH_CH5, MTDI
  88. 14 GND G Ground
  89. 15 IO13 I/O GPIO13, ADC2_CH4, TOUCH_CH4, MTCK
  90. 16 IO9 I/O GPIO9, D2
  91. 17 IO10 I/O GPIO10, D3
  92. 18 IO11 I/O GPIO11, CMD
  93. 19 5V0 P 5 V power supply
  94. === ==== ===== ===================================
  95. J3
  96. ^^^
  97. === ==== ===== ====================================
  98. No. Name Type Function
  99. === ==== ===== ====================================
  100. 1 GND G Ground
  101. 2 IO23 I/O GPIO23
  102. 3 IO22 I/O GPIO22
  103. 4 IO1 I/O GPIO1, U0TXD
  104. 5 IO3 I/O GPIO3, U0RXD
  105. 6 IO21 I/O GPIO21
  106. 7 GND G Ground
  107. 8 IO19 I/O GPIO19
  108. 9 IO18 I/O GPIO18
  109. 10 IO5 I/O GPIO5
  110. 11 IO17 I/O GPIO17
  111. 12 IO16 I/O GPIO16
  112. 13 IO4 I/O GPIO4, ADC2_CH0, TOUCH_CH0
  113. 14 IO0 I/O GPIO0, ADC2_CH1, TOUCH_CH1, Boot
  114. 16 IO2 I/O GPIO2, ADC2_CH2, TOUCH_CH2
  115. 17 IO15 I/O GPIO15, ADC2_CH3, TOUCH_CH3, MTDO
  116. 17 IO8 I/O GPIO8, D1
  117. 18 IO7 I/O GPIO7, D0
  118. 19 IO6 I/O GPIO6, SCK
  119. === ==== ===== ====================================
  120. P: Power supply;
  121. I: Input;
  122. O: Output.
  123. Pin Layout
  124. ^^^^^^^^^^^
  125. .. figure:: ../../../_static/esp32-devkitC-v4-pinout.jpg
  126. :align: center
  127. :scale: 45%
  128. :alt: ESP32-DevKitC (click to enlarge)
  129. :figclass: align-center
  130. ESP32-DevKitC Pin Layout (click to enlarge)
  131. Note on C15
  132. -----------
  133. The component C15 may cause the following issues on earlier ESP32-DevKitC V4 boards:
  134. * The board may boot into Download mode
  135. * If you output clock on GPIO0, C15 may impact the signal
  136. In case these issues occur, please remove the component. The figure below shows C15 highlighted in yellow.
  137. .. figure:: ../../../_static/esp32-devkitc-c15-location.png
  138. :align: center
  139. :alt: Location of C15 (colored yellow) on ESP32-DevKitC V4 board
  140. :figclass: align-center
  141. :width: 30%
  142. Location of C15 (yellow) on ESP32-DevKitC V4 board
  143. Start Application Development
  144. ------------------------------
  145. Before powering up your ESP32-DevKitC V4, please make sure that the board is in good condition with no obvious signs of damage.
  146. After 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.
  147. Board Dimensions
  148. ----------------
  149. .. figure:: ../../../_static/esp32-devkitc-dimensions-back.jpg
  150. :align: center
  151. :alt: Dimensions of ESP32-DevKitC board with ESP32-WROOM-32 module soldered - back
  152. :figclass: align-center
  153. Dimensions of ESP32-DevKitC board with ESP32-WROOM-32 module soldered - back
  154. Related Documents
  155. -----------------
  156. * `ESP32-DevKitC V4 schematics`_ (PDF)
  157. * `ESP32 Datasheet`_ (PDF)
  158. * `ESP32-WROOM-DA Datasheet`_ (PDF)
  159. * `ESP32-WROOM-32 Datasheet`_ (PDF)
  160. * `ESP32-WROOM-32D and ESP32-WROOM-32U Datasheet`_ (PDF)
  161. * `ESP32-WROVER Datasheet`_ (PDF)
  162. * `ESP32-WROVER-B Datasheet`_ (PDF)
  163. * `ESP Product Selector`_
  164. For further design documentation for the board, please contact us at `sales@espressif.com <sales@espressif.com>`_.
  165. .. _ESP32-DevKitC V4 schematics: https://dl.espressif.com/dl/schematics/esp32_devkitc_v4-sch.pdf
  166. .. _ESP32 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf
  167. .. _ESP32-WROOM-32 Datasheet: https://espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf
  168. .. _ESP32-WROOM-32D and ESP32-WROOM-32U Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf
  169. .. _ESP32-WROVER Datasheet: https://espressif.com/sites/default/files/documentation/esp32-wrover_datasheet_en.pdf
  170. .. _ESP32-WROVER-B Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-wrover-b_datasheet_en.pdf
  171. .. _ESP32-WROOM-DA Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-wroom-da_datasheet_en.pdf
  172. .. _ESP Product Selector: https://products.espressif.com/#/product-selector?names=
  173. .. toctree::
  174. :hidden:
  175. get-started-devkitc-v2