]> granicus.if.org Git - esp-idf/commitdiff
Updated desription of ESP-WROVER-KIT features in getting started guide, changed link...
authorkrzychb <krzychb@gazeta.pl>
Mon, 31 Jul 2017 05:06:25 +0000 (07:06 +0200)
committerkrzychb <krzychb@gazeta.pl>
Wed, 2 Aug 2017 04:57:28 +0000 (06:57 +0200)
docs/_static/esp32-wrover-kit-layout-front.jpg
docs/get-started/get-started-devkitc.rst
docs/get-started/get-started-wrover-kit.rst

index 96297e70bc3cc8f8c890716e0d784280cdf48a83..b67a8ad3deece63ce90fe02a0c0d01003f35c6e0 100644 (file)
Binary files a/docs/_static/esp32-wrover-kit-layout-front.jpg and b/docs/_static/esp32-wrover-kit-layout-front.jpg differ
index 0a2ffe3672063afc495ef5172d9c05b4fb5c5347..cb4bb4e00db771dac85b425818f9fd6f0e2d51e8 100644 (file)
@@ -8,8 +8,8 @@ What You Need
 -------------\r
 \r
 * 1 × ESP32-DevKitC board\r
-* 1 × USB A / mini USB B cable \r
-* 1 × PC loaded with Windows, Linux or Mac O/S\r
+* 1 × USB A / micro USB B cable \r
+* 1 × PC loaded with Windows, Linux or Mac OS\r
 \r
 \r
 Overview\r
index 07b7f88ef27dab82811084c0c1aec5ed270cfeba..c3422350aa932708389e0f7e0e7f27feda4d5a86 100644 (file)
@@ -8,8 +8,8 @@ What You Need
 -------------\r
 \r
 * 1 × ESP-WROVER-KIT board\r
-* 1 × USB A / mini USB B cable \r
-* 1 × PC loaded with Windows, Linux or Mac O/S\r
+* 1 × USB A / micro USB B cable \r
+* 1 × PC loaded with Windows, Linux or Mac OS\r
 \r
 \r
 The Board\r
@@ -48,6 +48,8 @@ The following list and figures below describe key components, interfaces and con
 \r
 32.768 kHz\r
     An external precision 32.768 kHz crystal oscillator provides the chip with a clock of low-power consumption during the Deep-sleep mode.\r
+0R\r
+    A zero Ohm resistor intended as a placeholder for a current shunt. May be desoldered or replaced with a current shunt to facilitate measurement of current required by ESP32 module depending on power mode.\r
 ESP32 Module\r
     ESP-WROVER-KIT is compatible with both ESP-WROOM-32 and ESP32-WROVER. The ESP32-WROVER module features all the functions of ESP-WROOM-32 and integrates an external 32-MBit PSRAM for flexible extended storage and data processing capabilities.\r
 \r
@@ -55,18 +57,20 @@ ESP32 Module
 \r
         GPIO16 and GPIO17 are used as the CS and clock signal for PSRAM. To ensure reliable performance, the two GPIOs are not broken out.\r
 \r
-CTS/RTS\r
-    Serial port flow control signals: the pins are not connected to the circuitry by default. To enable them, respective pins of JP14 must be shorted with jumpers.\r
+FT2232\r
+    FT2232 chip is a multi-protocol USB-to-serial bridge. Users can control and program the FT2232 chip through the USB interface to establish communication with ESP32. The FT2232 chip also features USB-to-JTAG interface. \r
+\r
+    USB-to-JTAG is available on channel A of FT2232, USB-to-serial on channel B.\r
+\r
+    The embedded FT2232 chip is one of the distinguishing features of the ESPWROVER-KIT. It enhances users’ convenience in terms of application development and debugging. In addition, uses do not need to buy a JTAG debugger separately, which reduces the development cost. The schematics is provided in section :ref:`wrover-kit-related-documents`.\r
 UART\r
     Serial port: the serial TX/RX signals on FT2232HL and ESP32 are broken out to the two sides of JP11. By default, the two signals are connected with jumpers. To use the ESP32 module serial interface only, the jumpers may be removed and the module can be connected to another external serial device.\r
 SPI\r
     SPI interface: the SPI interface connects to an external flash (PSRAM). To interface another SPI device, an extra CS signal is needed. If an ESP32-WROVER is being used, please note that the electrical level on the flash and SRAM is 1.8V.\r
+CTS/RTS\r
+    Serial port flow control signals: the pins are not connected to the circuitry by default. To enable them, respective pins of JP14 must be shorted with jumpers.\r
 JTAG\r
     JTAG interface: the JTAG signals on FT2232HL and ESP32 are broken out to the two sides of JP8. By default, the two signals are disconnected. To enable JTAG, shorting jumpers are required on the signals.\r
-FT2232\r
-    FT2232 chip is a multi-protocol USB-to-serial bridge. The FT2232 chip features USB-to-UART and USB-to-JTAG functionalities. Users can control and program the FT2232 chip through the USB interface to establish communication with ESP32.\r
-\r
-    The embedded FT2232 chip is one of the distinguishing features of the ESPWROVER-KIT. It enhances users’ convenience in terms of application development and debugging. In addition, uses do not need to buy a JTAG debugger separately, which reduces the development cost. The schematics is provided in section :ref:`wrover-kit-related-documents`.\r
 EN\r
     Reset button: pressing this button resets the system.\r
 Boot\r
@@ -185,7 +189,7 @@ Related Documents
 * `ESP-WROVER-KIT schematic`_ (PDF)\r
 * `ESP32 Datasheet <http://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf>`_ (PDF)\r
 * `ESP-WROOM-32 Datasheet <http://espressif.com/sites/default/files/documentation/esp-wroom-32_datasheet_en.pdf>`_ (PDF)\r
-* `JTAG Debugging for ESP32 <https://espressif.com/sites/default/files/documentation/jtag_debugging_for_esp32_en.pdf>`_ (PDF)\r
+* :doc:`../api-guides/jtag-debugging/index`\r
 \r
 \r
 \r