Search found 10 matches
- Wed Mar 30, 2022 2:21 am
- Forum: Hardware
- Topic: AP+STA mode interference
- Replies: 0
- Views: 1296
AP+STA mode interference
Hi, Based on what I have read on the forum when an ESP32 device works in an AP+STA mode, the AP mode's channel switches to the channel on which the STA mode is connected with the router. Please correct me if I am wrong. If the AP mode transmits on the same channel as the router, how likely is it tha...
- Wed Nov 10, 2021 3:12 am
- Forum: Hardware
- Topic: Flash failure on ESP32-WROOM-32 module
- Replies: 2
- Views: 3900
Re: Flash failure on ESP32-WROOM-32 module
So even after the fix it took 4 boots for the flash to be readable? Did you test for any shorts to adjacent pins via whiskers? No, the result was immediate. Sorry for the confusion, just meant to show the transition. What you are seeing in the putty screenshot is the log before and after the fix. I...
- Tue Nov 09, 2021 10:13 am
- Forum: Hardware
- Topic: Flash failure on ESP32-WROOM-32 module
- Replies: 2
- Views: 3900
Flash failure on ESP32-WROOM-32 module
Hi, We have manufactured over 2000 pieces of a PCB containing the ESP32-WROOM-32 module. We have been receiving reports of failures in the field where the status LED on the boards are stuck in the state where the board attempts to boot. Under normal booting conditions, this LED state is quickly surp...
- Mon Oct 25, 2021 6:42 am
- Forum: Hardware
- Topic: ESP32-WROOM-32D module with external PSRAM
- Replies: 6
- Views: 6858
Re: ESP32-WROOM-32D module with external PSRAM
It is clear to check the boot mode message if GPIO12 is pulled high during power-up. https://github.com/espressif/esptool/wiki/ESP32-Boot-Mode-Selection#boot-mode-message The issue does not happen on power-up and the device performs as expected. So, the boot messages provided in the link you shared...
- Mon Oct 25, 2021 4:07 am
- Forum: Hardware
- Topic: ESP32-WROOM-32D module with external PSRAM
- Replies: 6
- Views: 6858
Re: ESP32-WROOM-32D module with external PSRAM
I have an LED connected to GPIO12 as follows: 3.3V-----I>I-----/\/\/------GPIO12 Vf of the LED is 2.1 and the resistor is 1k ohm. Could this be a reason for flash corruption? Considering a weak internal pull-down resistor (assuming 50k ohm) on the pin, the voltage could be in the undefined zone of C...
- Wed Aug 04, 2021 12:00 pm
- Forum: General Discussion
- Topic: ESP32-WROOM-32E Vs ESP32-WROOM-32D
- Replies: 5
- Views: 37245
Re: ESP32-WROOM-32E Vs ESP32-WROOM-32D
This is a note of caution for people considering using the ESP32-WROOM-32E instead of the ESP32-WROOM-32D. Please note that, unlike the ESP32-WROOM-32D module, the pins GPIO6 to GPIO11 of the V3 chip are not led out to the pins of the ESP32-WROOM-32E module. The impact is that one cannot connect an ...
- Sat Jul 17, 2021 4:52 pm
- Forum: Hardware
- Topic: ESP32-WROOM-32D module with external PSRAM
- Replies: 6
- Views: 6858
Re: ESP32-WROOM-32D module with external PSRAM
Since the menuconfig contains a section to define the CS and CLK pins used for the PSRAM, I was assuming that the pin configuration is taken care of at the time of compilation. If that is not the case, can I activate the internal pull-up instead of an external pull-up resistor? Regarding the flash c...
- Thu Jul 15, 2021 10:00 am
- Forum: Hardware
- Topic: ESP32-WROOM-32D module with external PSRAM
- Replies: 6
- Views: 6858
ESP32-WROOM-32D module with external PSRAM
Hi, I have designed a PCB with ESP32-WROOM-32D module and ESP-PSRAM64H PSRAM following the schematic of the ESP32-WROVER module. I observed some failures on certain devices in the field where a certain partition on the flash which I was occasionally writing to gets corrupted. This prompted me to hav...
- Fri Oct 12, 2018 5:46 am
- Forum: General Discussion
- Topic: Flashing ESP-Wroom-32 in production
- Replies: 12
- Views: 22425
Re: Flashing ESP-Wroom-32 in production
Just an update for those who stumble upon this thread. I recently tried to use JTag programming using OpenOCD (through VisualGDB in Visual Studio) and this worked flawless. It also allowed me to debug and set breakpoints in the code - win! 8-) Did you get it working by following the instructions pr...
- Sun Jun 24, 2018 4:38 am
- Forum: Hardware
- Topic: Reset vs Power Cycling
- Replies: 2
- Views: 11101
Reset vs Power Cycling
Hi, I am curious to know if there exists any difference between toggling the Enable (EN) signal on the ESP32 WROOM module and cycling the power to the module. Are there any faults which are cleared only by cycling the power? This post on Github is the source of my confusion. An excerpt from the post...