Yep, that's really what I was thinking would happen, but either way should be good. I guess it is better for people with arduino already, but if someone just wants a controller an all in one base unit is better (and cheaperI suppose one approach would be to design a custom PCB including the processor, then put headers on it in the standard Arduino locations, which would let people stack shields on if they desire.
At any rate, I'd assume we want the relay board separate (so it could be placed remotely from the "head unit").
That's a nice IC, but not really in scope for this project because it is only available as SMD.The concept was that it operates over 1-wire ( Dallas Semi) communication to the Dual Switch device (DS2413).
That's a nice IC, but not really in scope for this project because it is only available as SMD.
The entire 1-wire idea is great but unfortunately Maxim makes most of their ICs SMD only.
Anyways, I think I'll go with plain I2C for the relay box and just use a simple port expander to control a bunch of SSR. 2 analog pins for 8 relays should be good. The generic OAC5 relays can be found at 9-10 bucks from mouser/digkey or for 3-4 on ebay and most are rated at 3A so in theory they should be able to handle a 250W MH lamp.
How many outlets are we aiming at? I guess 8 is the minimum and I was thinking of using plain power entry modules so these can be wired in pairs to give 16 outlets that are controlled in pairs.
I'm all with you on this one, I did check that the relay starts dropping current rating after 25C-30C and I have two things in mind:That 3A relay isn't going to work well, at least IMHO. I took a quick look at the datasheet for the first couple I saw on digikey (GH7022-ND & GH7018-ND). These match your $9-10 price point, and have a 3A rating at 25 degrees C.
Thanks a lot for the input. That's the way to end up with a good project.Just my 2p-worth
Simon
. Maybe if someone has a 300W heater.
BTW something like this is a drop in replacement for the relays I was referring to initially and will handle the load of a big heater and/or a MH light.
http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&name=CC1549-ND
Well, I'm going to need 500 - 600w of heater on my tank, so at least *I* will be using a larger relay for that circuit. :lol:
I never realized relays were so specific - zero crossing, random start, different load requirements, leakage current, etc. Will it be possible to pick relays that will work for everyone? Sounds like "NO." Then, what route do we take? Design a board that has some relays of each type, or design a board that can accept a wide range of relays and let the user choose?
Well that's fine, the question is, thought, will that be a single unit or several 200W units?Well, I'm going to need 500 - 600w of heater on my tank, so at least *I* will be using a larger relay for that circuit. :lol:
I really don't want to go the mechanical relay route, but maybe that will be the way to go...I never realized relays were so specific - zero crossing, random start, different load requirements, leakage current, etc. Will it be possible to pick relays that will work for everyone? Sounds like "NO." Then, what route do we take? Design a board that has some relays of each type, or design a board that can accept a wide range of relays and let the user choose?
Thanks BeanAnimal, too late in the morning to be paying attention to details on digikey.comAgain, note that ZERO CROSSING turn-on is NOT desirable for most of the loads we are running, and instead a RANDOM turn-on is. The part listed above is ZC. The proper RANDOM part is http://search.digikey.com/scripts/DkSearch/dksus.dll?vendor=0&keywords=CC1550-ND
Note that for HEATERS the Zero Crossing part is prefered.
It is not as easy to have a universal board for both mechanical and SSR and the goal here is to keep it simple enough so that people can do it themselves. I guess if we're going to spend 20 bucks for a SSR we might as well get a bunch of mechanical relays in the end. I was aiming at the SSRs more because of cost than anything else, but if we must have 10A per relay that changes things a bit.Sure... mechanical relays can be chosen to be universal
You can also pick a FAMILY of SSRs and design for them. Both the ZC and RANDOM variants of the crydom LS family are listed above and have the same footprint
But the better answer is to provide suitable relay drivers in your project and let the end user choose the relays, be they machanical or SSR.
Sure... mechanical relays can be chosen to be universal
You can also pick a FAMILY of SSRs and design for them. Both the ZC and RANDOM variants of the crydom LS family are listed above and have the same footprint
But the better answer is to provide suitable relay drivers in your project and let the end user choose the relays, be they machanical or SSR.