diff --git a/docs/index.rst b/docs/index.rst index b32db17f2..f2324de1f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -58,6 +58,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 000000000..3f175c7f7 --- /dev/null +++ b/docs/modules-and-boards.rst @@ -0,0 +1,87 @@ +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) +* `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 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 + :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) +* `CP210x USB to UART Bridge VCP Drivers `_ + + + +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) +* `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 +-------------------------------------- + +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) +* `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 +------------------- + +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) +* `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 +