ESP32 development board with CP2102 USB chip
Specifications:
- ESP-WROOM-32 module
- ESP32-D0WD-V3 (revision 3) chip
- Dual-core 32-bit 240 MHz LX6 CPU
- 4 MB Flash memory
- 520 kB SRAM
- 30 pins
- GPIO interfaces: I2C, SPI, UART, 1-Wire, PWM, ADC (12-bit), DAC
- 3.3 V logic level
- WIFI 802.11 b/g/n
- Bluetooth Classic / LE (Low Energy)
- built-in HAL sensor
- 9 touch sensors integrated with GPIO
- USB - UART chip CP2102
- micro-USB connection
When programming with the Arduino IDE use the following steps:
1. Insert the URL “https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json” into the field "Additional Boards Manager URLs" which can be found at File -> Preferences - tab Settings
(when using multiple URL's, they can be separated by a comma)
2. Install the ESP32 package via Tools -> Board -> Boards Manager
3. Select board "DOIT ESP32 DEVKIT V1" via Tools -> Board
4. Compile and upload your sketch