Hi All,
I need to try and replicate the functionality of a motor controller for an aquarium pump. The pump / motor is a 24v 75w motor which has 3 wires going to it (I am guessing +ve, -ve and control? ) and at the moment it has a little external controller which allows you to change the speed of the motor and stop / start it.
The reason I want to replicate the functionality is that I have a project which I have been working on that allows me to control most aspects of the aquarium from a web app using a rapsberry pi and a couple of Arduino’s etc. There are multiple motors I need to control and I am sick of having to get under the aquarium each time, choose between 4 different controllers to control the pump(s) I want so I would like to move all the functionality of the motor control back to my custom controller. If it was 2 wires for the motor, I am sure I could figure it out pretty easy with PWM and some Mosfets but this 3rd wire has thrown me.
Below is a picture of 2 of the controllers I need to replicate - functionality wise they are the same it is just that the smaller one controls a smaller motor - looking at them they are using a voltage regulator which seems to be connected to the 3rd wire in some fashion but they have removed the centre leg of the regulator - even getting that far I am still not overly sure what is going on.
http://pics.dontyell.net/album/AquaMan/ … 154336.jpg
http://pics.dontyell.net/album/AquaMan/ … 154405.jpg
http://pics.dontyell.net/album/AquaMan/ … 154017.jpg
http://pics.dontyell.net/album/AquaMan/ … 153654.jpg
Can anyone provide any tips on the best way to go about replacing these controllers so I can control the motors from Arduino?
Cheers,
Ben