Sound Card Driven Servo Motor

[youtube=http://www.youtube.com/watch?v=1LG2Ecsk13Q]

[Darrell] is using a sound card to drive this servo motor. The motor draws power from a cellphone battery with the control signal coming from one of the audio channels. It’s not too surprising that this works since the motor just needs a PWM signal to operate and that’s what is used to create the different frequencies of sound on electronic speakers. We’re not sure what [Darrell’s] got planned for this system but he mentions that two servos can be used, one on each audio channel. If you’re not using your sound card this would be a way to stop using the Arduino for that mail checker and just use a little flag attached to a servo. When mail comes in the appropriately engineered sound raises the flag.

Build HAL Into Your Kitchen

Instead of building a $500 iPad into a cabinet [Gojimi] used the old hardware he had lying around to building this kitchen computer. He did buy a few items such as a used touchscreen and a bar code scanner but the 2 GHz computer was just collecting dust. It’s running Windows XP, talks to you like HAL or KITT, and scans the bar codes on food as you add it to the pantry or using it for meals. The lengthy video after the break covers all of the features, such as Weight Watcher’s calculations, food information, recipe book, unit converter, weather forecast, browser, and digital picture frame. It seems to have more features than the iPhone kitchen lookalike but it also looks dauntingly complicated. But we still want one.

Continue reading “Build HAL Into Your Kitchen”

Z80 Emulated On PIC Hardware

[Jaromir Sukuba] built a very portable, low power consumption Z80 emulator using a PIC microcontroller. Looking through his build photos we love the clean and resilient construction which includes a breakout board for the PIC 32MX795F512H that interfaces with the main board via pin headers and sockets. He’s using a home-built keyboard and a 4×40 character display but there is also the option to communicate with the device over an RS232 connection. Oh, and yes it plays Zork, which seems to be the benchmark whether you are emulating a Z80 with AVR hardware, or if you built one from transistor-transistor logic.

Altair 8800 Pc Case Can Emulate The Original Hardware

The Altair computer is commonly considered the genesis of personal computing and for that reason it has a special place in the hearts of many. [Bob Alexander] brings back the glory of the Altair 8800 plus a lot of added computing power. This PC case houses a Core i5 system but the front panel isn’t just for looks. He designed a PCB and resized an image of the original Altair front panel to end up with a fully functioning control interface. In the demo after the break you’ll see that the buttons can be used for power and reset and the LEDs can show random Altair-like patterns. But the interface can also works in conjunction with an Altair emulator to perfectly mimic the original Altair experience. This is a great way to sidestep the buyer’s remorse one might experience with a standalone kit.

Continue reading “Altair 8800 Pc Case Can Emulate The Original Hardware”

Rendering And Blendering In A File Cabinet

The Blender Foundation has just received a new render farm. It came in the form of a four-drawer file cabinet something akin to the popular Ikea clusters. Each draw holds four motherboards, power supplies, and hard drives and the whole cabinet will eventually add up to a 16-node cluster. Join in on the geeky excitement by watching the delivery and unpacking video after the break. We love it when organizations share the details on the hardware they use. Continue reading “Rendering And Blendering In A File Cabinet”

PC Fan Failure Alarm

[youtube=http://www.youtube.com/watch?v=Jznl8U9zzKM]

Need to monitor not only if a fan is running, but if it is running fast enough? Check out this PC fan failure alarm circuit. After several failed attempts using various circuits, they settled on a Schmitt trigger. They even show a couple variations including a manual reset and a relay instead of a buzzer.

[via HackedGadgets]

Beginner Concepts: LPT Instead Of UC

We see it all the time, a post based on an Arduino board with multiple comments calling it overkill. How exactly should you control your homemade peripherals if you’re not using a microcontroller (uC)? [JKAbrams] and [Tim Gremalm] answered that question with this printer port (LPT) adapter. They wanted an indicator light when someone in an IRC room was talking to them. By connecting a blue rotating light through a relay to the output of this fob they’ve done just that, but there’s room for much more.

The adapter uses a Darlington transistor array IC to protect the computer. A resistor between the LPT and the base pin on the chip ensures that current flow will be well within the safe levels for the computer. The Darlington transistor amplifies the output using an external power supply in order to drive heavier loads.

If you want a deeper understanding of the printer port check out this tutorial. LPT ports are becoming less common and that’s why so many projects are migrating over to USB (plus there’s no need for external power with most USB connected projects) but if you’ve got one, it’s probably not being used for anything else.