I'm trying to control 20 brushless DC mini waterpumps to create a fountain game but I am having problems regulating the speed o the motors with my microcontroller.
I tried te L298 and it works on a regular motor but obviously not on a brushless motor. (it just switches on and off..)
The waterpump motor has 2 wires.. Can I use a ESC or how would anyone be able to control the speed of the motors.. Do I need to use a MOSFET ?
thanks in advance!
UPDATE: the motors have an internal controller that responds to dc voltage changes. So I need to control the voltage leven from 2.5V to 12V. Anyone know how ? Do I need a DAC ?
What would I need to achieve this ? some DAC circuit ? the motor do not need that much current. And it had been done in the paper but they don't don't include a circuit or smth similar..
I expect that you will get little in the way of variation in pumping by varying the voltage , due to motor and pump characteristic .
You need to try it with a variable power supply and see how it works before worrying about how to do it .
You might think about some form of motorised butterfly valve to control the flow instead ?? Or one big pump and several valves ?
It seems like they made a seperate board that is controlled via serial interface that can variable supply voltage to the pumps..
they call it an 8 channel brushless pump controller in this video:
I have a similar pump (not the same as yours). Mine had the brushless controller inside the pump housing. I can vary the pump speed (within reason, I've not attempted to go from 0 to full) by varying the voltage.
Now, how fast do you want the pumps to respond. If this is a game and a fast response is required the solution might be different than if a slow response was acceptable.
Actually if I can reliably change 20 voltages for 20 pumps with a microcontroller I would be happy. Fast or slow:) I just dont know where to start. So any help would be much appreciated!
The other 4 you need could likely be outputted from the arduino itself. I would start with 20 LEDs and prove your concept before moving to the actual pumps.
BTW I've not used this board.
I believe there are other similar devices. I'm sure others in the forum can help you with any board detail questions you might have.
To use this PWM output you would have to RC filter the output.
If your pump electronics is sensitive to input voltage ripple you will have to add a substantial RC to smooth out the PWM pulses. And making response slower.
If you pump doesn't mind ripple, the RC can be smaller and the response faster.
This assumes you pump varies flow with input voltage, which your project depends on.
To be clear: PWM is not possible, I tried and it just starts at a certain point at full speed.
I need variable voltage control. So i was thinking digital potentiometers but i need them to be able to handle 12volts..