Team Hack-A-Day Completes 25,000,000 Points

25million points

It has been a while since I’ve mentioned our unofficial Folding@home team; that doesn’t mean we’ve stopped crushing the competition. We recently completed 25 million points and are ranked 32nd in the world. Pretty good for a team that only really got rolling last October. That much processing power would rank us as #91 in the Top 500 Supercomputers list. To join the team or just to celebrate, head over to the unofficial forums or stop by #hackaday on EFnet.

[thanks Tired2]

Continue reading “Team Hack-A-Day Completes 25,000,000 Points”

How-to Build Your Own CNC Mill

cnc mill

Yes folks it’s true: You can build a computer controlled 3-axis circuit board mill from cutting boards, a pile of printer parts and a Dremel. My coworker [Will] has posted the third and final installment of his CNC machine build on Engadget. This project was launched when Will stumbled across plans for an incredibly elegant and cheap ($22~$30) 3-axis stepper motor controller that originally appeared in Nuts&Volts in 1994. It uses a discontinued UCN5804B chip, but he lists a source for them. Building the controller and scavenging stepper motors from old dot-matrix printers is covered in part 1. For the body of the machine Will chopped up a couple cheap 1/2″ thick cutting boards from Sam’s Club. The polyethlene probably isn’t as good as say Delrin but it wins out for availability. Steel rod from the hardware store is used for the linear slides. Part 2 covers the constructions of the first axis (the table) which rides on inch long nuts on threaded rod. Part 3 covers assembling the final two axes in the head and installing the Dremel’s flex head. Amazingly he nearly got the entire thing built in the span of two evenings.

Continue reading “How-to Build Your Own CNC Mill”

DVD Player UI Hack

dvd ui hack

[larspontoppidan] has an extremely cheap DVD player. It doesn’t work too bad for movies and he liked using it as a CD player. The only problem is the idiotic front panel: a play button that points left, a stop button that points right. Who does that? Lars decided to use an ATMega48 to fix the ridiculous buttons and to interpret commands from his Technics remote. The MCU takes the input from the buttons or remote and then issues the correct IR sequence for the DVD player. He’s got a detailed write up and even covers the initial decoding of IR commands from the original remote. Lars throws in a silly Apple style “breathing” LED hack as well.

Continue reading “DVD Player UI Hack”

Adaptive Ambient Light For Movies


[RafkeP] from Divxstation has created this clever hack to clone the Philips Electronics Ambilight technology used in their flat-panels. Ambilight is an RGB backlight that changes color based on the on-screen image. It’s supposed to make the viewing experience more comfortable. The MoMoLight uses a directshow filter to calculate the average color on the top, left and right border of the screen. It sends this information to a microcontroller that does PWM control of three separate banks of red, green and blue cold-cathodes. LEDs could be used instead. Monitoring the top, left and right would be called Ambilight 3 according to Philips’s naming scheme, which doesn’t actually exist yet.

[thanks mathias vdb]

Game Port Photogate

photogate

Hack-A-Day regular [Andrew] has posted an incredibly simple game port based photogate. He uses a pair of light dependent resistors. Each one is placed inside of a ballpoint pen tube to limit ambient light on the sensor. He’s got a simple QBasic program to calculate the velocity of an object passing the sensors. You’ll have to run it inside a DOS emulator to get access to the game port under XP.

Continue reading “Game Port Photogate”

T-Mobile SDA Unlocking, Overclocking And Skype

t-mobile sda

[Ken Keiter] has written up a guide to unlocking your T-Mobile SDA, overclocking it, and then adding Skype for use over WiFi. The unlock procedure is pretty simple and only needs some free software. The overclocking is just as simple. The OMAP processor needs to be overclocked to 240MHz otherwise Skype will have a lot of lag. The Skype install is straightforward except for one hitch: the phone doesn’t have a touch screen so you can’t click Sign-In. You can get around this using a piece of software called Pocket Controller which lets you click the button with your mouse. After that you can set Skype to auto sign-in so you’ll never need to use the mouse again. Ken’s final tip is how to change the T-Zones button so that it launches Skype.

Optically Isolated Parallel Port I2C Adapter

parport i2c

I2C is a simple communications bus similar to 1-wire, which we’ve talked about earlier. [hnch] has built a really simple I2C parallel port interface. It’s optically isolated so you don’t have to worry about a mistake frying your computer. I2C modules already come with the Linux kernel. It will even treat temperature sensors you attach exactly like the ones you have on your motherboard so you can monitor them using ordinary software like gkrellm. There are lots of other devices that use I2C as well. [hnch] has a nerdity gallery and will gladly write up any other project you’d like information on.

Continue reading “Optically Isolated Parallel Port I2C Adapter”