Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Zener diode on I2C lines

paddy_p

Member level 2
Member level 2
Joined
May 31, 2012
Messages
48
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
Mumbai India
Visit site
Activity points
1,680
Hi,

Greetings!!

We are working in an application where we have to use 5.1V zener diode on the I2C lines for safety purpose.

But when we are using 5.1V zener diode on I2C lines, the SCL and SDA voltage levels are dropped. When tried with 5.6V zener diode, everything works well.

Unfortunately due to safety limitations, we are bound to use 5.1V zener diode. Any suggestions why these SCL and SDA voltage levels are dropped and how shall we take care of it.

The 1K resistor is added in the series with 5.1V zener diode. 1K resistor is used as a pull up resistor on I2C lines.

The signal levels are 5V. The MCU is from Cypress and EEPROM of AT24C256 is used. Both are powered on 5V supply.
 
Last edited:
Hi,

5.1V zener diode on the I2C lines for safety purpose.
What exact "safety" are you talking about?

***

The voltage will drop with 5.6V zeners, too. But not that much.
Now we need to know:
* how much did it drop with the 5.1V zeners?
* how much voltage drop do you / your application allow?

Technically the 5.1V zeners should still allow valid HIGH levels.

Any suggestions why these SCL and SDA voltage levels are dropped
I don´t know what exact zeners you used.
To get the answer I´d consult the datasheet ... and check a chart: V_Z vs I_Z

The 1K resistor is added in the series with 5.1V zener diode.
Why? It does not make sense to me.

MCU is from Cypress
I doubt Cypress only produces ONE type of MCU.
If the exact part name is secret ... you need to look through the datasheet about:
* I2C lines operating voltages (HIGH / LOW threshods)
* I2C lines max allowed voltages (Absolute maximum)

If it´s not a secret: post links to all datasheets (directly at the manufacturer site)
***

Both are powered on 5V supply.
All the time? 24/7?

I ask, because often the absolute maximum limits are with respect to VCC. Now, in case the device is not powered .. VCC is considered to be 0V .. then a zener does not give any protection on positive ESD pulse.

Because of this I rather use double schotty diodes (usually with a series resistor in direction to IC) .. or dedicated signal line protection devices.

And: I2C usually is meant for "on board" or at least "within an electronics device" ... so no external connection. In these cases usually no extra protection circuit is needed at all.

Klaus
 
You can review zener diode datasheet to see if it has detailed V(I) curves. Nexperia BZX84 datasheet e.g. has it, below curve explains well your observation.

Generally speaking, it's almost impossible to protect I2C bus completely against overvoltage. Which overvoltage source are you expecting?
Minimal Vih for SCL and SDA is 0.7 Vdd according to I2C-Bus specification, thus dropping bus voltage to e.g. 4.5 V, as expectable with 1k pull-up and C5V1 zener is no problem as such.

1733411725032.png
 
Leaving aside any actual protection for "whatever", zeners have a couple of features to consider.

One is that the reverse conduction "knee" can vary in its "softness" and leakage run up (to spec) as you approach the spec voltage. Key in zeners reference design, maybe not here.

Second, zeners have capacitance and this will scale with Rs and power rating (die size). Too stiff (like a simple spec-crawl looking for 1-2A rating) could end with you imposing more Cline than the pull-up can pull, in bit-time.

Third, zeners can be "programmed" by reverse over current. I have used "zeners zap" many times in on-chip trim networks. The damage threshold / programming level can vary with many process and layout features, so mfr & P/N. This means you have a safe and unsafe range of "whatever" protection (always so, but maybe closer-in than planned).

What a 1K series R would do, besides remove all effectiveness of clamping, I do not imagine.
 
check this link


 
Your issue likely stems from the clamping effect of the 5.1V zener diode. Even with a 5V signal, the 5.1V zener may conduct slightly, as its breakdown voltage is very close to the I2C operating level. This can cause signal degradation or voltage drops, especially with the series resistor in the circuit. Using a 5.6V zener works because it provides more headroom before conducting. A solution might be to use Schottky diodes instead, which can prevent over-voltage while not interfering with signal integrity.
 

LaTeX Commands Quick-Menu:

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top