I am trying to create a fountain that is activated by Motion/proximity(human). The pump mechanism is actually taken from one of those tacky chocolate fountains that you can buy for about £20 and it works like an Archimedes Screw so needs a motor with reasonable enough power and torque.
Essentially I need to create A proximity switch that powers a single motor. Arduino may not be the answer to this but any advice would be wonderful.
FYI this is an art project that will be pumping paint not water......on a small scale
You could probably do it just with some components and no micro involved.
This sensor, for example, changes its output pin from high to low when an object is close. You could use that fact to switch a transistor which will turn the motor off and on.
Others will be better than I at helping you spec the transistor and other odds and ends.