I am new to arduino, and am still in the research stage of my project. I plan to use an arduino mega. My goal is to replace my home pool control board that controls 2 pool pumps and the saltwater chlorine generator. I think I have been able to research solutions for most of what I need (including controlling pumps and monitoring water levels) except for the matter of supplying power to the salt cells. Currently the salt cells are connected to the control panel (Autopilot DIG-220, malfunctioning at the moment).
There are different power levels for the cells, depending on how much chlorine needs to be generated, but the max level supplied is 26VDC at 8 amps. My supply could be either 120VAC or 240VAC, as both are present at the control board.
My question is what are the options for obtaining that voltage and current (which seems like a pretty strong current)? In my research I have not seen any power supplies that supply that voltage and amperage, at least not affordable. I have researched a little about bridge rectifiers and using transformer + diodes + capacitor + regulator. Is this the best method? Are there other methods I have not come across?
Would controlling such a current with an arduino be feasible? Would I be able to adjust the voltage and current depending on chlorine levels?
Paul_KD7HB:
What is wrong with using the power supply in your current controller? Or did it all go up in smoke?
Paul
Well, it did not go up in smoke, but did receive water damage after the casing cracked. I tried repairing some of the obvious damage, but I am not sure of the total extent of the damage. So I could theoretically attempt to salvage the power supply, but will have to test to make sure it was not damaged.
Also, I was thinking of keeping the control unit for parts, in case I ended up going back and getting a new one of the same system and needed to do repairs later on.
I am not opposed to spending money on a power supply and the project as otherwise it will cost around $700 to replace the current unit. In researching a little more, it seems that desktop power supplies would be able to provide the power needed. Would that potentially be a viable option? One consideration is that it is outdoors, so I would have to come up with a way of sealing all the components...
I would suggest an open-frame 24V adjustable supply might be the best option - has to be mounted
in a case of course, but you should be able to get to around 28V on the adjustment, and they are available
in a large range of power outputs.
Only 5% adjustment range though, but 25V and 8A ought to be usuable?
Simple PWM duty cycle control might be enough, at either a low rate (1Hz?) or with an LC filter you
could run at a high rate (ultrasonic). The LC filter smooths the load seen by the supply if switching
rapidly.
Thinking about it the old-fashioned transformer+rectifier approach might be a better fit, since it doesn't need
to be lightweight, and the simplicity means a longer life is likely - so long as the transformer is fully dipped/sealed one that won't be affected by damp.
If you chose a transformer / rectifier / capacitor solution, be aware the current in the bridge rectifiers and capacitor is likely to be 2 to 3 times the load current. There are many sites showing the calculations.
Essentially the larger the capacitor, the shorter the time the diodes are conducting and the higher the current.
Question. It is possible you could use the raw rectified voltage to power the cell? you could still PWM the output if you needed variable. And I guess you could use phase control on the input of the transformer.
JohnRob:
Question. It is possible you could use the raw rectified voltage to power the cell? you could still PWM the output if you needed variable. And I guess you could use phase control on the input of the transformer.
Not sure about the answer to this question. I have not found a whole lot of documentation on this cell and am not very familiar with how they function.
After digging around a little more, refining my search with the help provided here, I found some products such as this:
Advantages: waterproof (so can install outdoors), inexpensive, will meet power requirements.
Disadvangtage: not as educational and fun as putting something together myself?
Thoughts on how something like this might work for my situation?
The picture shows a fan through the grille! That's some strange new definition of weatherproof I think, especially as it doesn't appear to have an IP rating even.
You need something certified IP56 or better for outdoors I believe. This unit, if mounted the right way up,
might well survive the odd light shower, but that's not the same as being weatherproof.
As it is currently is, the pool control box is about 5 or 6 meters from the pool mounted on a wooden post about a meter off the ground.
But I was not familiar with the whole IP rating, so at least now I know to look for a solution that lists its IP rating.
In fact, we have a shed right next to where the pool controls currently are, so as I redesign, it may be worth it to move the controls into the shed, providing a little more protection from the elements.