Zombieverter, E65 vs E60

medo
Posts: 168
Joined: Thu Dec 07, 2023 9:32 pm
Location: Kosova
Has thanked: 18 times
Been thanked: 3 times

Zombieverter, E65 vs E60

Post by medo »

Hello everyone,
I have installed the zombieverter in my E60, but there are problems with the ABS, DSC, an error is also triggered, it reports that there is a fault in the servotronic, but the car does not have a servotronic installed, if I start the car without the VCU, then the error goes away, could it be due to the E65 configuration??
20240810_204746.jpg
User avatar
tom91
Posts: 2410
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 209 times
Been thanked: 572 times

Re: Zombieverter, E65 vs E60

Post by tom91 »

Did you take CAN logs before taking out the engine?

What version of the Zombie Software are you on? Which vehicle did you select?

We need more data to figure out what your car wants to see.
Creator of SimpBMS
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
User avatar
tom91
Posts: 2410
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 209 times
Been thanked: 572 times

Re: Zombieverter, E65 vs E60

Post by tom91 »

You have wired the Zombie instead of the Engine ECU to the powertrain CAN right?

Also please provide your VIN for referencing on ISTA
Creator of SimpBMS
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
medo
Posts: 168
Joined: Thu Dec 07, 2023 9:32 pm
Location: Kosova
Has thanked: 18 times
Been thanked: 3 times

Re: Zombieverter, E65 vs E60

Post by medo »

tom91 wrote: Sat Aug 10, 2024 8:35 pm You have wired the Zombie instead of the Engine ECU to the powertrain CAN right?
that's right, the chassis number is WBANC71050B627749, in the vehicle selection I selected E65, version 2.17a
User avatar
tom91
Posts: 2410
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 209 times
Been thanked: 572 times

Re: Zombieverter, E65 vs E60

Post by tom91 »

You try the other vehicle options? Like E46

Unless you have CAN logs of your vehicle this is going to be hard to figure out. Do you have the BMW workshop software tool?
Creator of SimpBMS
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
medo
Posts: 168
Joined: Thu Dec 07, 2023 9:32 pm
Location: Kosova
Has thanked: 18 times
Been thanked: 3 times

Re: Zombieverter, E65 vs E60

Post by medo »

Unfortunately I have not created any logs, I have already tested e46 and e39, but that does not work, I also have no BMW workshop software, except for inpa
User avatar
crasbe
Posts: 296
Joined: Mon Jul 08, 2019 5:18 pm
Location: Germany
Has thanked: 47 times
Been thanked: 150 times

Re: Zombieverter, E65 vs E60

Post by crasbe »

Didn't Karim had to do a lot of changes to get everything running in his E60?



I'm not sure he published his fork of Zombie. In General I haven't heard of him in a while 🤔
medo
Posts: 168
Joined: Thu Dec 07, 2023 9:32 pm
Location: Kosova
Has thanked: 18 times
Been thanked: 3 times

Re: Zombieverter, E65 vs E60

Post by medo »

I also think that something in the code needs to be changed, unfortunately I can't get the compilation to work on Windows 10
User avatar
crasbe
Posts: 296
Joined: Mon Jul 08, 2019 5:18 pm
Location: Germany
Has thanked: 47 times
Been thanked: 150 times

Re: Zombieverter, E65 vs E60

Post by crasbe »

For building the Zombie code, I created this Docker container: https://github.com/crasbe/ZombieBuild
That makes building the binaries a lot easier and I know that a couple of people use it regularly.

However you need to know what you need to change in the source code... and for that you would need CAN logs (at least) 👀

--------------------------------

On another note: I found the source code from Karim: https://github.com/7yatna/Stm32-vcu
He implemented an E60 class, which you might be able to use: https://github.com/damienmaguire/Stm32- ... vcu:master

Keep in mind that this is NOT officially supported source code! I don't know in which state it is if it works or not and what it does and what it doesn't do.
User avatar
tom91
Posts: 2410
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 209 times
Been thanked: 572 times

Re: Zombieverter, E65 vs E60

Post by tom91 »

Most of this is in the Zombie release, and proven working on Jamies Car. It is practically identical to the R56 work i done.

So there is something strange going on with this car.

Can you pull CAN logs now of the powertrain bus? It should help me understand what is going on.
Creator of SimpBMS
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
medo
Posts: 168
Joined: Thu Dec 07, 2023 9:32 pm
Location: Kosova
Has thanked: 18 times
Been thanked: 3 times

Re: Zombieverter, E65 vs E60

Post by medo »

crasbe wrote: Sat Aug 10, 2024 9:42 pm For building the Zombie code, I created this Docker container: https://github.com/crasbe/ZombieBuild
That makes building the binaries a lot easier and I know that a couple of people use it regularly.

However you need to know what you need to change in the source code... and for that you would need CAN logs (at least) 👀

--------------------------------

On another note: I found the source code from Karim: https://github.com/7yatna/Stm32-vcu
He implemented an E60 class, which you might be able to use: https://github.com/damienmaguire/Stm32- ... vcu:master

Keep in mind that this is NOT officially supported source code! I don't know in which state it is if it works or not and what it does and what it doesn't do.
can you compile the Karim firmware for me to test, I can't get the compilation to work on my laptop
User avatar
tom91
Posts: 2410
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 209 times
Been thanked: 572 times

Re: Zombieverter, E65 vs E60

Post by tom91 »

tom91 wrote: Sat Aug 10, 2024 9:52 pm Most of this is in the Zombie release, and proven working on Jamies Car. It is practically identical to the R56 work i done.
No point running Karims code, a bigger risk things do something unexpected.

