Download Print this page
OLIMEX ESP32-EVB User Manual

OLIMEX ESP32-EVB User Manual

Advertisement

Quick Links

ESP32-EVB
User Manual
Document revision 1.0, August 2024
www. o limex.com

Advertisement

loading
Need help?

Need help?

Do you have a question about the ESP32-EVB and is the answer not in the manual?

Questions and answers

Summary of Contents for OLIMEX ESP32-EVB

  • Page 1 ESP32-EVB User Manual Document revision 1.0, August 2024 www. o limex.com...
  • Page 2 1. What is ESP32-EVB..........................3 1.1 ESP32-EVB variants........................4 1.2 Board use requirements........................4 1.3 ESP32-EVB Open Source Licenses....................4 2. ESP32-EVB general layout........................5 3. ESP32-EVB power supply and consumption..................6 4. ESP32-EVB schematics and dimensions....................7 5. ESP32-EVB pinout description:......................7 6. ESP32-EVB software installation......................8 7. Document revision history........................8...
  • Page 3 ESP32-EVB is a mature Open Source Hardware development board that incorporates n ESP32 module. The ESP32-EVB board is designed and manufactured by Olimex, while the ESP32 module is designed and manufactured by Espressif systems. The ESP32 modules are extremely popular WIFI/BT modules due to their size, price, and very good documentation.
  • Page 4 The computer needs software compatible with ESP32 modules. Most commonly used tools are ESP- IDF and Arduino IDE with ESP32 package. You can use ESP32-EVB with any software tool that supports the main ESP32 module. 1.3 ESP32-EVB Open Source Licenses ESP32-EVB is Open Source Hardware, listed in OSHWA.org here:...
  • Page 5 2. ESP32-EVB general layout Ethernet ESP32 Relay 2 commector module Relay terminals User button Reset button terminal MicroSD card holder Power jack Infrared User LED Li-Po connector Mount hole EXT header Battery UEXT Micro USB LEDs connector...
  • Page 6 The absolute maximum power ESP32-EVB can draw from the power supply would be the determined by the maximum input of the regulator on the power input line. Of course, consider that on-board peripherals and the main module would use some of that current.
  • Page 7 4. ESP32-EVB schematics and dimensions ESP32-EVB was designed with KiCAD (free and open-source CAD tool). ESP32-EVB schematics and sources can be found at GitHub here: https://github.com/OLIMEX/ESP32-EVB/tree/master/HARDWARE There are also PDF exports if you don’t want to install KiCAD. Board dimensions can be found here: https://github.com/OLIMEX/ESP32-EVB/blob/master/HARDWARE/ESP32-EVB_dimensions.pdf...
  • Page 8 6. ESP32-EVB software installation Esspresif guide for Arduino IDE installation – after installation – there is own entry for the board, it should be listed as OLIMEX ESP32-EVB in the board selection Espressif ESP-IDF installation Esspressif guide for PlatformIO installation.