11

I looked at DALI application node and stumbled upon this circuit. Everything but the Zener diode D4 makes sense. What is the function of D4?

DALI Schematic

Null
  • 7,448
  • 17
  • 36
  • 48
jonas
  • 309
  • 1
  • 9
  • 4
    The opto is activated/switched at higher voltage level than without diode. You can do it by increasing R6 but you will loose the nice vertical edge of output signal. –  Nov 10 '21 at 14:07
  • And how does the output of the opto-coupler ever get high when the supply voltage is 5 V? – Elec1 Nov 11 '21 at 15:31

2 Answers2

14

A DALI input must understand voltages up to 6.5V as OFF reliably, and voltages above 9.5V as ON reliably.

If there is no Zener diode, the optocoupler input would turn on at much lower voltage.

The Zener diode simply allows the LED to turn on between 6.5V and 9.5V.

Justme
  • 127,425
  • 3
  • 97
  • 261
  • How does the diode do so? I have read a lot about Zener diodes, but haven't found anything on such a use case – jonas Nov 11 '21 at 18:27
  • That's a Zener diode with 5.1V Zener voltage. The simplified explanation is that if there is less than 5.1V over the diode, it won't conduct current and LED is off, and if there is 5.1V over the diode, it conducts current and LED is on. – Justme Nov 11 '21 at 19:21
  • Ahhh okay. Well that's simple. Thanks – jonas Nov 12 '21 at 09:42
11

Voltages lower than 6.5 V on the DALI bus are defined as logical low and should not cause any reaction in the optocoupler. The avalanche diode stops any current flowing reaction for those voltages (the bridge rectifier already causes a drop of 1.2 V, so with the diode drop of the LED itself, the start of light will be safely in the "undefined" voltage range between low and high).

Null
  • 7,448
  • 17
  • 36
  • 48