diff --git a/eleventy.config.js b/eleventy.config.js index 70c5dc5..d9a652b 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -34,6 +34,10 @@ module.exports = function (eleventyConfig) { // Retro: ET4000 page images eleventyConfig.addPassthroughCopy("retro/et4000-experiment/*.jpg"); + // Retro: STPSU page images + manual PDF + eleventyConfig.addPassthroughCopy("retro/stpsu/*.png"); + eleventyConfig.addPassthroughCopy("retro/stpsu/*.pdf"); + // Root-level shared assets eleventyConfig.addPassthroughCopy({ "shared/base.css": "shared-base.css" }); eleventyConfig.addPassthroughCopy({ "shared/favicon/hub.svg": "favicon.svg" }); diff --git a/retro/atari-mega-st-fleet/index.njk b/retro/atari-mega-st-fleet/index.njk index 98c0b98..b0a8d5e 100644 --- a/retro/atari-mega-st-fleet/index.njk +++ b/retro/atari-mega-st-fleet/index.njk @@ -15,7 +15,7 @@ parent: "/retro/" diff --git a/retro/index.njk b/retro/index.njk index 3065e7d..ad0289b 100644 --- a/retro/index.njk +++ b/retro/index.njk @@ -46,6 +46,9 @@ sections: - title: "🖱️ mouSTer" summary: "Connecting a modern USB mouse to the Mega ST 4 'Low' with the mouSTer DB-9 adapter." href: "/retro/mouster/" + - title: "🔌 STPSU" + summary: "Replacing the aging Mega ST 4 'High' power supply with a modern STPSU for clean, stable power, especially for the ET4000." + href: "/retro/stpsu/" - heading: "Amiga Corner" cards: - title: "⚔️ Vampire, A600GS or MiSTer" diff --git a/retro/stpsu/STPSU-User-Manual-1.01.pdf b/retro/stpsu/STPSU-User-Manual-1.01.pdf new file mode 100644 index 0000000..d90f847 Binary files /dev/null and b/retro/stpsu/STPSU-User-Manual-1.01.pdf differ diff --git a/retro/stpsu/centurion-1.png b/retro/stpsu/centurion-1.png new file mode 100644 index 0000000..b9b0a6a Binary files /dev/null and b/retro/stpsu/centurion-1.png differ diff --git a/retro/stpsu/centurion-2.png b/retro/stpsu/centurion-2.png new file mode 100644 index 0000000..45b957b Binary files /dev/null and b/retro/stpsu/centurion-2.png differ diff --git a/retro/stpsu/centurion-3.png b/retro/stpsu/centurion-3.png new file mode 100644 index 0000000..8ff96e9 Binary files /dev/null and b/retro/stpsu/centurion-3.png differ diff --git a/retro/stpsu/index.njk b/retro/stpsu/index.njk new file mode 100644 index 0000000..c607deb --- /dev/null +++ b/retro/stpsu/index.njk @@ -0,0 +1,49 @@ +--- +title: "STPSU: Modern Replacement Power Supply for the Mega ST" +section: "retro" +tags: "retro" +description: "Replacing the aging Mega ST power supply with a modern CenturionTech STPSU for stable, clean power, especially for the ET4000." +layout: base.njk +parent: "/retro/" +--- +

STPSU: Modern Replacement Power Supply for the Mega ST

+
+ +

My Mega ST 4 "High" machine runs on a modern replacement power supply, the STPSU from CenturionTech. I went for this because the original PSU is aging, and a modern supply delivers far more stable power, which matters especially with the ET4000 graphics card drawing from the 5V and 12V rails.

+ +

Why a new power supply

+

The original Atari PSUs are decades old now, and their output rails can drift, ripple or sag under load. A highly upgraded machine like the "High" with its MonSTerBoard, IDE storage and ET4000 card draws more current than a stock ST, and a clean, stable supply avoids the crashes and instability that can come from a worn-out PSU. The STPSU is a drop-in replacement designed specifically for the Atari 520/1040 STF/STFM/E and Mega ST machines.

+ +

STPSU features

+ + +

My Setup

+

In the Mega ST 4 "High" machine the STPSU provides clean, stable power to the MonSTerBoard, IDE storage, the ET4000 and the rest of the workstation, keeping everything running reliably.

+ +

Gallery

+The STPSU replacement power supply +

The STPSU replacement power supply from CenturionTech.

+STPSU power supply detail +

The STPSU board detail.

+STPSU power supply installation +

The STPSU ready for installation.

+ +

Manual and documentation

+

CenturionTech provide a user manual PDF. Since such documents can disappear from the web, I've also kept a local copy of the manual (version 1.01) in this project:

+

Download the STPSU User Manual (1.01) here

+ +

Sources

+ +