diff --git a/_board/espressif_esp32p4_function_ev.md b/_board/espressif_esp32p4_function_ev.md new file mode 100644 index 000000000..d95d2a8e0 --- /dev/null +++ b/_board/espressif_esp32p4_function_ev.md @@ -0,0 +1,29 @@ +--- +layout: download +board_id: "espressif_esp32p4_function_ev" +title: "ESP32-P4-Function-EV-Board" +name: "ESP32-P4-Function-EV-Board" +manufacturer: "Espressif" +board_url: + - "https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32p4/esp32-p4-function-ev-board/user_guide.html" +board_image: "espressif_esp32p4_function_ev.jpg" +date_added: 2024-09-11 +family: esp32p4 +features: + - Wi-Fi + - Bluetooth/BTLE + - USB-C + - External Display +--- + +ESP32-P4-Function-EV-Board is a multimedia development board based on the ESP32-P4 chip. ESP32-P4 chip features a dual-core 400 MHz RISC-V processor and supports up to 32 MB PSRAM. In addition, ESP32-P4 supports USB 2.0 specification, MIPI-CSI/DSI, H264 Encoder, and various other peripherals. With all of its outstanding features, the board is an ideal choice for developing low-cost, high-performance, low-power network-connected audio and video products. + +The 2.4 GHz Wi-Fi 6 & Bluetooth 5 (LE) module ESP32-C6-MINI-1 serves as the Wi-Fi and Bluetooth module of the board. The board also includes a 7-inch capacitive touch screen with a resolution of 1024 x 600 and a 2MP camera with MIPI CSI, enriching the user interaction experience. The development board is suitable for prototyping a wide range of products, including visual doorbells, network cameras, smart home central control screens, LCD electronic price tags, two-wheel vehicle dashboards, etc. + +Most of the I/O pins are broken out to the pin headers for easy interfacing. Developers can connect peripherals with jumper wires. + +[Hardware User Guide is available here](https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32p4/esp32-p4-function-ev-board/user_guide.html) + +## Purchase + +* [AliExpress](https://www.aliexpress.us/item/3256807624599045.html) diff --git a/_data/bootloaders.json b/_data/bootloaders.json index 97b1072a0..cd06c091f 100644 --- a/_data/bootloaders.json +++ b/_data/bootloaders.json @@ -16,6 +16,7 @@ "esp32c3": {}, "esp32c6": {}, "esp32h2": {}, + "esp32p4": {}, "esp32": {}, "stm": {}, "cxd56": {}, diff --git a/assets/images/boards/large/espressif_esp32p4_function_ev.jpg b/assets/images/boards/large/espressif_esp32p4_function_ev.jpg new file mode 100644 index 000000000..9afd88ab7 Binary files /dev/null and b/assets/images/boards/large/espressif_esp32p4_function_ev.jpg differ diff --git a/assets/images/boards/original/espressif_esp32p4_function_ev.jpg b/assets/images/boards/original/espressif_esp32p4_function_ev.jpg new file mode 100644 index 000000000..1ca096c1a Binary files /dev/null and b/assets/images/boards/original/espressif_esp32p4_function_ev.jpg differ diff --git a/assets/images/boards/small/espressif_esp32p4_function_ev.jpg b/assets/images/boards/small/espressif_esp32p4_function_ev.jpg new file mode 100644 index 000000000..d13c1c6b8 Binary files /dev/null and b/assets/images/boards/small/espressif_esp32p4_function_ev.jpg differ