Zombieverter looses WiFi connection when trying to update
-
- Posts: 594
- Joined: Thu Mar 02, 2023 1:30 pm
- Location: Uk
- Has thanked: 298 times
- Been thanked: 84 times
Zombieverter looses WiFi connection when trying to update
A friend asked me to check their zombieverter with my bench setup, all checked and fine but it is still on version 2.04. when I try to update it by swd UART update, the binary file uploads but the connection drops and it doesn't complete the update.
-
- Posts: 1868
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bristol
- Has thanked: 156 times
- Been thanked: 398 times
Re: Zombieverter looses WiFi connection when trying to update
its not swd update... this is covered many times in videos and the forum
You need the other update.
You need the other update.
-
- Posts: 594
- Joined: Thu Mar 02, 2023 1:30 pm
- Location: Uk
- Has thanked: 298 times
- Been thanked: 84 times
Re: Zombieverter looses WiFi connection when trying to update
Sorry thats my memory, I was trying via UART not SWD and it was failing.
- johu
- Site Admin
- Posts: 6310
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 249 times
- Been thanked: 1307 times
- Contact:
Re: Zombieverter looses WiFi connection when trying to update
The latest web ui hides SWD update as it only works with additional connections. And even then it never really worked for me
UART may fail but in that case you can power cycle and retry
UART may fail but in that case you can power cycle and retry
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
-
- Posts: 594
- Joined: Thu Mar 02, 2023 1:30 pm
- Location: Uk
- Has thanked: 298 times
- Been thanked: 84 times
Re: Zombieverter looses WiFi connection when trying to update
I was never sure but will the latest web UI work on zombie?
I did try power cycling several times but the behaviour was the same, it says upload complete, but then doesn't do anything and the WiFi connection drops.
-
- Posts: 544
- Joined: Mon Feb 24, 2020 8:59 pm
- Location: Ireland
- Has thanked: 330 times
- Been thanked: 72 times
Re: Zombieverter looses WiFi connection when trying to update
Yep, it works and is a good job. I recently made up some ESP8266 wemos adaptors and have tested the new UI on two ZV's. also tried an ESP32 based wifi module but haven't got that version working yetJacobsmess wrote: ↑Wed May 08, 2024 6:28 pm I was never sure but will the latest web UI work on zombie?
-
- Posts: 17
- Joined: Sun Aug 20, 2023 8:30 pm
- Location: South Cumbria, UK
- Has thanked: 6 times
- Been thanked: 4 times
Re: Zombieverter looses WiFi connection when trying to update
I have been suffering the same issue. I have been struggling with the issues for several days. I was getting the progress bar stopping at regular intervals. I was still able to ping the VCU.
I think I have now solved the problem.
Disconnect the Canbus, this instantly fixed my problem. I think canbus messages have higher priority than all other and are stopping the firmware reload.
I think I have now solved the problem.
Disconnect the Canbus, this instantly fixed my problem. I think canbus messages have higher priority than all other and are stopping the firmware reload.
Pete
- johu
- Site Admin
- Posts: 6310
- Joined: Thu Nov 08, 2018 10:52 pm
- Location: Kassel/Germany
- Has thanked: 249 times
- Been thanked: 1307 times
- Contact:
Re: Zombieverter looses WiFi connection when trying to update
That's indeed very odd. The boot loader just listens to ID 0x7DD all other messages are ignored on hardware level and don't generate interrupts.
Do you have 7DD on the bus?
Do you have 7DD on the bus?
Support R/D and forum on Patreon: https://patreon.com/openinverter - Subscribe on odysee: https://odysee.com/@openinverter:9
-
- Posts: 594
- Joined: Thu Mar 02, 2023 1:30 pm
- Location: Uk
- Has thanked: 298 times
- Been thanked: 84 times
Re: Zombieverter looses WiFi connection when trying to update
Sorry I should have updated this. I managed to get it to work by reflashing the wemos SPIFFS via Arduino IDE with the newly updated web interface, this allowed zombieverter to be updated after.