Add a note what is different about ESP-WROVER-KIT RVB

pull/846/head
krzychb 2017-07-17 07:16:31 +02:00
rodzic 4ec2abbf23
commit d3788b0db1
1 zmienionych plików z 27 dodań i 25 usunięć

Wyświetl plik

@ -15,7 +15,7 @@ What You Need
The Board The Board
--------- ---------
This section describes functionality of ESP-WROVER-KIT board and configuration options. If you like to start using it now, go directly to section :ref:`esp-wrover-start-developement` This section describes functionality of ESP-WROVER-KIT board and configuration options. If you like to start using it now, go directly to section :ref:`esp-wrover-start-development`
Overview Overview
@ -25,7 +25,7 @@ The ESP-WROVER-KIT is a development board produced by `Espressif <http://espress
.. note:: .. note::
ESP-WROVER-KIT integrates the ESP-WROOM-32 module by default. ESP-WROVER-KIT integrates the ESP-WROOM-32 module, while ESP-WROVER-KIT-RVB integrates the ESP32-WROVER. Both ESP-WROVER-KIT and ESP-WROVER-KIT-RVB have the same baseboard. The only difference is the module.
Functionality Overview Functionality Overview
@ -117,31 +117,33 @@ Setup Options
There are five jumper headers available to set up the board functionality. Typical options to select from are listed in table below. There are five jumper headers available to set up the board functionality. Typical options to select from are listed in table below.
+--------+----------------------+-------------------------------------------------+ +--------+----------------------+-----------------------------------------------------------+
| Header | Jumper Setting | Description of Functionality | | Header | Jumper Setting | Description of Functionality |
+--------+----------------------+-------------------------------------------------+ +--------+----------------------+-----------------------------------------------------------+
| JP1 | |jp1-both| | Assert GPIO2 low during each download | | JP1 | |jp1-both| | Assert GPIO2 low during each download |
| | | (by jumping it to GPIO0) | | | | (by jumping it to GPIO0) |
+--------+----------------------+-------------------------------------------------+ +--------+----------------------+-----------------------------------------------------------+
| JP1 | |jp1-sd_io2| | Enable pull up for the Micro SD Card | | JP1 | |jp1-sd_io2| | Enable pull up for the Micro SD Card, |
| | | | | | | ESP-WROVER-KIT V2 only |
| | | **Note:** applies to ESP-WROVER-KIT V2 only | | | | |
+--------+----------------------+-------------------------------------------------+ | | | **Note:** |
| JP7 | |jp7-ext_5v| | Power ESP-WROVER-KIT board from an external | | | | No jumpers are needed for SD card function on the V3 |
| | | power supply | +--------+----------------------+-----------------------------------------------------------+
+--------+----------------------+-------------------------------------------------+ | JP7 | |jp7-ext_5v| | Power ESP-WROVER-KIT board from an external |
| JP7 | |jp7-usb_5v| | Power ESP-WROVER-KIT board from an USB port | | | | power supply |
+--------+----------------------+-------------------------------------------------+ +--------+----------------------+-----------------------------------------------------------+
| JP8 | |jp8| | Enable JTAG functionality | | JP7 | |jp7-usb_5v| | Power ESP-WROVER-KIT board from an USB port |
+--------+----------------------+-------------------------------------------------+ +--------+----------------------+-----------------------------------------------------------+
| JP11 | |jp11-rx-tx| | Enable UART communication | | JP8 | |jp8| | Enable JTAG functionality |
+--------+----------------------+-------------------------------------------------+ +--------+----------------------+-----------------------------------------------------------+
| JP14 | |jp14| | Enable RTS/CTS flow control for serial | | JP11 | |jp11-rx-tx| | Enable UART communication |
| | | communication | +--------+----------------------+-----------------------------------------------------------+
+--------+----------------------+-------------------------------------------------+ | JP14 | |jp14| | Enable RTS/CTS flow control for serial |
| | | communication |
+--------+----------------------+-----------------------------------------------------------+
.. _esp-wrover-start-developement: .. _esp-wrover-start-development:
Start Application Development Start Application Development
----------------------------- -----------------------------