The PiBoy

piboy

What do you do with a broken Gameboy, a 3″ LCD, a pile of wires, a USB SNES controller, a 32gb SD card, and a Raspberry Pi? You make a pocket emulator, of course!

[Anton] decided he wanted to build an emulator awhile ago. He had a few specific goals in mind: it had to be hand-held, portable, child safe, and usable without a keyboard. He started by stripping the broken Gameboy down to its external shell, then removing all of the internal plastic mounting features with a hot soldering iron. Next was the challenge of fitting everything into the case and powering it. Because his 3″ LCD runs off 12V, [Anton] needed a way to get 5V to the Pi. Lucky for him, it turned out that his LCD’s controller board had a 5V test point/expansion pin-out!

From there it was just a matter of reusing the original Gameboy’s speaker, closing up the case, and loading the emulator! As always, there’s a demo video after the break.

Continue reading “The PiBoy”

Mephisto III Internet Radio

Avid Hackaday reader [Matthias] told us he takes a lot of inspiration from our site. That’s quite a compliment, because his work is both inspiring and beautiful. [Matthias] wanted to build a UI using JavaFX, so he made a really nice-looking Raspberry Pi-based Internet radio. We featured his previous radio build a few months ago when he modified an old Bakelite unit.

The Mephisto III is enclosed in a handsome oak cabinet built by [Matthias]’ father. Like his previous build, this one uses the Google Music interface to play MP3s and streams radio from the web. He also added weather and a clock, which is a nice touch. In addition to the Raspi and a USB WLAN stick, [Matthias] is using two relays. One relay powers the amplifier and the other enables the display. [Matthias] is impressed with the JavaFX API, but found that the performance of the Raspberry Pi is insufficient for smooth multithreading. He considered switching to a BeagleBone Black, but it has no component out.

If you want to be able to listen to vinyl, too, check out this killer media center. If you have lost your taste for Pi, build yourself a web radio from a tiny router.

[Thanks Matthias]

Here’s Pi In Your Eye – HUD Goggles

[John Ohno] has found what is perhaps the best possible use for steampunk goggles: framing a monocular display for a Raspberry Pi-based wearable computer. [John]’s eventual goal for the computer is a zzstructure-based personal organizer and general notifier. We covered [John]’s zzstructure emulator to our great delight in July 2011. Go ahead and check that out, because it’s awesome. We’ll wait here.

[John] has been interested in wearable computing for some time, but is unimpressed with Google Glass. He had read up on turning head-mounted displays into monocular devices and recognized a great opportunity when his friend gave him most of an Adafruit display. With some steampunk goggles he’d bought at an anime convention, he started on the path to becoming a Gargoyle. He encountered a few problems along the way, namely SD card fail, display output issues, and general keep-the-parts-together stuff, but came out smelling like a rose. [John] has ideas for future input additions such as simple infrared eye tracking, the addition of a chording keyboard, and implementing a motorized glove for haptic learning. 

Want to make your own wearable display but have an aversion to steampunk? Check out this homebrew solution with (mostly) 3-D printed frames. And it has servos!

[Thanks John]

Automated Decanting Machine Pairs Wine With Pi

[Logi.cals], a German software company focused on process, automation, and facilities planning has devised an automated wine decanting machine to demonstrate its logi.CAD 3 PLC programming tool. Sommeliers use these simple machines to handle heavy, expensive bottles of wine. [Logi.cals] added sensors and a stepper motor to a very nice looking specimen and automated the decanting process with a Raspberry Pi.

The outstanding feature of this design is the built-in redundancy. A pair of micro switches detect the presence of both a bottle and a glass. Failing these, a load cell is there to weigh the bottle, reporting naturally whether one is present. The load cell also plays a part in monitoring the liquid level in the bottle, as do capacitive sensors that register the wine flow. The design also includes strain gauges that measure the weight in the glass as well as the liquid level. To bring it full circle, they also verify that a glass is present.

[Logi.cals] used two expansion boards, the Quick2Wire interface with an I²C analogue board and the PiFace. The I²C analogue board takes information from the strain gauges over its ADC, and the Quick2Wire communicates with the load cell’s measurement amplifier over the serial connection. The PiFace handles the remaining sensors and the stepper motor, and provides high voltage protection for the Pi.

If you’re fresh out of heavy, expensive bottles of wine but have some cheap ones lying around, you could use a Pi to make them dance.

Continue reading “Automated Decanting Machine Pairs Wine With Pi”

Raspberry Pi Tablet — The PiPad

[Michael Castor] wanted a tablet, but not just any tablet. He wanted an all-in-one system running Linux, and he wanted it to look good. So he made himself a wooden PiPad.

He started the project at the beginning of 2013, and like many of our projects, it took a little while to get some momentum going. He bought most of the components early on but then it got pushed to the back burner. Two weeks before the Maker Faire Bay Area 2013, [Michael] decided he wanted to show it off, and thus began the mad dash to finish it in time.

The build consists of a very nice piece of 1/2″ Baltic birch plywood which was cut to shape using a CNC router. A scrap piece of carbon fiber makes for a stylish but not too flashy back cover — He even managed to get [Eben Upton] to sign it! Inside is a 10,000mAh lithium ion battery, a Raspberry Pi, a cellphone battery charging system and a capacitive touchscreen LCD. Almost all touchscreens run off 12V, but [Michael] managed to find a 5V HDMI to LVDS converter, which works perfectly. The device gets about 6 hours of battery life, which is more than enough for [Michael]. The device looks great, and he’s even made it through airport security with it!

We love seeing unique projects like this — don’t forget to submit your own projects through our Tip line!

From EPaper Badge To Weather Station

ePaper Weather Station

[Jeremy Blum] converted his 2013 Open Hardware Summit badge, also known as the BADGEr, into an ePaper weather station. We’ve looked at the 2013 OHS badge in the past, and the included open source RePaper display makes it an interesting platform to hack.

To fetch weather data, the badge is connected to a Raspberry Pi using an FTDI cable. A Python script uses the Python Weather API to poll for weather data. It then sends a series of commands to the BADGEr using pySerial which selects the correct image, and inserts the current weather data. Finally, a cronjob is used to run the script periodically, providing regular weather updates.

If you happen to have one of the badges, [Jeremy] has provided all of the files you’ll need to build your own weather station on Github. Otherwise, you can take a look at the RePaper project and WyoLum’s eReader Arduino Library to build your own ePaper project.

Recliner Sofa Given The Power Of The Pi

pi-sofa

If you go to buy a sofa these days you’ll not only be greeted with the option of one or more reclining positions, but a fully modern unit comes with motorized reclining. That simply wasn’t convenient enough for [Nicki] and [Kevin] who wanted to control the feature from a smartphone rather than a physical interface (buttons) on the side of the furniture. What resulted is the PiSofa, a Raspberry Pi connected to the furniture’s electronics with the help of a relay board.

This is most certainly a hack, but no doubt one with a lot of finesse. Check out that white PCB. That’s right, it’s a factory spun board to keep things nice and neat. They went with one of our favorite tricks by housing everything inside of a food storage container. After some Ruby coding the Pi now has complete control of the sofa. We’re not overstating this. It literally is the only way to control it because the original buttons no longer work. But that’s okay, turns out not only does it work with their smartphones, but with a [Kevin’s] Pebble watch as well.

We can’t think of any past hacks that specifically targeted the couch. But here’s a hammock that you can drive down the street.