About 50 results
Open links in new tab
  1. esp32 switch on via EN pin - General Guidance - Arduino Forum

    Aug 22, 2019 · Hey guys. I want to switch on esp32 via EN pin using gpio of another board. I am supplying 11.5mA to EN pin. I am having some problems. Kindly suggest if this approach is good. …

  2. Capacitor on EN helped (ESP32 DEvKitC - WROOM32) - Arduino Forum

    Apr 7, 2024 · I tried some ways to solve the problem (chaneg Power supply, isolate the ESP32 from other out- and inputs), but at the end a capacitor on the EN input of the ESP32 DEvKitC Board …

  3. ESP 32 Wroom-32 pin allocation - Programming - Arduino Forum

    Feb 26, 2024 · I have been able to compile and upload the "Blink / Hello World" test using pin 2 as and output to drive the LED. When I selected pin 15, the serial monitor produced pages of "stuff" without …

  4. ESP32 pins difference between VIN and 3V3 pin - Arduino Forum

    Feb 7, 2024 · Hi, I have this ESP32, can please some explain to me the difference between the ESP32 VIN and 3v3, from what I understand the VIN is for inputs only, but I powered a 4 relay module with …

  5. Pin Selection of ESP32-S3-WROOM-1 - Arduino Forum

    Mar 5, 2025 · You pull the IO0 Pin to Ground then Reset the ESP32 by pulling EN Pin to Ground. This prodecure put ESP32 to BootLoad Mode. Then you upload the compile bin file thorugh RX0/TX0 pin. …

  6. Esp32 EN button - Programming - Arduino Forum

    Sep 28, 2025 · If you don't trust the watchdog of the ESP32 (it has a built in one!) then you can add an external watchdog chip. You basically need to toggle an input pin of the chip periodically, and if you …

  7. ESP32 reset function - Networking, Protocols, and Devices - Arduino …

    Aug 27, 2019 · Yes I am using 2 capacitors in EN pin, and 1 in IO0 pin same as the schematic. Vcc is the same net, just using transistor with sliding switch to use esp32 as always ON or esp32 switch on …

  8. ledcAttachPin ledcSetup error and how to solve it? - Arduino Forum

    Sep 16, 2024 · Im using arduino IDE 2.3.2 with esp32 wrrom kit and Im trying to generate a simple pwm example and Im getting this error: Compilation error: 'ledcSetup' was not declared in this scope The …

  9. ESP32 pins that support PULLUP - Arduino Forum

    Sep 29, 2023 · I'm having trouble locating information, or getting conflicting information, on which ESP32 pins support PULLUP. I'm using the common 30-pin DEVKITV1 board, the pins I'm interested in …

  10. ESP32 (wroom32)use of IO0 - 3rd Party Boards - Arduino Forum

    Nov 27, 2023 · I have an ESP32-WROOM-32-N4 and I'm planning to utilize GPIO pin IO0 to power some LED diodes using an N-channel MOSFET. I understand that IO0 is HIGH at Boot, and to enter …