From 5275f29efe64210638c7f44f00dc747a92874efe Mon Sep 17 00:00:00 2001 From: Krzysztof Date: Mon, 6 Mar 2017 21:44:10 +0100 Subject: [PATCH 1/3] doc: add dev module and boards by Espressif --- docs/index.rst | 1 + docs/modules-and-boards.rst | 77 +++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 docs/modules-and-boards.rst diff --git a/docs/index.rst b/docs/index.rst index 4beb326285..63e193d3e1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -57,6 +57,7 @@ Contents: Pin List and Functions (PDF) Chip Pinout (PDF) Silicon Errata (PDF) + Modules and Boards .. toctree:: :caption: Contribute diff --git a/docs/modules-and-boards.rst b/docs/modules-and-boards.rst new file mode 100644 index 0000000000..22307fd2bb --- /dev/null +++ b/docs/modules-and-boards.rst @@ -0,0 +1,77 @@ +ESP32 Modules and Boards +======================== + +Espressif designed and manufactured several development modules and boards to help users evaluate functionality of ESP32 chip. Development boards, depending on intended functionality, have exposed GPIO pins headers, provide USB programming interface, JTAG interface as well as peripherals like touch pads, LCD screen, SD card slot, camera module header, etc. + +For details please refer to documentation below, provided together with description of particular boards. + + +ESP-WROOM-32 +------------ + +The smallest module intended for installation in final products. Can be also used for evaluation after adding extra components like programming interface, boot strapping resistors and break out headers. + +.. image:: http://dl.espressif.com/dl/schematics/pictures/esp-wroom-32.jpg + :align: center + :width: 40% + :alt: ESP-WROOM-32 module (front and back) + +* `Schematic `__ (PDF) +* `ESP32 Module Reference Design `_ (ZIP) containing: OrCAD schematic, PCB layout, gerbers and BOM + + +ESP32 Core Board V2 / ESP32 DevKitC +----------------------------------- + +Small and convenient development module with break out pin headers and minimum additional components. Includes USB to serial programming interface that also provides power supply for the module. Has press buttons to reset the module and put it in upload mode. + +.. image:: http://dl.espressif.com/dl/schematics/pictures/esp32-core-board-v2.jpg + :align: center + :width: 50% + :alt: ESP32 Core Board V2 / ESP32 DevKitC board + +* `Schematic `__ (PDF) +* `ESP32 Development Board Reference Design `_ (ZIP) containing: OrCAD schematic, PCB layout, gerbers and BOM +* `ESP32-DevKitC Getting Started Guide `_ (PDF) + + + +ESP32 Demo Board V2 +------------------- + +One of first feature rich evaluation boards that contains several pin headers, dip switches, USB to serial programming interface, reset and boot mode press buttons, power switch, 10 touch pads and separate header to connect LCD screen. + +.. image:: http://dl.espressif.com/dl/schematics/pictures/esp32-demo-board-v2.jpg + :align: center + :alt: ESP32 Demo Board V2 board + +* `Schematic `__ (PDF) + + +ESP32 WROVER KIT V1 / ESP32 DevKitJ V1 +-------------------------------------- + +Development board that has dual port USB to serial converter for programming and JTAG interface for debugging. Power supply is provided by USB interface or from standard 5 mm power supply jack. Power supply selection is done with a jumper and may be put on/off with a separate switch. Has SD card slot, 3.2” SPI LCD screen and dedicated header to connect a camera. Provides RGB diode for diagnostics. Also includes 32.768KHz XTAL for internal RTC to operate it in low power modes. + +.. image:: http://dl.espressif.com/dl/schematics/pictures/esp32-devkitj-v1.jpg + :align: center + :width: 90% + :alt: ESP32 WROVER KIT V1 / ESP32 DevKitJ V1 board + +* `Schematic `__ (PDF) + + +ESP32 WROVER KIT V2 +------------------- + +This is an updated version of ESP32 DevKitJ V1 described above with design improvements identified when DevKitJ was in use. Both V1 and V2 versions of this board are ready to accommodate existing ESP-WROOM-32 or the new ESP32-WROVER module. + +.. image:: http://dl.espressif.com/dl/schematics/pictures/esp-wrover-kit-v2.jpg + :align: center + :width: 90% + :alt: ESP32 WROVER KIT V2 board + +* `Schematic `__ (PDF) +* `ESP-WROVER-KIT Getting Started Guide `_ (PDF) + + From 79449cce577fcb333569da0d7daf91a12cfaa95a Mon Sep 17 00:00:00 2001 From: Krzysztof Date: Tue, 7 Mar 2017 20:20:02 +0100 Subject: [PATCH 2/3] ESP32 module datasheet and JTAG debugger App Note links --- docs/modules-and-boards.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/modules-and-boards.rst b/docs/modules-and-boards.rst index 22307fd2bb..208ec442f7 100644 --- a/docs/modules-and-boards.rst +++ b/docs/modules-and-boards.rst @@ -17,13 +17,14 @@ The smallest module intended for installation in final products. Can be also use :alt: ESP-WROOM-32 module (front and back) * `Schematic `__ (PDF) +* `Datasheet `__ (PDF) * `ESP32 Module Reference Design `_ (ZIP) containing: OrCAD schematic, PCB layout, gerbers and BOM ESP32 Core Board V2 / ESP32 DevKitC ----------------------------------- -Small and convenient development module with break out pin headers and minimum additional components. Includes USB to serial programming interface that also provides power supply for the module. Has press buttons to reset the module and put it in upload mode. +Small and convenient development board with break out pin headers and minimum additional components. Includes USB to serial programming interface, that also provides power supply for the board. Has press buttons to reset the board and put it in upload mode. .. image:: http://dl.espressif.com/dl/schematics/pictures/esp32-core-board-v2.jpg :align: center @@ -35,7 +36,6 @@ Small and convenient development module with break out pin headers and minimum a * `ESP32-DevKitC Getting Started Guide `_ (PDF) - ESP32 Demo Board V2 ------------------- @@ -59,6 +59,7 @@ Development board that has dual port USB to serial converter for programming and :alt: ESP32 WROVER KIT V1 / ESP32 DevKitJ V1 board * `Schematic `__ (PDF) +* `JTAG Debugging for ESP32 `__ ESP32 WROVER KIT V2 @@ -73,5 +74,5 @@ This is an updated version of ESP32 DevKitJ V1 described above with design impro * `Schematic `__ (PDF) * `ESP-WROVER-KIT Getting Started Guide `_ (PDF) - +* `JTAG Debugging for ESP32 `__ (PDF) From 23fc2ef0bdc46a2a5d4919efc50177bfc672d994 Mon Sep 17 00:00:00 2001 From: Krzysztof Date: Wed, 8 Mar 2017 21:00:27 +0100 Subject: [PATCH 3/3] USB to serial driver links --- docs/modules-and-boards.rst | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/modules-and-boards.rst b/docs/modules-and-boards.rst index 208ec442f7..3f175c7f77 100644 --- a/docs/modules-and-boards.rst +++ b/docs/modules-and-boards.rst @@ -18,7 +18,7 @@ The smallest module intended for installation in final products. Can be also use * `Schematic `__ (PDF) * `Datasheet `__ (PDF) -* `ESP32 Module Reference Design `_ (ZIP) containing: OrCAD schematic, PCB layout, gerbers and BOM +* `ESP32 Module Reference Design `_ (ZIP) containing OrCAD schematic, PCB layout, gerbers and BOM ESP32 Core Board V2 / ESP32 DevKitC @@ -32,8 +32,10 @@ Small and convenient development board with break out pin headers and minimum ad :alt: ESP32 Core Board V2 / ESP32 DevKitC board * `Schematic `__ (PDF) -* `ESP32 Development Board Reference Design `_ (ZIP) containing: OrCAD schematic, PCB layout, gerbers and BOM +* `ESP32 Development Board Reference Design `_ (ZIP) containing OrCAD schematic, PCB layout, gerbers and BOM * `ESP32-DevKitC Getting Started Guide `_ (PDF) +* `CP210x USB to UART Bridge VCP Drivers `_ + ESP32 Demo Board V2 @@ -46,6 +48,7 @@ One of first feature rich evaluation boards that contains several pin headers, d :alt: ESP32 Demo Board V2 board * `Schematic `__ (PDF) +* `FTDI Virtual COM Port Drivers`_ Note: Drivers install automatically on most of OS / there is no need to install them manually ESP32 WROVER KIT V1 / ESP32 DevKitJ V1 @@ -59,7 +62,8 @@ Development board that has dual port USB to serial converter for programming and :alt: ESP32 WROVER KIT V1 / ESP32 DevKitJ V1 board * `Schematic `__ (PDF) -* `JTAG Debugging for ESP32 `__ +* `FTDI Virtual COM Port Drivers`_ Note: Drivers install automatically on most of OS / there is no need to install them manually +* `JTAG Debugging for ESP32`_ (PDF) ESP32 WROVER KIT V2 @@ -74,5 +78,10 @@ This is an updated version of ESP32 DevKitJ V1 described above with design impro * `Schematic `__ (PDF) * `ESP-WROVER-KIT Getting Started Guide `_ (PDF) -* `JTAG Debugging for ESP32 `__ (PDF) +* `FTDI Virtual COM Port Drivers`_ Note: Drivers install automatically on most of OS / there is no need to install them manually +* `JTAG Debugging for ESP32`_ (PDF) + + +.. _JTAG Debugging for ESP32: https://github.com/espressif/esp-idf/ +.. _FTDI Virtual COM Port Drivers: http://www.ftdichip.com/Drivers/D2XX.htm