This is interesting bit banging, can look at adding this in as a 100hz or 10hz pump PWM functionality that can use PWM channels or normal outputs.modellfan wrote: ↑Sun Jul 13, 2025 8:49 pm Already implemented here
https://github.com/Modellfan/Zombie-Sla ... ant_pump.h
PWM Water Pump Shootout
- tom91
- Posts: 2962
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bicester, Oxfordshire
- Has thanked: 330 times
- Been thanked: 848 times
Re: PWM Water Pump Shootout
Re: PWM Water Pump Shootout
Some of this Pumps need an external pull-up to 5V. The script is running in my car. I didn’t wanted to interfere with other stuff in the firmware as PWM Pins can’t be accessed by gpio matrix. Open to do for me is still to also read in the PWM answer of the pump.
- Gregski
- Posts: 3164
- Joined: Tue Sep 14, 2021 10:28 am
- Location: Sacramento, California
- Has thanked: 633 times
- Been thanked: 1609 times
- Contact:
Re: PWM Water Pump Shootout
the struggle is real
gents, for the life of me I just can't seem to be able to control the speed of any of these GS450h/Camry/Altima EV coolant pumps using this PWM controller, it's either full speed at 100% and 100 hertz or nothing
gents, for the life of me I just can't seem to be able to control the speed of any of these GS450h/Camry/Altima EV coolant pumps using this PWM controller, it's either full speed at 100% and 100 hertz or nothing
"I don't need to understand how it works, I just need to understand how to make it work!" ~ EV Greg
- tom91
- Posts: 2962
- Joined: Fri Mar 01, 2019 9:15 pm
- Location: Bicester, Oxfordshire
- Has thanked: 330 times
- Been thanked: 848 times
Re: PWM Water Pump Shootout
Some googling and I found this.
https://charm.li/Lexus/2011/GS%20450h%2 ... Diagnosis/
https://charm.li/Lexus/2011/GS%20450h%2 ... Diagnosis/
-
Alibro
- Posts: 1113
- Joined: Sun Feb 23, 2020 9:24 am
- Location: Northern Ireland
- Has thanked: 506 times
- Been thanked: 325 times
- Contact:
Re: PWM Water Pump Shootout
Not sure if this helps any but I couldn't get a PWM controller to work with the Nissan Leaf pump and ended up using an Arduino to send a 2hz signal and changing the duty cycle controlled the speed of the pump.
All documented here
https://openinverter.org/forum/viewtopi ... 489#p50489
All documented here
https://openinverter.org/forum/viewtopi ... 489#p50489
-
arber333
- Posts: 3796
- Joined: Mon Dec 24, 2018 1:37 pm
- Location: Slovenia
- Has thanked: 166 times
- Been thanked: 413 times
- Contact:
Re: PWM Water Pump Shootout
You probably need a pullup resistor on output or another transistor to invert the signal...