← Back to retro overview

Getting a 40-Year-Old Computer Online: Atari ST Networking and BBS Access

The Atari ST predates the consumer internet entirely, yet a surprising amount of retrofitted networking hardware exists to get one talking to a modern network — or to a bulletin board system straight out of the dial-up era.

The Toolbox

Why connect a 40-year-old computer to the internet

The obvious question is "why bother?" — the Atari ST was never designed for the internet, and the experience of using it online is objectively worse than any modern device. But that's not the point. The real satisfaction comes from making old hardware do things it was never designed to do, understanding the networking stack at a level that modern abstractions hide, and experiencing the dial-up era's BBS culture on original hardware.

The BBS experience

Bulletin board systems from the dial-up era are still running today, maintained by enthusiasts who keep the old software alive. Connecting to one from an original Atari ST — via a Wi-Fi modem emulation — is a genuinely nostalgic experience. The ANSI art login screens, the message boards, the file sections, the door games — it's all exactly as it was in the early 1990s. The main difference: instead of tying up a phone line, the connection goes over Wi-Fi to a BBS that's accessible from anywhere in the world.

Lessons learned

The biggest lesson: networking on retro hardware is 90% patience and 10% actual configuration. The STinG stack is well-documented but fragile — wrong TCP/IP settings silently break connections without useful error messages. The ESP32 Wi-Fi modules are cheap and flexible but require careful firmware selection for the specific use case. And terminal emulation is a rabbit hole of character sets, escape sequences, and display quirks that haven't been relevant for decades but still matter when connecting to a BBS that renders ANSI art.

If you're chasing BBS nostalgia on real hardware: budget far more patience for the networking layer than for the actual computer. The 1980s hardware is the easy part; convincing 2020s Wi-Fi and modern BBS ANSI dialects to cooperate is the real challenge.