Skip to main content
Pulse Circuits

PULSE EXTENDER

Takes a short input pulse and extends it to a longer output duration. Uses repeater chains, comparator loops, or sticky pistons to hold the signal for a set time.

Pulse Extender in Minecraft

When to Use

Making button presses last longer, keeping doors open for a set time, extending observer pulses for slower circuits.

Materials

  • Multiple Redstone Repeaters
  • Redstone Dust
  • Solid blocks

Overview: what the Pulse Extender is and does

Takes a short input pulse and extends it to a longer output duration. Uses repeater chains, comparator loops, or sticky pistons to hold the signal for a set time.

As a pulse circuit it reshapes the length or edges of a signal rather than generating one, which is how redstoners tame button presses and observer flashes.

In practice it is used for making button presses last longer, keeping doors open for a set time, extending observer pulses for slower circuits. The build below targets vanilla Java Edition 1.21.

How it works: the redstone mechanics

Chained repeaters hold the output high for the original pulse plus the sum of their delays, while the sticky-piston-and-redstone-block variant latches power until the piston retracts, allowing far longer extensions of several seconds.

It is assembled from multiple Redstone Repeaters, redstone Dust, and solid blocks, and each of those parts plays a specific timing or logic role in the circuit rather than being interchangeable filler.

Because this is a pulse-shaping circuit, the thing to watch as you build is the relative timing of the two signal paths, since the output window is the gap between them.

How to build it

  1. 1Simple method: Chain repeaters in series from the input to the output.
  2. 2Each repeater adds 1-4 ticks of delay.
  3. 3The output stays on for the original pulse length PLUS all repeater delays.
  4. 4For very long extensions, use a sticky piston holding a redstone block.
  5. 5The piston extends on the pulse, and the redstone block keeps the circuit powered until the piston retracts.
  6. 6Power it up and watch one full cycle: confirm it produces a pulse of the length you intended before wiring it into a larger contraption.

Uses & applications

  • Making button presses last longer, keeping doors open for a set time, extending observer pulses for slower circuits.
  • Repeater chain (adds fixed delay, easy to adjust) — a variant suited to particular space or timing needs.
  • Sticky piston + redstone block (long extensions) — a variant suited to particular space or timing needs.
  • RS latch with delayed reset (toggle on, auto-off after delay) — a variant suited to particular space or timing needs.
  • Comparator fade-out (signal strength gradually decreases) — a variant suited to particular space or timing needs.

Tips & common mistakes

  • !Repeater chains only stretch a pulse by up to 4 ticks each, so for multi-second holds switch to the piston-block method rather than placing dozens of repeaters.
  • !Test the output pulse length with a redstone lamp before committing — the lamp's own 2-tick off delay aside, you will see at a glance whether the timing is right.
  • !Remember that bare redstone dust loses 1 signal strength per block, so insert a repeater before any run exceeds 15 blocks inside this circuit.

Pulse Extender FAQ

What is a Pulse Extender used for?

A Pulse Extender is used for making button presses last longer, keeping doors open for a set time, extending observer pulses for slower circuits. As a pulse circuit it reshapes the length or edges of a signal rather than generating one, which is how redstoners tame button presses and observer flashes.

What do you need to build a Pulse Extender?

You need multiple Redstone Repeaters, redstone Dust, and solid blocks. Simple method: Chain repeaters in series from the input to the output.

How does a Pulse Extender work?

Chained repeaters hold the output high for the original pulse plus the sum of their delays, while the sticky-piston-and-redstone-block variant latches power until the piston retracts, allowing far longer extensions of several seconds.

Are there different versions of the Pulse Extender?

Yes — common variants include repeater chain (adds fixed delay, easy to adjust), sticky piston + redstone block (long extensions), RS latch with delayed reset (toggle on, auto-off after delay), and comparator fade-out (signal strength gradually decreases). Pick the one that fits your available space and timing requirements.

Back to all circuits