0

I'm designing a custom PCB that implements a relay section. I would "reproduce" the schematic of the 2 Channel Relay optoisolated so common in hobbystic. The selling shield is

enter image description here

And the schematic is:

enter image description here

My trouble are the following:

1) The transistor is the J3Y. Can I replace it with a 2N2222(A) TPH? From datasheets they seems very equivalent

2) The diodes seems Zener, for red colour. Any chance to get the exact type? It is impossible to read.... Or I will use a normal diode, a 4001

3) The optoisolator is PC817. I have available for the moment only the CNY758. What I need to check on the datasheet to verify is they could be swapped?

Thank you very much

sineverba
  • 303
  • 2
  • 11

1 Answers1

0
  1. The transistor must be able to handle the current that is used to switch the relais.

    I do not know what relais you are using, but the 2N2222 is usually OK for such a small one.

  2. These are flyback diodes, so they are not Zener. Choose one that can handle the current and voltage in your circuit; a 1N4148 is probably OK.

  3. The optocouplers are PC817C, i.e., they have a guaranteed current transfer ratio of somewhere between 200 % and 400 % when the forward current is 5 mA.

    The CNY75B has a guaranteed current transfer ratio of somewhere between 100 % and 200 % when the forward current is 10 mA.

    You can use any optocoupler as long as you get all the currents correct for your circuit. First, determine how much base current the transistor needs to saturate (this is typically one tenth of the collector current). Size the base resistor appropriately. Then divide that current by the minimum guaranteed CTR to get the required LED forward current. Add a safety factor. If that is not exactly the 10 mA from the CTR test condition, the actual CTR might be lower, so add another safety factor. Size the resistor in front of the LED appropriately to get that current.

CL.
  • 18,161
  • 5
  • 40
  • 67