Broken Laptop Recovered Using An Arduino

We see Arduino boards used in a lot of projects but we’ve never thought of using one as a USB crossover cable. That’s basically what [Jack the Vendicator] did to get his broken laptop running. When his video card stopped working he found himself unable to access the laptop. Newer machines don’t have a serial connector, which could have been used for a serial terminal, so he was at a bit of a loss since neither SSH nor VNC were installed. But he thought he might be able to use the Arduino as a serial terminal connector over USB. He plugged the Arduino into the laptop, and connected a USB serial converter from his desktop computer to the Arduino’s serial pins. In effect he’s just taking advantage of the FTDI chip, translating those signals back into USB on either end. Once he booted the headless laptop it took just a couple of blindly typed commands to get SSH running in order to regain control.

Foldaway Photo Booth

For his wedding [Dave] wanted to have a photo booth but the $1k rental price was really getting him down. Instead, he decided to build his own. This cost less money and he gets to keep the booth once the festivities have concluded. He started by designing the assembly in Sketchup, taking into consideration the portability requirements that allow this to fit through doorways. What he came up with is a unit made from one sheet of plywood that folds up via piano hinges and takes about eight minutes to set up (video after the break). But where the design really shines is the all-in-one electronics module seen modeled on the right. It houses the monitor and the computer in one compact and rugged package.

If you like this you should also check out the suitcase photo booth and one other wedding-prompted build.

Continue reading “Foldaway Photo Booth”

Dome Light LED Retrofit

One of the bulbs in the dome light of [Pete’s] car burnt out. These were a bit hard to get at for replacement so he thought he’d try something that would last longer, and have no problem standing up to the vibrations that go along with automotive electronics. But plug-in LED replacements cost more money than he was willing to spend. Luckily there was a dollar store next door to the auto part shop, so he bought three LED touch lights for the dome and cargo bulbs.

After cracking them open he found that the LEDs were wired in parallel. He needed to put these in series in order to take advantage of the voltage drop. After de-soldering the bulbs he measured the characteristics of one, then calculated the voltage drop and resistor value using a worst case scenario of 14V to avoid damage to the light when the engine is revving high. From there he cut the traces on the board and rewired them. The reworked module fits nicely and as you can see in the image, gives a more pleasing light color than the orange of the stock bulb.

Giving A Canoe Lawnmower Power

There’s the quiet serenity of paddling through the backwoods in a canoe, and then there’s this. It’s a lawnmower motor powered canoe that comes complete with steering wheel, throttle, and a stereo system. To keep the craft balanced the driver rides in the front seat while the motor is hanging off the stern of the boat. The biggest trick is not swamping the thing while getting the motor running, but future plans do include adding an electric starter. There is a kill switch for safety and it appears that top speed will not cause any stability issues. It’s hard to tell for sure from the video after the break, but it sure does seem to be loud!

Continue reading “Giving A Canoe Lawnmower Power”

More Bike-controlled Google-travelling

This is becoming such a popular hack we figure someone needs to come up with a name for it like Google-travelling or Google-cising (exercising with Google). It’s a bike controller for Google Earth. [Braingram] broke out his road bike, setting it up in the trainer in front of his laptop. If you already have a computer with a cadence sensor this will be a snap. These measure the crank rotation using a magnet and reed switch. So as not screw up his summer biking [Braingram] spliced into the sensor while leaving it attached to the bike computer. From there it is read by an Arduino which also monitors an analog joystick attached to the handlebars. A little bit of Python scripting and you’ll be ready to go.

Be sure to check out some of the other variants like using an exercise bike, or adding a wearable display.

Driving An 8-digit Split Flap Display

[Markus] got his hands on a split-flap display and built a controller for it. These sometimes can be found on really old alarm clocks, but [Markus] was a lucky-duck and managed to acquire this large 8-digit display which previously made its home in a railroad station. They work like a Rolodex, mounting flaps around a cylinder for a full alpha-numeric font set.

A PIC 12F683 was selected to control the display, using optoisolation to separate the 42V display motors from the driver circuit. From the video after the break we think he did a wonderful job of getting this working. It only takes six I/O pins to control and the sound and look of the digits scrolling leaves us quite jealous.

So what’s he got in store for it? The first thing he did was use it to count down to the New Year.

Continue reading “Driving An 8-digit Split Flap Display”

Controlling Real Objects Using Minecraft

Most augmented reality takes images of the real world and superimposes virtual data on top of them. [Michael Winston Dales] went a different direction, using the virtual world of Minecraft to control objects in the physical world. In the video after the break you can see him use switches that he built inside the game to turn the LEDs pictured above on and off. You’ll also notice that in-game sign instructing a player to stand in one spot to Tweet. Since Minecraft is written in Java there are some mods that allow you to hook onto in-game events. [Michael] does just that, triggering his own scripts to send data to an Arduino, or use a Twitter API. Now this something that should be used with the Minecraft ALU. It takes the sandbox method of gaming to a new place, doesn’t it?

Continue reading “Controlling Real Objects Using Minecraft”