Upload doesn't work anymore ! ESP too hot to touch ! Is it broken ?
Posted: Mon Apr 01, 2019 3:04 pm
Hello !
Earlier today I tried using the ESP Wroom-32 with a P5 SMD 2727 LED Display and the following library:
https://github.com/NeoCat/ESP32-P3RGB64x32MatrixPanel
I've soldered the wires for that default constructor and tried uploading some codes to the ESP32.
Now, the board looked like this:
https://i.postimg.cc/tR6mRKZQ/20190329-164451.jpg
I've attached a power supply to it and used 2 LLC to shift the 3V3 accepted by the ESP32 to 5V needed for the LED Display to work.
https://i.postimg.cc/VkCHqbsd/20190401-135241.jpg
The RED (PIN 1) wire from the HUB75 is on R1 (IO25).
These are the specs of my power supply:
https://i.postimg.cc/prt2vnW7/20190401-145102.jpg
Here's the schematic to the whole board:
https://i.postimg.cc/PxXHWhh6/Schematic ... 160858.png
VCC = 5V
I noticed that I couldn't upload any code to the ESP32, because the boot button seemed like it did not work, so I took off the ESP from the board and uploaded the code than put it back in and noticed a bizarre behavior:
If the ESP32 is half-way inside (like this), the screen is white if I insert it all the way it get's red.
If I reset the ESP, the display will be off, and the Serial Monitor will output:
repeating itself without stopping.
This began to make me think of the GPIO 12 that is a bootstrapping pin, but I thought if the guy that made the library used GPIO 12 than I can use it to.
https://github.com/espressif/arduino-esp32/issues/2626
The ESP ran around 1h with that error, which I think was actually the ESP resetting every second, made it go so hot that I couldn't touch it. I disconnected it at let it cool off only to realize that I can't upload code to it anymore.
I am now trying to upload code to the ESP, by having it connected to the PC via a USB Cable and keeping boot button pressed, but nothing happens.
Also it keeps getting very hot because the previous code is still making it reset itself.
Is there a way to check if the GPIO 12 is LOW or HIGH ?
Is the ESP broken ?
Earlier today I tried using the ESP Wroom-32 with a P5 SMD 2727 LED Display and the following library:
https://github.com/NeoCat/ESP32-P3RGB64x32MatrixPanel
I've soldered the wires for that default constructor and tried uploading some codes to the ESP32.
Now, the board looked like this:
https://i.postimg.cc/tR6mRKZQ/20190329-164451.jpg
I've attached a power supply to it and used 2 LLC to shift the 3V3 accepted by the ESP32 to 5V needed for the LED Display to work.
https://i.postimg.cc/VkCHqbsd/20190401-135241.jpg
The RED (PIN 1) wire from the HUB75 is on R1 (IO25).
These are the specs of my power supply:
https://i.postimg.cc/prt2vnW7/20190401-145102.jpg
Here's the schematic to the whole board:
https://i.postimg.cc/PxXHWhh6/Schematic ... 160858.png
VCC = 5V
I noticed that I couldn't upload any code to the ESP32, because the boot button seemed like it did not work, so I took off the ESP from the board and uploaded the code than put it back in and noticed a bizarre behavior:
If the ESP32 is half-way inside (like this), the screen is white if I insert it all the way it get's red.
If I reset the ESP, the display will be off, and the Serial Monitor will output:
Code: Select all
rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
This began to make me think of the GPIO 12 that is a bootstrapping pin, but I thought if the guy that made the library used GPIO 12 than I can use it to.
https://github.com/espressif/arduino-esp32/issues/2626
The ESP ran around 1h with that error, which I think was actually the ESP resetting every second, made it go so hot that I couldn't touch it. I disconnected it at let it cool off only to realize that I can't upload code to it anymore.
I am now trying to upload code to the ESP, by having it connected to the PC via a USB Cable and keeping boot button pressed, but nothing happens.
Also it keeps getting very hot because the previous code is still making it reset itself.
Is there a way to check if the GPIO 12 is LOW or HIGH ?
Is the ESP broken ?