Racing Sim Cockpit Stores Inside An Ottoman

[Lyscho] built a racing simulator cockpit based on a PVC frame but it took up a lot of space when not in use. His second generation is built inside the frame of an ottoman, meaning it can be stored right under your feet.

The pedals are fixed in place, with some padding below to rest your heels on. The cockpit chair and steering wheel are both adjustable to suit different drivers. They use a routed groove along with wing nuts and bolts, making it easy to slide them for adjustments. The ottoman itself is [Lyscho’s] own creation, which just needs power and USB when in use, and has a padded top when not in use.

If you can’t use a real car as the simulator this is fantastic alternative.

[via Make]

Apple Studio Display Connector Ports

[Warrior_Rocker] pulled off his own Apple Studio Display hack by removing the cable and adding ports. As we saw in Wednesday’s post, these displays use a cable with a proprietary connector that combines DVI, USB and Power. Instead of altering the cable, [Warrior_Rocker] removed it completely. By wiring up a standard barrel jack for power, a USB type-B socket, and a DVI port, he can now use standard video, power, and USB cables to connect to the monitor.

This project was actually submitted to us on May 25th and we missed it. It’s sad that sometimes tips fall through the cracks, and we’re sorry that we missed this particularly well-executed hack. [Warrior_Rocker] wrote in asking why his project didn’t qualify after seeing the similar post on Wednesday. So please don’t take it personally if your project doesn’t get posted. If you think it fits right in here at Hackaday and haven’t heard anything after two weeks or so, consider sending to us again.

Mac SE Reborn As A Server And Mac Emulator

[Sprite_TM] cooked up an amazing hack by resurrecting a Mac SE using a Dockstar and ARM processor. The retro hardware had a bad mainboard thanks to the corrosive properties of a failed backup-battery. He had been wanting to do something with the Seagate Dockstar and decided it would find a nice home in the Mac. But what fun is a dead machine housing a headless server? To add to the fun he included an ARM processor running a Mac emulator, along with all the bits to make the screen, keyboard, and peripherals work. When the Mac is off the Dockstar still runs as a server.

But one of the best parts is the floppy drive. It still takes floppies, but there’s no magnetic media inside of them anymore. Instead, he’s added an SD card slot and some protoboard in the space for the read head. The drive itself has had the read head transplanted for some pogo pins (hey, we saw those earlier today). When you insert the floppy, the pogo-pins raise up and contact the protoboard, connecting the SD card to a Teensy microcontroller.

There’s so much going on with this project we just can’t cover it all here. Things like a chemical cleaning to return the original color of the classic case, and building a converter so that the peripherals are USB compatible are just some of the pleasures awaiting you in [Sprite_TM’s] post. He’s also filmed a demo video that we’ve embedded after the break.

Continue reading “Mac SE Reborn As A Server And Mac Emulator”

SNES Controller Dock For Dell Streak

The Dell Streak is an Android tablet. [Collin Meyer] wanted to use an original SNES controller to play emulated games on the device. What he came up with is a controller that is a dock for he handheld.

Several things have to come together to make this happen. The Streak uses a standard PDMI dock that connects to a computer via a USB connection. [Collin] repurposed a sync cable by connecting a couple of pins on the dock connector which forces the device to use USB host mode. From there he used a Teensy microcontroller to convert the SNES controller into a USB device (very similar to this hack). The Teensy and shortened sync cable find a new home inside the SNES controller body and, in the video after the break, it looks like he used something like sugru to add a bit of support for the Streak.

Continue reading “SNES Controller Dock For Dell Streak”

Quick And Easy Street View Treadmill

This is [Thomas Clauser’s] Google Street View enabled treadmill. He points out that most of the Street View hacks use a measurement of rotational movement to interface with a computer. He respects that but didn’t want to take the time to make it work with his treadmill. Instead, he used a stealth switch propped up on a book below the treadmill frame, but any switch can be used as long as you know how to connect it to the computer. When you stand on the treadmill the frame flexes and almost clicks the button, but when you start running it moves the rest of the ways and closes the switch. From there an autohotkey script is used to advance Street View.

RC Bristlebot Shifts Weight For Steering

This large bristlebot has no prolem steering itself by shifting its weight. It’s easy enough to watch the video after the break and see how this works. But there’s still the same air of “I can’t believe that actually works” which we experienced with the original bristlebot.

This is not the first attempt to calm a bristlebots movements, but we don’t remember seeing one you could drive around like an RC car. [Glajten] up-sized the bot with what appears to be a small shop broom cut in half, creating a catamaran design. The vibrating motor, which might have come out of a gaming controller, rides on the back of the bot, centered between the two bristle platforms. On the front a servo motor holds the shaft of a long bolt which has extra weight at the end of it. Steering happens when the weight is offset by a turn of the servo.

Continue reading “RC Bristlebot Shifts Weight For Steering”

Patching Into Android Music Control

Here’s a look at the TRRS cable that Android phones use. [Rich Kappmeier] want to control the music player on his Nexus One while driving. It’s not necessarily a safe endeavor if you’re staring at the screen and poking away with one hand while trying to stay in your lane. A little bit of research helped him figure out how the hardware in a headphone controller worked and he decided to incorporate that into a connector cable for the car.

The control signals rely on a specific resistance between the TRRS function ring and ground. Once he worked out the chart above and targeted the correct resistance values he built a rocker switch for Fast Forward and Reverse, as well as a Play/Pause button into the connector cable. You should be able to use this for more than just music control. Take a look at our Android Development tutorial and see what else you can come up with.

[Thanks Alastair]