Hardware issue on Hoover devices (No connection/No Wifi LED on) #3
RubenKelevra
started this conversation in
Hardware
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to share my story here:
I noticed that my Washer-Dryer isn't connecting to wifi anymore, and the Wifi-LED stayed off.
I tried to reset via Wifi/Bluetooth - as I did made some config changes to my wifi in the past, and thought that's the reason, but no luck.
So I took my machine apart 2 weeks ago, and debugged the issue:
I'm not sure what caused this, but created a solution for everyone who wants to fix this issue (either before or after it occurs) for themselves.
First make sure you got the same/similar board layout:
You will need:
Logic for the AdUM1201:
Process:
Visual of the header pin section:
Should in the end look like this:
I suggest doing this before the same fault happens, because in my case I suspect the 5 V somehow entered the ESP32 through the faulty resistor and caused issues on the ESP32's flash. I could read out the flash fine, but the ESP32 won't boot and throw a message about flash reading issues out.
I suspect it's just the configuration section which is not "well" readable, but I'm not sure atm.
But the ESP32 as well as the flash itself is fine. It seems to be just a software issue now.
If you want to read out UART the TX/RX pins of the "WIFI PROG" port are connected to the ESP32 and the "IO0" labeled port lets you put the ESP32 into flash mode, if you ground it. So you can use the flash tool do dump the flash content or upload a new firmware.
You can also safely boot the ESP32 alone, if you provide 3.3 V on the VCC port of the "WIFI PROG" header, in case you want to boot the ESP32 and look at the output without starting up the MCU, because you got it on the bench.
Beta Was this translation helpful? Give feedback.
All reactions