Search found 398 matches

by ESP_krzychb
Wed Aug 24, 2022 1:52 am
Forum: ESP-IDF
Topic: Does the ESP32 have SIMD-like instructions?
Replies: 12
Views: 11447

Re: Does the ESP32 have SIMD-like instructions?

Hello!
Because of several requests, the Processor Instruction Extension (PIE) chapter of ESP32-S3 Technical Reference Manual has been prioritized and now is scheduled for publishing on 8 September 2022.
by ESP_krzychb
Mon Jul 11, 2022 6:36 am
Forum: Hardware
Topic: ESP32-DevKitM-1 Development Board is a single or a dual core board?
Replies: 7
Views: 3422

Re: ESP32-DevKitM-1 Development Board is a single or a dual core board?

Hi ALGONSI, ESP32-U4WDH chip variant installed inside ESP32-MINI-1 module has been upgraded from single to dual-core in December 2021. This information is covered in ESP32 Datasheet on page 52 in the footnote. After that date, newly manufactured ESP32-MINI-1 modules and then ESP32-DevKitM-1 boards s...
by ESP_krzychb
Mon Jul 11, 2022 4:36 am
Forum: Documentation
Topic: ESP32-DEVKITC-VE Pin Layout
Replies: 3
Views: 5609

Re: ESP32-DEVKITC-VE Pin Layout

I was trying to verify the pin layout of the board but cannot find documentation. On the board itself it is marked with: ESP32-WROVER-E. The silkscreen on the board matches the pin layout here: https://docs.espressif.com/projects/esp ... vkitc.html Is the pin layouts detailed for the J1, J2, and Pi...
by ESP_krzychb
Sun Jun 19, 2022 1:17 am
Forum: Hardware
Topic: Using the ESP32-C3 SOC, Not Module
Replies: 2
Views: 1716

Re: Using the ESP32-C3 SOC, Not Module

Hi Chevelle,

For hardware design starting with a bare SoC I suggest checking ESP32-C3 Hardware Design Guidelines.
by ESP_krzychb
Wed Jun 01, 2022 9:04 am
Forum: General Discussion
Topic: Difference between WROOM-2-N16R8V and WROOM-1U-N16R8
Replies: 3
Views: 5511

Re: Difference between WROOM-2-N16R8V and WROOM-1U-N16R8

I missed the key difference. WROOM-2-N16R8V has octal flash and WROOM-1U-N16R8 has quad flash. Sorry for that. ESP32-S3-WROOM-2 modules have octal flash and PSRAM. ESP32-S3-WROOM-2_Ordering.png By comparison, ESP32-S3-WROOM-1 modules have quad flash and either quad or octal PSRAM. ESP32-S3-WROOM-1_O...
by ESP_krzychb
Sat May 28, 2022 3:42 am
Forum: Documentation
Topic: ESP32-S3: Dedicated GPIO
Replies: 2
Views: 5557

Re: ESP32-S3: Dedicated GPIO

Hi Demirug, The short answer is that dedicated GPIO feature is supported for ESP32-S3. For ESP32-S2 there are two methods to operate dedicated GPIO: by accessing registers and by using specialized CPU instructions. In newer chips (e.g. ESP32-S3 or ESP32-C3) the first method has been been removed and...
by ESP_krzychb
Fri May 20, 2022 4:29 am
Forum: Documentation
Topic: ESP32-C2 and ESP8684 Documentation Release
Replies: 0
Views: 5339

ESP32-C2 and ESP8684 Documentation Release

Following announcement of ESP32-C2 series ( English / 中文 ) covering three ESP8684 variants, here is documentation. - ESP8684 Datasheet - English / 中文 - ESP8684 Hardware Design Guidelines - English / 中文 - ESP8684-DevKitM-1 User Guide - English / 中文 - Technical Reference Manual - English / 中文 - ESP-ID...
by ESP_krzychb
Fri May 13, 2022 11:49 am
Forum: Documentation
Topic: ESP32 S3 AC characteristics
Replies: 1
Views: 2927

Re: ESP32 S3 AC characteristics

Hi villagri,
We do not have other ESP32-S3 publicly available documents with more information on AC characteristics.
by ESP_krzychb
Sun May 08, 2022 6:01 am
Forum: General Discussion
Topic: Difference between WROOM-2-N16R8V and WROOM-1U-N16R8
Replies: 3
Views: 5511

Re: Difference between WROOM-2-N16R8V and WROOM-1U-N16R8

Hi andylinpersonal,
The other difference is that ESP32-S3-WROOM-2 modules have a newer a version of ESP32-S3 chip inside.
See also https://www.esp32.com/viewtopic.php?t=24117.
by ESP_krzychb
Fri Apr 29, 2022 8:02 am
Forum: Hardware
Topic: How to order ESP32-PICO-D4 with ECO V3 revision
Replies: 6
Views: 3677

Re: How to order ESP32-PICO-D4 with ECO V3 revision

More on VSPI or HSPI usage for PSRAM running at 80 MHz is in CONFIG_SPIRAM_SPEED.