Fool Me Once… Or As Often As Possible

There was a time when posting a fake story was fun for all involved. But in this age of constant trolling, it’s near impossible to pull it off with our savvy readership. Instead of letting you down with a really poorly advised how-to, we’re putting in a call to hear what you’ve got in your own bag of pranks. Consider this another holiday theme and tell us what you’re planning for April Fools’ Day.

As always, we’re looking for your own posts on the topic. We always want to give credit where it’s due so post your prank on your blog or other favorite corner of the interwebs and send us the link. Don’t have a place to put it? You can always start a thread in our project log forum, or check out this for additional spots to stake your claim.

In case you need some help coming up with something, we’ve got a few examples to get you thinking. You can go the route of fake video demonstrations like this Gmail gestures hoax, or the more recent Human BirdWings Project. But those require a lot of production time and a clever seed idea. Perhaps something really simple will go a long way with the roommates. We’re thinking soap covered in clear nail polish to prevent sudsing, or perhaps you want to reconfigure your router to render pages upside down. We can’t wait to see what you come up with!

Brute Force A Password Protected PDF Using The BeagleBone

The biggest benefit to using the BeagleBone is it’s 700 MHz ARM processor. If you’re just messing around with basic I/O that power is going unused, but [Nuno Alves] is taking advantage of its power. He built a PDF password cracker based on the $85 development board.

We recently saw how easy it is to perform basic I/O using the BeagleBone. Those techniques are in play here, used to drive a character LCD and sample a button input from the breadboard circuit. [Nuno] even published separate posts for each of these peripheral features.

The password protected PDF file is passed to the device on a thumb drive. Since the BeagleBone is running embedded Linux you don’t need to mess around with figuring out how to read from the device. A click of the button starts the process. Currently the code just uses a brute force attack which can test more than 6000 four-character passwords per second.  This is quite slow for any password more than four or five characters long, but [Nuno] does mention the possibility of running several ARM processors in parallel, or using a dictionary (or rainbow table) to speed things up. Either way it’s an interesting project to try on the hardware. You can see his video demo of the device after the break.

Continue reading “Brute Force A Password Protected PDF Using The BeagleBone”

Digital Gaming Table Made With No Smoke, Just A Mirror

The concept of having a digital gaming table got stuck in [RobotGuy’s] mind over the weekend and he managed to whip this up in no time using materials on hand. He already had a ceiling-mounted projector which just happens to reside immediately above the space occupied by his coffee table. By swapping that piece of furniture out for a white Ikea table, and adding a mirror to the projector he now has the virtual gaming surface he was looking for. The mirror mount is nothing more than a desk lamp that includes a spring clamp and flexible neck. He hot glued the piece of mirror to this, and attached it to the projector’s ceiling anchor. Since rear-projection screens are common, all digital projectors have the ability to mirror and rotate the image being displayed so that it appears on the table in the correct orientation.

We love the look, but this is really only one portion of a digital gaming project. We think the table needs some interactivity. We often see this done using infrared light processed by a webcam. That multi-touch option is not going to work with a standard table since the camera needs to be on the opposite side of a translucent surface. But if you don’t mind using a stylus this IR whiteboard technique would work.

Arduino Aquarium Lights

[Kalle Hyvönen] just finished building his own aquarium lights. He used four powerful soft-white LEDs, mounting them on a pair of heat sinks to keep things cool. Now he could have just connected them to the power supply and plugged it into the wall, but instead he included is own controller. An Arduino drives the switch-mode power supply, offering dimming thanks to PWM, and the ability to automatically switch the light on and off using an RTC chip with a battery backup. The sketch includes the ability to alter the lighting schedule and other variables by sending serial commands through a USB connection. This protocol is detailed with comments in his sketch.

We’ve seen a lot of interesting aquarium light projects. This one that uses heat from the LEDs to warm the water is one of our favorites. Others are full of features like this version that includes a moonlight mode. But Arduino enthusiasts don’t have to look far to find offerings like this PAR meter build, or this aquarium light controller library which can be recreated using the ubiquitous controller board.

Press Play On Tape For Your Fignition

[Julian Skidmore] has been busy improving the Fignition, a tiny AVR-powered educational computer, to support loading programs from a cassette tape.

We first saw the Fignition after the BBC decided to cover an old-school hacker dedicated to improving computer education with a simple ‘bare-metal’ computer. [Julian]’s Fignition harkens back to the days of very simple computers like the BBC Micro and the TRS-80, and encourages students to work with PEEKs and POKEs instead of the decades of cruft that have accumulated on our laptops and desktops.

Because the Fignition is designed to hacker and student-friendly, it’s entirely possible to build a keyboard, or even build a Fignition on stripboard. Now, these students have much improved hardware that allows for saving and loading programs to tape (or any audio recorder) , and even a graphic video mode with 160×160 resolution.

We know it seems a little weird, but kids graduating High School this year were born in 1994, and in all probability have never laid their eyes on a Commodore 64, Sinclair Spectrum, or the other 1980s microcomputers an entire generation learned on. The Fignition is an attempt to stem the tide of ignorant masses unaware of how far the computer has progressed in the last 30 years, and we love it for that.

Accelerometer-based Game Control Using An IOS Device Courtesy Of HTML5

This game of Space Invaders is played by tilting your iPhone to the left or right. It’s a demonstration of HTML5 used to link devices in-browser. The only setup that’s required is for the base device to load up a webpage, then the control device scans a QR code (or just types in a link) to connect with the game. You can give it a try right now if you want.

It only works with iOS devices but we believe that’s because mobile Safari has the ability to poll accelerometer data and other browsers do not. If this was using on-screen buttons rather than the tilt controls it would work on any device that implements HTML5. The connection is facilitated by Node.js and Socket.IO. The QR code that is generated by the host machine’s page includes a unique ID which allows the control device to link with it. Once loaded, commands from the controller are sent via Socket.IO to the node on the host machine.

As with this HTML5-based sensor data application, we think this method is important because it allows control without the need for a standalone application. We’re hoping to see a lot of this in embedded projects in the future. By serving data to a smart phone or other device you remove to need for a physical user interface in your projects, which means you can make great things while spending less.

[via Reddit]

Bodging Up A Diesel Motorcycle

[Alex] has been working on a diesel motorcycle project for a few months now, and the project is finally bearing fruit. It’s quite an accomplishment for something [Alex] describes as an industrial Chinese engine, a modded Honda Superdream, and a few Royal Enfield parts thrown in for good measure.

[Alex] bought his Honda CB400 from someone who had already done a diesel motor conversion; a 200cc single-cylinder motor provided just enough horsepower to putt around town. [Alex] wanted a bike that could keep up with highway speeds, so he replaced the wimpy 200cc motor with a 406cc diesel engine used for industrial purposes and an amr500 supercharger.

Although we’ve seen a few insane motorcycle builds, most of Hackaday’s bike builds focus on electric or scavenged parts motorcycles. If you’ve got an awesome motorcycle build you’ve been working on, send it in on the tip line.

You can check out the video of [Alex] testing out his new motor with vegetable oil (for him, it’s easier than getting diesel fuel) after the break.

Continue reading “Bodging Up A Diesel Motorcycle”