I am trying to figure out how to go about using this LCA717 SPST-NO relay in my project. I will be sending 12V (car voltage) to a radar detector and I want to be able to turn it on/off whenever via the Digital Pin on an Arduino board (max 5V output).
As in, when the digital pin is high it allows 12v to flow to the radar. When the digital pin is low then it shuts out the 12V so no power is going to the radar.
But the problem is that I have no idea what to use for pin 5? Or if pin 4 and 6 are the correct pins to use to do what I am looking to do above?
The LCA717 PDF is **broken link removed**
The radar detector has a MAX amp of 2. Will the LCA717 need a heatsink? I have heard that since the On-State Resistance is 150 mOhm that it will need one?
Power dissipation at 2A would be I^2R = 2*2 *0.15 = 0.6W. Absolute max is 0.8W, from which you first have to subtract the input power, and then derate for ambient temp above 25degC at 6.67mW/degC. If you are switching less than 2A, then you likely can get by.
You are hooking the output side up as though you are switching AC. The alarm operates on 12VDC, so jumper pins 4&6 and tie those to +12V fused source (the same point as feeds the alarm now), and tie pin 5 to the alarm power input pin...
Perhaps your confusion has to do with getting power to the load, which is not shown. Consider this part of the schematic:
The N-channel mosfets are simply connected in parallel, i.e., source to source (Pin 5), drain to drain (Pins 4,6). There is no power to the load. The Source is labeled, "-Load," which means that the source must be at a lower potential than the Drain. Similarly, the Drain is labeled "+Load" and must be at a higher potential.
If you are driving a relay, one way to connect this is to attach one wire from the coil of your relay (aka, load) to +12V. The other wire goes to Pin 6 of the optical coupler, and Pin 5 of the optical coupler goes to ground.