Outside-air Cooled PC

[Brian] came up with an interesting PC cooling setup. He lives up north where it’s chilly in the winter. Using a bit of dryer ductwork and he was able to harness the outside air to cool his box. The system uses a window insert along with a dryer hood to suck in the outside air with a PC fan. We hope the air is adequately warmed, as it is exhausted into the room. Join us after the break for more pictures of his setup.

Continue reading “Outside-air Cooled PC”

Gaming On An IBM XT Using An NES Controller

[Frode] felt that using the keyboard for gaming on his old IBM XT computer was simply too noisy. He came up with a much quieter way to game by building an XT adapter for an original NES controller. If you haven’t explored the communication protocol used by the NES peripherals this is a great way to learn. Inside you’ll find a CMOS shift register that captures button states when it receives a latch signal. With that in mind [Frode] came up with a circuit to gather the bits from the controller, and generate input commands using the XT keyboard protocol without using a microcontroller. All of this is explained in the demo after the break.

Most of the NES controller hacks we see permanently alter the hardware. It’s nice to see one used without cracking it open.

Continue reading “Gaming On An IBM XT Using An NES Controller”

Peer Network Using Graphing Calculators

These calculators are networked together, able to pass information and play games on a multi-screen playing field. All of this is thanks to [Christopher Mitchell’s] work on a package called CalcNet. This networking software takes advantage of [Christopher’s] shell and GUI for TI calculators called Doors CS. To demonstrate the high reliability and throughput of his network he wrote NetPong, a multi-calculator version of the popular game that you can watch in a clip after the break.

This is definitely an instance where asking ‘why?’ is the wrong question. We’re more interested in the how, a question you can answer for yourself by reading the whitepapers he provided in both of the links above. [Christopher] knows what he’s doing, he proved that with his face-recognizing augmented reality.

Continue reading “Peer Network Using Graphing Calculators”

Chat List Indicator Uses Hacked Xmas Lights

Here’s a way to display which friends are logged into chat. This uses the same G-35 hacked Christmas lights we saw earlier in the month. [Andrejk’s] company uses Microsoft Lync as their chat protocol when working in teams. The service has an SDK that allowed him to write some .NET code to check status and display it on the string of lights. It works much as you would expect; red for busy, green for available, purple is out-of-office, and we’d guess that yellow is for away. Watch him demonstrate the system after the break.

Continue reading “Chat List Indicator Uses Hacked Xmas Lights”

Update: 6809 Computing

[Matt Sarnoff] is designing his own 8-bit computer from scratch. This means not only designing the hardware but also writing his own kernel and custom libraries. Since we last saw this 8-bit machine hes added both video and sound output which has allowed him to start developing some software for his computer (see it play Conways game of life after the break).

Sticking with the retro theme of his computer he uses a TMS9918 chip to output the video and a YM2149 for audio. The YM2149 was the audio chip used in the Atari ST allowing him to play songs generated for that system with a little bit of hacking to account for the fact that the Atari ST ran at 8MHz where his Motorola 6809 only runs at 2MHz.

Via [Retro Thing]

Continue reading “Update: 6809 Computing”

Lego Machine Predicts Future Eclipses

Hidden behind the white face plates of this machine are racks of gears that make up a replica of one of the oldest known mechanical computers. This is a working model of the Antikythera mechanism made from Lego pieces. In the video, which you absolutely can’t miss after the break, The machine is disassembled into its various components. Each mechanical unit takes advantage of gear ratio combinations to perform numerous levels of mathematical functions in order to display the date and time that future celestial events will occur.

The background information on the original device reads like the script for a sequel to The Goonies. Believed to date back to 100-150 BC, the stone bronze mechanism was recovered from a shipwreck around the turn of the twentieth century. The use of x-ray analysis helped to unlock the functions and confirm the theories of its operation.

Part of what makes this so interesting is the historical connection. But the production quality of the video (which to be fair, seems to be an advertisement) really brings home how complicated this process is. Now it’s time for us to watch the video a few more times, sketching out the gearing to see that this works as they say it does.

Want more of the Antikythera mechanism? Check out the model built by [Tatyana van Vark].

Continue reading “Lego Machine Predicts Future Eclipses”

ATX Psu Turned Into An Adjustable Voltage Bench Supply

Here’s a fancy way to convert an ATX powers supply into a bench supply. [TG] didn’t just cut off the motherboard connector and add banana plugs, but improved the functionality. Right off the bat you’ll notice that he’s added a control panel. There is an Ammeter and Ohmmeter to let you know what the unit is putting out. He added an MIC29152WT adjustable voltage regulator so that he’s not limited to the fixed voltages of the psu. As a final touch he added an external voltage probe which can be used with the flick of a switch. It’s no replacement for a proper bench supply, especially since it doesn’t have adjustable current limiting, but it’s a nice improvement upon previous psu hacks.