We’re Hiring

HaD_help_wanted

The title says it all. We need more writers to keep the fresh hacks coming, now’s your chance to apply for the job.

UPDATE: Thank you for all of the applications. I have made the first round of offers to a select few. Narrowing it down to a handful was difficult as so many highly qualified, avid readers sent in applications. You are still welcome to submit an application which we’ll keep on file, but I don’t anticipate making any more offers at this time.

Continue reading “We’re Hiring”

BREWSTER Fetches Your Beer Automatically

brewster-fetches-from-the-refriderator

Afraid that if you leave the room you’ll miss the best play of the game? Now you don’t need to move your rear end in order to grab the next brewski. BREWSTER was developed to fetch cold beers from the fridge and deliver them to you automatically.

The robot started as a roomba but has been heavily repurposed with the addition of a mechanical arm on top of the chassis. This not only lets BREWSTER grip a can of beer, but it can first open the mini fridge and reach far enough inside to get one from the back. This requires no modification to the refrigerator, but the low clearance of the roomba does call for a mini-fridge sitting at floor level. Check out a demo run in the video after the break. We think the current version is running on a pre-coded route; this project is just waiting for a spin-off that has mapping and machine vision.

The alternative to this single can delivery would be to make the entire icebox into a robot.

Continue reading “BREWSTER Fetches Your Beer Automatically”

Web Connectivity And Other Addons For An Automatic Schnauzer Feeder

web-enabled-automatic-dog-feeder

[Ben Miller] and his dad combined forces to create this automatic dog feeder. It not only keeps their two schnauzers happy, but gives them peace of mind as they can double-check that he feeding happened by pulling up an image on the Internet. Make sure you make it through all three posts of the build to get the entire picture.

The project started with some research which turned up a project that used a commercially available automatic feeder. That one used Arduino, but because of the cost the board plus a WiFi shield is a bit high, [Ben] went with a Raspberry Pi and a USB WiFi dongle instead. The Pi is much more powerful and adds the functionality for capturing images via a webcam.

After a convoluted process of connecting the Pi to the existing button traces on the automatic feeder it was time to start coding. The system runs from a Perl script which monitors a Gmail account for remote commands (in addition to a regular feeding schedule). The final touch is a bit of mechanical engineering which splits the output into two bowls so the dogs each have their own serving.

We still use the Autodine we built several years back but its single-serving limitation has always kept a second version on our project list. Hopefully seeing a well-executed system like this will motivate us to get building!

The Nibbler: A 4-bit CPU Built With 7400 Logic

nibbler-schematic

Maybe we shouldn’t say “built” since [Steve Chamberlin] hasn’t actually heated up his iron yet. From the finished schematic above that is puzzling at first, until you realize the scope of the project. His Nibbler implements a 4-bit CPU using 7400 logic chips. Because he’s come up with the architecture himself he’s taking a lot of steps to check all of his work before committing to a PCB.

We linked to his category for the project which is still in progress. Most recently he wrote a program to prove that it’ll run on the hardware. That’s a feat considering this is still just a design idea. It was made possible because he wrote a simulator based on the design. The C++ tool simulates data and control buses and features a full set of debugging tools.

Careful testing of the design before the build is the best possible way to go. The simulator and debugging tools will be useful for software development even after the hardware is built. And testing before wiring is a must as these things get out of control quickly in terms of soldering complexity.

[via Dangerous Prototypes]

Make Your Treadmill More Entertaining For $0

Treadmill Computer

Treadmills can often be found on the side of the road, after someone gave up on their running regimen and found that the machine was taking up too much space in their basement. This is great for hackers, since they have some useful parts in them.

However, if you’d like to actually use a treadmill for running, some entertainment would certainly help. [KingJackOff] decided to roll his own treadmill entertainment system out of things he had lying around, bringing the total cost to $0.

He took an old laptop and mounted it in a piece of rigid foam using a gratuitous amount of duct tape. With the screen and keyboard mounted, he added speakers and a slot for the DVD drive. Then a printed graphic was taped to the front, with a nice motivational message.

Lots of people have old laptops lying around with mechanical issues. Broken hinges and frames make them unusable, even though the electronics are fine. Some foam and paper could be all you need to bring one back to life.

[via Reddit]

Hidden RFID Reader Locks Workstation Unless Keys Are Present

We don’t know how [Kristoffer Marshall] found himself with free time at work, but he used it to beef up his computer security. Above is the finished project. There is literally nothing to see here. He’s rigged up a hidden RFID reader which locks and unlocks his workstation.

The security of the system depends on xscreensaver, which has a password protected lock feature already built into it. When the tag is removed from the reader’s field it fires up the screensaver using a Perl script.

But waking up from the screensaver is a bit more tricky. The package doesn’t allow you to wake it from the command line — most likely for security. He found the xdotool to be of great use here. It is a command line tool which simulates keyboard and mouse entry. His script detects when the xscreensaver password prompt is on the screen and uses the xdotool to fill in [Kristoffer’s] password. Since the script knows what has focus it won’t give away your password by accident.

See the complete setup in the clip after the break.

Continue reading “Hidden RFID Reader Locks Workstation Unless Keys Are Present”

Open Hardware Summit 2013 – Part 1: Demos

Open Hardware Summit 2013

The 2013 Open Hardware Summit took place on September 6th at MIT. There was a wide array of demos and talks covering Open Hardware methodologies and projects. After the break I’ll be covering the demo area of the conference, and sharing some of my favorite demos.

Continue reading “Open Hardware Summit 2013 – Part 1: Demos”