ESP-WROVER-KIT is an ESP32-based development board produced by Espressif.
ESP-WROVER-KIT features the following integrated components:
Its another distinguishing feature is the embedded FTDI FT2232HL chip - an advanced multi-interface USB bridge. This chip enables to use JTAG for direct debugging of ESP32 through the USB interface without a separate JTAG debugger. ESP-WROVER-KIT makes development convenient, easy, and cost-effective.
Most of the ESP32 I/O pins are broken out to the board’s pin headers for easy access.
Supported Boards | Wrover kit |
---|
This is a minimalistic display + LVGL graphics library example. In few function calls it sets up the display and shows Espressif's logo and label.
Copy to Clipboard
idf.py add-dependency "espressif/esp_wrover_kit^1.4.1"
To create a project from this example, run:
Copy to Clipboard
idf.py create-project-from-example "espressif/esp_wrover_kit^1.4.1:display"
Copy to Clipboard
Copy to Clipboard