Skip to main content

ATX2AT Makes Retrocomputing Safer, Heads to Kickstarter

It’s easy to take power supplies for granted in modern computing, but powering vintage hardware is not always so simple or worry-free. The power supplies for old electronics are themselves vintage, and the hardware being powered can be quite precious. A power problem can easily cause fried components and burned traces on a board. As [Doc TB] observes, by the time you hear crackling, it’s already far too late.

To address this, [Doc TB] designed the ATX2AT Smart Converter as an open source project and recently decided to make it available through a Kickstarter campaign. ATX2AT is a way to safely and securely replace some vintage power supplies with a standard PC ATX power supply, and adds a large number of protection features such as current monitoring and programmable reaction time for overcurrent protection. All of this can help prevent a retrocomputer enthusiast’s precious vintage hardware from being damaged in the event of a problem. It’s not just for powering known-good hardware; it can be invaluable when testing or repairing hardware that might be in an unknown state.

When we first came across [Doc TB]’s ATX2AT project we recognized it as a well-made device to address a specific niche, and to do it well. Assessing risk takes into account not only the probability of a problem occurring, but also just how bad things would be if it did happen. If your old hardware is precious enough to warrant the extra protection, or you are into repairing or assessing old hardware, then an ATX2AT might be just what you need. You can see it in action in the video embedded below.



from Hackaday https://ift.tt/35DFYSj

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...