-
Hey, I need a little help figuring out what I'm doing wrong. Tonight I flashed the "tasmota32.bin" file to a Wemos LOLIN32 dev board. Everything seemed to work right, and I got the "Hash of data verified" message. Then rebooted it. I expected to see an SSID like "Tasmota-XXXX" on WiFi, similar to what happens when you flash Tasmota to a Tuya switch or plug, that I would then connect to and use the WiFiManager functionality to put it on my WiFi network, but I'm not seeing anything. Is there a different way that I need to connect to a newly Tasmota flashed ESP32? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @TSJim Did you also flashed the 3 other bins (bootloader, partitions, and the 3rd I can't remember)? Cheers |
Beta Was this translation helpful? Give feedback.
-
Hey Barbudor... Yep, that was the problem. Here is the command line that worked for me (after booting the ESP32 dev board with GPIO0 grounded):
I was able to write the files successfully and get the ESP32 connected to Home Assistant! Thank you. |
Beta Was this translation helpful? Give feedback.
Hi @TSJim
Happy new year
Did you also flashed the 3 other bins (bootloader, partitions, and the 3rd I can't remember)?
All 3 files are mandatory beside the tasmota app itself.
Please refer to the docs and files in Tasmota/tools/Esptool/ESP32/
Cheers