Unable to boot my esp32. #1041
Replies: 10 comments
-
Hi, I had the same problem yesterday! Unpacked a brand new D1 mini ESP32 with WROOM-32 and tried to flash the 2.2.0 firmware with the esptool. I thought I bricked it, because I got also the message in a loop you posted above! My solution was to use the ESP Home Flasher tool ... |
Beta Was this translation helpful? Give feedback.
-
@crocchietta using
The files It's great that you're using the ESP32. This is definitely the way forward. I'm working on 2.3 now which will be exclusive to the ESP32 and have a lot more features, like the ability to control the thermostat and boiler settings from the WebUI. |
Beta Was this translation helpful? Give feedback.
-
@DeepCoreSystem : Thanks, I didn't know about this esphome project. @proddy : thanks, it is working fine now. I have the idea later to modify the firmware to no longer use a wifi connection but rather wired. Do you think this is achievable with an ESP32? And turn off the wifi? |
Beta Was this translation helpful? Give feedback.
-
Agree, I will update the documentation on how to upgrade. BBQKees has some pretty good notes on this too. Adding Ethernet is on the to-do list of ESP32. I've been doing some testing using an Olimex board. |
Beta Was this translation helpful? Give feedback.
-
@crocchietta : I learned about ESP Home Flasher Tool because of the WLED project and the problems I had there with esptool.py also. |
Beta Was this translation helpful? Give feedback.
-
@ DeepCoreSystem : I haven't fully understood the usefulness of ESP Home yet. I'll have to read the documentation. |
Beta Was this translation helpful? Give feedback.
-
@crocchietta Do NOT use any non-isolated POE board with the EMS bus! |
Beta Was this translation helpful? Give feedback.
-
Ok, i take note of that. I am trying to connect the ESP32 with the EMS interface boards v1. For TX and RX connections (interface card side), I wonder if I should use the ESP32 pins identified Txd and Rxd or other GPIO pins ? |
Beta Was this translation helpful? Give feedback.
-
EMS-ESP for the ESP32 is pre set to: Depending on your board these might have different pin numbers. |
Beta Was this translation helpful? Give feedback.
-
please re-open if you're still having issues. |
Beta Was this translation helpful? Give feedback.
-
Hello. I am new to the world of ESPs.
I have flashed an ESP32-WROOM-32 with the firmware EMS-ESP-2_2_0-esp32.bin.
I used with success the command
Then the red led of the ESP32 flashes quickly.
With minicom, I get looped :
is there something else to do before flashing this firmware?
Beta Was this translation helpful? Give feedback.
All reactions