Search found 407 matches

by ESP_krzychb
Mon Feb 10, 2025 2:21 am
Forum: ESP-IDF
Topic: ESP32 IDF update to 5+
Replies: 1
Views: 451

Re: ESP32 IDF update to 5+

Hi Gary,
Please see some clues in Migration from 4.4 to 5.0 > Peripherals > Breaking Changes in Usage
by ESP_krzychb
Tue Feb 04, 2025 4:09 am
Forum: General Discussion
Topic: Disable JTAG on ESP32
Replies: 1
Views: 833

Re: Disable JTAG on ESP32

Hi jfpeyre, Which document do you mean and which ESP-IDF version do you use? I noticed that this eFuse is named differently across releases: v5.0.8 - DISABLE_JTAG https://docs.espressif.com/projects/esp-idf/en/v5.0.8/esp32/api-reference/system/efuse.html?highlight=disable_jtag v5.4 - JTAG_DISABLE ht...
by ESP_krzychb
Fri Jan 31, 2025 1:44 am
Forum: General Discussion
Topic: ESP32-DevKitC-V4 ADC2 pins.
Replies: 2
Views: 703

Re: ESP32-DevKitC-V4 ADC2 pins.

Hi barkolorious, Welcome to the forum! The short answer is yes, you can use the GPIO pins labeled as ADC2 for digital inputs and Software Serial Rx and Tx while using Wi-Fi, as long as you're not using them for ADC (Analog-to-Digital Converter) functionality. The statement you quoted is specifically...
by ESP_krzychb
Mon Jan 06, 2025 3:02 am
Forum: General Discussion
Topic: Clarification on IDF releases
Replies: 2
Views: 423

Re: Clarification on IDF releases

Hi rogue1, - v5.4 (release version): This refers to a stable, final release of ESP-IDF version 5.4. It has undergone complete testing and is considered production-ready. - release/v5.4 (release branch): This refers to the development branch for version 5.4. The release branch (release/v5.4) would co...
by ESP_krzychb
Mon Dec 23, 2024 10:27 pm
Forum: Hardware
Topic: ESP32 RMT Module
Replies: 1
Views: 729

Re: ESP32 RMT Module

Hi Jason,

The ESP32, including the ESP32-WROOM-32E model you're using, has a single RMT (Remote Control Transceiver) peripheral with eight RMT channels.
by ESP_krzychb
Sat Dec 21, 2024 10:56 am
Forum: Hardware
Topic: ESP32-P4 FPU
Replies: 2
Views: 936

Re: ESP32-P4 FPU

Hi rma-31, According to the preliminary version of the ESP32-P4 technical reference manual: Each HP core implements the RISC-V standard single-precision floating-point instruction set extension ”RV32F”. The RV32F extension also provides its own register file and various CSRs for configuration and fl...
by ESP_krzychb
Sun Dec 01, 2024 12:44 am
Forum: ESP-IDF
Topic: Limit on GPIO Interrupt Handlers?
Replies: 2
Views: 1645

Re: Limit on GPIO Interrupt Handlers?

Greetings! The issue you’re encountering with GPIO 32 and 35 not triggering edge interrupts might be related to a known limitation described in the ESP32 errata documentation regarding GPIO interrupts within the same group of GPIO pins . According to the documentation, edge interrupts cannot be used...
by ESP_krzychb
Wed Sep 25, 2024 1:27 am
Forum: Hardware
Topic: ESP32 External Oscillators Required?
Replies: 3
Views: 5719

Re: ESP32 External Oscillators Required?

The 40MHz crystal is required for the ESP32 to run.
by ESP_krzychb
Sat Sep 21, 2024 12:40 am
Forum: Documentation
Topic: Certification Docs: ICASA Type Approval for ESP32-WROOM-32E
Replies: 2
Views: 7583

Re: Certification Docs: ICASA Type Approval for ESP32-WROOM-32E

Hello Steve, The list of all certifications is at https://www.espressif.com/en/support/documents/certificates The list of all certifications for ESP32-WROOM-32E is at https://www.espressif.com/en/support/documents/certificates?keys=&field_product_value%5B%5D=ESP32-WROOM-32E I do not see any ICASA ty...
by ESP_krzychb
Fri May 31, 2024 9:10 am
Forum: Hardware
Topic: RS-232 Modules are not working with ESP32's
Replies: 4
Views: 3133

Re: RS-232 Modules are not working with ESP32's

Howdy,
The brown wire on the left is connected to the blue bus on the breadboard and looks like ground. I do not see it connected to any other ground. The blue buses on the breadboard are not connected to each other.