Protection Parts
de:volt ships four two-terminal protection parts for guarding your circuit against transients, overcurrent, and high-frequency noise: the TVS diode, the PTC resettable fuse, the one-shot fuse, and the ferrite bead. All are passive and breadboard-friendly. For reverse-voltage clamping with a Zener, see also Diodes.
TVS Diode
A Transient Voltage Suppressor clamps fast voltage spikes by entering reverse breakdown. Below its breakdown voltage it is effectively invisible; once the line exceeds that threshold the diode conducts hard and holds the voltage down, absorbing the energy of ESD strikes and inductive kickback.
Pinout
| Pin | Label | Description |
|---|---|---|
| a | A | Anode |
| k | K | Cathode (band-marked) |
Specs
| Property | Value |
|---|---|
Breakdown voltage (vbr) | 6.8 V |
| Max power | 400 mW |
| Knee current | 5 mA |
| Generic part | P6KE6.8 or equivalent |
The breakdown voltage is set by the vbr param (default 6.8 V) and can be overridden in the Inspector. While the line stays below vbr the reverse-overvoltage check is suppressed — that is normal standoff operation, not a fault.
Unidirectional vs. bidirectional
By default (bidirectional = 0) the TVS clamps only one polarity, like a Zener. For unidirectional use, point the cathode (K, the banded end) toward the positive rail. Set bidirectional to 1 for symmetric clamping on AC lines or bipolar signals; a bidirectional TVS has no functional polarity.
Example circuit
Signal in ─┬─── to MCU input
│
[TVS] (K toward the line, A to GND)
│
GNDPlace the TVS across the line you want to protect, as close as possible to the connector or the pin being defended.
PTC Resettable Fuse
A polymeric PTC (Positive Temperature Coefficient) fuse protects against overcurrent. When too much current flows it self-heats and jumps to a high resistance, throttling the current — it “trips.” Unlike a one-shot wire fuse it recovers on its own once the fault is removed and the part cools, so there is nothing to replace.
Pinout
| Pin | Label | Description |
|---|---|---|
| a | A | Terminal (non-polar) |
| b | B | Terminal (non-polar) |
Specs
| Property | Value |
|---|---|
Hold current (iHold) | 0.5 A |
Normal resistance (rNormal) | 0.5 Ω |
| Voltage rating | 60 V |
| Catalog form | Generic radial-leaded 500 mA, 60 V PPTC |
How the trip is modelled
de:volt uses a simplified time-dependent trip and cool-down model:
- Normal: the fuse begins as
rNormal(default 0.5 Ω) in series. - Trip: sustained overcurrent heats the simulated device into a high-resistance state that limits current.
- Reset: after the fault current is removed and the simulated device cools, it can return to its normal state. Clear failures resets the simulator state immediately.
iHold is a hold-current setting at 25 °C, not an exact universal trip threshold. A real PPTC’s trip current, trip time, hot resistance, and recovery depend on ambient temperature and the selected device’s curves; the simulator values are illustrative rather than part-selection data. A powered fault can keep a physical PPTC hot and tripped, so removing power is often necessary for recovery.
Wire it in series with the supply line you want to protect — between a USB or battery feed and the rest of the board.
Example circuit
5V supply ─── [PTC fuse] ─── Load (+)
Load (−) ─── GNDIf sustained overload heats the simulated PTC enough to trip, the load voltage drops. Fix the overload and allow the device to cool, or use Clear failures to reset the simulator state immediately.
Fuse (one-shot)
The plain fuse is the classic single-use overcurrent device: a thin element that carries current normally but melts open above its rated current, breaking the circuit. Unlike the PTC it does not recover — in real hardware you replace it. Reach for it when you want a hard cut-off rather than the PTC’s self-resetting throttle.
Pinout
| Pin | Label | Description |
|---|---|---|
| a | A | Terminal (non-polar) |
| b | B | Terminal (non-polar) |
Specs
| Property | Value |
|---|---|
Current rating (iRating) | 1 A |
Normal resistance (rNormal) | 0.1 Ω |
In normal operation the fuse is just rNormal (default 0.1 Ω) in series. After
sustained simulated overcurrent above the iRating setting (default 1 A,
editable in the Inspector), it opens and stops conducting. Clear failures
restores it in the simulator; a physical fuse must be replaced. A real fuse’s
rated current is not an exact trip threshold, so select hardware from its
time-current curve. Wire it in series with the supply line you want to protect.
Supply ─── [Fuse] ─── Load (+)
Load (−) ─── GNDFerrite Bead
A ferrite bead suppresses high-frequency noise on power and signal lines. At DC it is nearly a short (a few hundred milliohms), but at RF it presents a large impedance — turning conducted switching noise into heat before it reaches a sensitive IC.
Pinout
| Pin | Label | Description |
|---|---|---|
| a | A | Terminal (non-polar) |
| b | B | Terminal (non-polar) |
Specs
| Property | Value |
|---|---|
DC resistance (rDc) | 0.5 Ω |
| Max power | 250 mW |
| DC current rating | 2 A |
| Generic part | Fair-Rite 2743001111 (600 Ω @ 100 MHz) or equivalent |
DC-only model
The bead’s real job is its frequency-dependent high-frequency insertion loss. That complex impedance curve is not part of de:volt’s lumped bead model, so the simulator stamps the bead as a plain series resistor equal to rDc. Adaptive timesteps do not turn that DC approximation into an RF model. In practice this means:
- At DC and low frequency the part behaves like a small (~0 Ω) resistance.
- The HF noise suppression is not simulated — the part is here for BOM/layout realism and DC voltage-drop checks.
Example circuit
Noisy 5V ─── [Ferrite bead] ─── Clean VCC ─── Sensitive ICPlace the bead in series between a noisy supply output and the VCC pin of the chip you want to keep quiet, ideally right next to that pin’s decoupling capacitor.