Looking for a comparable RELAY
Brian Carpenter
Posts: 728
i have a PIC circuit that we are currently using that all runs at 5v. i want to convert the project to the Propeller. We are using a Clare optomos relay http://www.clare.com/home/pdfs.nsf/www/CPC1218_R04.pdf/$file/CPC1218_R04.pdf . Its control voltage is 5-12 v any suggestions on replacements for 3.3volts??
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
It's Only A Stupid Question If You Have Not Googled It First!!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
It's Only A Stupid Question If You Have Not Googled It First!!
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
propmod_us and propmod_1x1 are in stock. Only $30. PCB available for $5
Want to make projects and have Gadget Gangster sell them for you? propmod-us_ps_sd and propmod-1x1 are now available for use in your Gadget Gangster Projects.
Need to upload large images or movies for use in the forum. you can do so at uploader.propmodule.com for free.
Are you using it to switch AC or DC?
-Phil
If you're driving the relay coil in a pull-down configuration, you might well be able to drive it directly from the Prop with 5V on the anode end. The reason is that most IREDs have at least a 1.2V voltage drop. That leaves 3.8V. The body diodes in the Prop won't begin to conduct until the input voltage is above 3.9V. So with the Propeller pin floating, there should be little more than leakage current going through the IRED. When the Propeller pin is set as an output and pulled "low", the IRED/resistor combo will see at least the 3.75 volts it needs to turn the relay "on".
Now, there's the little issue of the relay's spec'd minimum turnoff voltage, which is 1.0V. 5V - 3.9V is 1.1V, which is above that. To keep everything within range, you could add another diode in series with the Propeller pin, which drops the "off" voltage to 0.5V and the "on" voltage to 4.4V. Both are well within the relay's specs.
-Phil