Provide a CAN log of the powertrain bus.

Provide your .Json of the parameters so that can be checked.
Creator of SimpBMS
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
medo
Posts: 168
Joined: Thu Dec 07, 2023 9:32 pm
Location: Kosova
Has thanked: 18 times
Been thanked: 3 times

Re: Zombieverter, E65 vs E60

Post by medo »

i make a log with and whithout VCU connected, also the Parameters of vcu
e60_without_VCU.csv
(102.28 KiB) Downloaded 142 times
e60_with_VCU.csv
(787.61 KiB) Downloaded 152 times
params.json
(1.95 KiB) Downloaded 141 times
I have installed the LDU, the VCU should only activate the ABS and pass the gears because of the reverse light, the VCU has no influence on the LDU, I can't access the ABS via inpa, no answer, it worked with the original engine
User avatar
tom91
Posts: 2410
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 209 times
Been thanked: 572 times

Re: Zombieverter, E65 vs E60

Post by tom91 »

All looks right on the CAN bus, I do not see any ABS CAN info which is strange possibly another kind of ABS module.

The CAN frames sent from the Zombie are correct.
Creator of SimpBMS
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
medo
Posts: 168
Joined: Thu Dec 07, 2023 9:32 pm
Location: Kosova
Has thanked: 18 times
Been thanked: 3 times

Re: Zombieverter, E65 vs E60

Post by medo »

maybe the engine control unit has to stay connected??
I took it out completely
the power supply and fuses of the ABS module are also ok
medo
Posts: 168
Joined: Thu Dec 07, 2023 9:32 pm
Location: Kosova
Has thanked: 18 times
Been thanked: 3 times

Re: Zombieverter, E65 vs E60

Post by medo »

I finally managed to compile damian's repo without any problems, but I get an error message from Karim's repo, what could be the reason for this ?

Code: Select all

Makefile:42: *** missing separator (did you mean TAB instead of 8 spaces?).  Stop.
medo
Posts: 168
Joined: Thu Dec 07, 2023 9:32 pm
Location: Kosova
Has thanked: 18 times
Been thanked: 3 times

Re: Zombieverter, E65 vs E60

Post by medo »

Well, there is news, you have to connect the 2 CAN cables on the DME connector to each other, but it doesn't say anywhere that you have to do it that way.
Now we also have the ABS in the CAN bus system, but I still get an error message, could that be due to the E65 message??
Screenshot_20240819_115458_BimmerLink.jpg
20240820_161121.jpg
User avatar
tom91
Posts: 2410
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 209 times
Been thanked: 572 times

Re: Zombieverter, E65 vs E60

Post by tom91 »

medo wrote: Tue Aug 20, 2024 4:56 pm Well, there is news, you have to connect the 2 CAN cables on the DME connector to each other, but it doesn't say anywhere that you have to do it that way.
Are you still on the standard release of Zombie?

Thats upto you to figure out, it is impossible to document each car. Torque 3 is message: 0xAA

https://github.com/HeinrichG-V12/E65_Re ... me-ov-file

Please grab another CAN log, from vehicle a sleep till key on, need to check wake up works on your car.
Creator of SimpBMS
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
medo
Posts: 168
Joined: Thu Dec 07, 2023 9:32 pm
Location: Kosova
Has thanked: 18 times
Been thanked: 3 times

Re: Zombieverter, E65 vs E60

Post by medo »

Yes i use the latest Firmware 2.17
e60.csv
(4.49 MiB) Downloaded 143 times
User avatar
tom91
Posts: 2410
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 209 times
Been thanked: 572 times

Re: Zombieverter, E65 vs E60

Post by tom91 »

So there maybe a possibility it is upset due the lack of a counter in the message 0xAA. You are capable of compiling Damiens STM32_VCU repo right? Then I can provide you something to try to add this in.
Creator of SimpBMS
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
medo
Posts: 168
Joined: Thu Dec 07, 2023 9:32 pm
Location: Kosova
Has thanked: 18 times
Been thanked: 3 times

Re: Zombieverter, E65 vs E60

Post by medo »

Yes, i can compile
User avatar
tom91
Posts: 2410
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 209 times
Been thanked: 572 times

Re: Zombieverter, E65 vs E60

Post by tom91 »

medo wrote: Tue Aug 20, 2024 6:01 pm Yes, i can compile
Dm'ed you update to the BMW E65/E9x coding to try
Creator of SimpBMS
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
medo
Posts: 168
Joined: Thu Dec 07, 2023 9:32 pm
Location: Kosova
Has thanked: 18 times
Been thanked: 3 times

Re: Zombieverter, E65 vs E60

Post by medo »

that Works, Many Thanks
e60-1.csv
(1.37 MiB) Downloaded 157 times
User avatar
tom91
Posts: 2410
Joined: Fri Mar 01, 2019 9:15 pm
Location: Bristol
Has thanked: 209 times
Been thanked: 572 times

Re: Zombieverter, E65 vs E60

Post by tom91 »

Perfect, suprised that when some tested it was fine.

Push request made for this change https://github.com/damienmaguire/Stm32-vcu/pull/100
Creator of SimpBMS
Founder Volt Influx https://www.voltinflux.com/
Webstore: https://citini.com/
medo
Posts: 168
Joined: Thu Dec 07, 2023 9:32 pm
Location: Kosova
Has thanked: 18 times
Been thanked: 3 times

Re: Zombieverter, E65 vs E60

Post by medo »

I'll test it tomorrow while driving, there was another error when I brake at about 20kmh, a strange error that I've never seen before, something to do with OBS, I'll report tomorrow
Post Reply