introducing our contestants:
- Nissan Altima Hybrid coolant pump
- Toyota Camry Hybrid coolant pump
- Lexus GS450h Hybrid coolant pump
- Toyota Prius* Hybrid coolant pump
Are you controlling it with the Zombie VCU ?Dlud wrote: ↑Thu Jul 10, 2025 4:15 pm Why is it a problem to control the pump speed? Seems like an advantage to have that feature. I have used multiple Tesla pwm controlled pumps and most recently control pump speed by coolant temperature, generally lower speed at cooler temperatures although for battery cooling at lower temperatures when battery heating is called for the speed is higher (using higher speed at low temps, then slows down and begins to speed up again once temperature reaches a certain threshold).
Nice, copy that, my goal is to see and show what the Zombie can do out of the box and how to do it in terms of PWMing.
tom91 wrote: ↑Thu Jul 10, 2025 4:36 pm https://openinverter.org/wiki/ZombieVerter_IO
CoolantPump - OUTPUT: activates during precharge, usually used for coolant pumps
Its on and off control of a coolant pump not PWM.
The zombie DOES not provide a pwm for the pump unless:
You can request things like this to be added to the main branch if tested. Be good to keep things aligned on this forum so people do not go off and run different branches making support more difficult.modellfan wrote: ↑Sun Jul 13, 2025 8:49 pm Already implemented here
https://github.com/Modellfan/Zombie-Sla ... ant_pump.h
Sooo... what do you think is used? I would try 1kHz function first from 25% to 75% duty to see if it needs positive signal or is it pulled up inside the pump. In that case you would get 12V back on the middle wire unconnected and your transistor will be ok just PWMing in NPN mode.
My use case using Zombie as a Slave VCU is far beyond the normal use case. Espacially regarding the functionality of having a custom Low Voltage Distribution Unit using many of the Pins beeing used by different things in ZombieVCU. I don't see any chance to have my code as a branch. This is why I am pointing to my code, for whoever wants to have it in Zombie Code Base. With Codex, it should be integrated in a couple of minutes.
For Tesla Pump just connect the PWM line to a low side switch. PWMing between floating and low is enough. Have a look at my code. It implements already the valid signals as PWM range.arber333 wrote: ↑Mon Jul 14, 2025 6:40 am Sooo... what do you think is used? I would try 1kHz function first from 25% to 75% duty to see if it needs positive signal or is it pulled up inside the pump. In that case you would get 12V back on the middle wire unconnected and your transistor will be ok just PWMing in NPN mode.