Gorgeous Bartop Arcade Build Is A Cut Above

At this point we’ve seen a good number of desktop-sized arcade cabinets, and while they’ve naturally all been impressive in their own ways, they do tend to follow a pretty familiar formula. Cut the side panels out of MDF (or just buy a frame kit), stick a Raspberry Pi and an old LCD monitor in there, and then figure out how to control the thing. Maybe a couple strategically placed stickers and blinking LEDs to add a few extra horsepower, but nothing too surprising.

[Andy Riley] had seen plenty of builds like that, and he wasn’t having any of it. With the heart of an old laptop and bones made of IKEA cutting boards, his build is proof positive that there’s always more than one way to approach a problem that most would consider “solved” already. From the start, he set out to design and build a miniature arcade cabinet that didn’t look and feel like all the other ones he’d seen floating around online, and we think you’ll agree he delivered in a big way.

Powering the arcade with an old laptop is really a brilliant idea, especially since you can pick up older models for a song now that they’re considered nearly disposable by many users. As long as it doesn’t have a cracked display, you’ll get a nice sized LCD panel and potentially a rather powerful computer to drive it. Certainly the graphical capabilities of even the crustiest of used laptops will run circles around the Raspberry Pi, and of course it opens the possibility of playing contemporary PC games. As [Andy] shows in his detailed write-up, using a laptop does take more custom work than settling for the Pi, but we think the advantages make a compelling case for putting in the effort.

Of course, that’s only half the equation. Arguably the most impressive aspect of this build is the cabinet itself, which is made out of a couple IKEA bamboo cutting boards. [Andy] used his not inconsiderable woodworking skills, in addition to some pretty serious power tools, to turn the affordable kitchen accessories into a furniture-grade piece that really stands out from the norm. Even if you aren’t normally too keen on working with dead trees, his step-by-step explanations and pictures are a fascinating look at true craftsman at work.

If you’re more concerned with playing Galaga than the finer points of varnish application, you can always just turbocharge the old iCade and be done with it. But we think there’s something to be said for an arcade cabinet that could legitimately pass as a family heirloom.

Hackaday Links Column Banner

Hackaday Links: The Eleventh Day Of The Eleventh Month, 2018

For the better part of the last five years, the Great War Channel on YouTube has been covering the events of the Great War, week by week, exactly 100 years later. It’s hundreds of episodes designed for history buffs, and quite literally one of the most educational channels on YouTube. It’s the eleventh day of the eleventh month of the eighteenth year, which means the folks behind the Great War Channel are probably taking a well-deserved vacation. If you haven’t heard of this channel, it might be a good time to check it out.

Ikea is now selling NFC locks. [Mike] wrote in to tell us he found the new ROTHULT drawer deadbolts for $18 at Ikea. No, these aren’t meant for your front door, they’re meant for file cabinets. That’s a different threat model, and no lock is ever completely secure. However, there are some interesting electronics. You get a lock powered by three AAA batteries and two NFC cards for $18. Can’t wait for the teardown.

The biggest news from the United States this week is big. People gathered in the streets. Millions made sure their voices were heard. Journalists were cut down for asking questions. This is a week that will go down in history. The McRib is back for a limited time. It’s just a reconstituted pork patty, pickles, onions, and sauce on a hoagie roll, but there’s more to the McRib than you would think. McDonalds only releases the McRib when the price of pork is low, and in late October, pork belly futures hit their lowest price since the last time the McRib came to town. This has led some to claim the McRib is just a second lever for McDonalds in an arbitrage play on the price of pork. McDonalds is always buying pork futures, the theory goes, and when it looks like they’re going to lose money, McDonalds simply turns on the McRib production line, pushing pork consumption up, and netting McDonalds a tidy profit. With the volume you’re looking at, McDonalds will never lose money by betting on pork.

You can turn anything into a quadcopter. A dead cat? Yes, it’s been done. How about a quartet of box fans? That’s what the folks at Flite Test did, and while the completed article was wobbly and didn’t survive its first crash, it was a quadcopter made out of box fans.

Tables Are Turned As Robots Assemble IKEA Furniture

Hackaday pages are rife with examples of robots being built with furniture parts. In this example, the tables are turned and robots are the masters of IKEA pieces. We are not silly enough to assume that these robots unfolded the instructions, looked at one another, scratched their CPUs, and began assembling. Of course, the procedure was preordained by the programmers, but the way they mate the pegs into the ends of the cross-members is a very human thing to do. It reminds us of finding a phone charging socket in the dark. This kind of behavior is due to force feedback which tell the robots when a piece is properly seated which means that they can use vision to fit the components together without sub-millimeter precision.

All the hardware used to make the IKEA assembler is publicly available, and while it may be out of the typical hacker price range, this is a sign of the times as robots become part of the household. Currently, the household robots are washing machines, smart speakers, and 3D printers. Ten years ago those weren’t Internet connected machines so it should be no surprise if robotic arms join the club of household robots soon. Your next robotics project could be the tipping point that brings a new class of robots to the home.

Back to our usual hijinks, here is a robot arm from IKEA parts and a projector built into a similar lamp. or a 3D printer enclosed in an IKEA cabinet for a classy home robot.

Continue reading “Tables Are Turned As Robots Assemble IKEA Furniture”

Turning That Old Hoverboard Into A Learning Platform

[Isabelle Simova] is building Hoverbot, a flexible robotics platform using Ikea plastic trays, JavaScript running on a Raspberry Pi and parts scavenged from commonly available hoverboards.

Self-balancing scooters a.k.a. Hoverboards are a great source of parts for such a project. Their high torque, direct drive brushless motors can drive loads of 100 kg or more. In addition, you also get a matching motor controller board, a rechargeable battery and its charging circuit. Most hoverboard controllers use the STM32F103, so flashing them with your own firmware becomes easy using a ST-link V2 programmer.

The next set of parts you need to build your robot is sensors. Some are cheap and easily available, such as microphones, contact switches or LDRs, while others such as ultrasonic distance sensors or LiDAR’s may cost a lot more. One source of cheap sensors are car parking assist transducers. An aftermarket parking sensor kit usually consists of four transducers, a control box, cables and display. Using a logic analyzer, [Isabelle] shows how you can poke around the output port of the control box to reverse engineer the data stream and decipher the sensor data. Once the data structure is decoded, you can then use some SPI bit-banging and voltage translation to interface it with the Raspberry Pi. Using the Pi makes it easy to add a cheap web camera, microphone and speakers to the Hoverbot.

Ikea is a hackers favourite, and offers a wide variety of hacker friendly devices and supplies. Their catalog offers a wide selection of fine, Swedish engineered products which can be used as enclosures for building robots. [Isabelle] zeroed in on a deep, circular plastic tray from a storage table set, stiffened with some plywood reinforcement. The tray offers ample space to mount the two motors, two castor wheels, battery and the rest of the electronics. Most of the original hardware from the hoverboard comes handy while putting it all together.

The software glue that holds all this together is JavaScript. The event-driven architecture of Node.js makes it a very suitable framework to use for Hoverbot. [Isabelle] has built a basic application allowing remote control of the robot. It includes a dashboard which shows live video and audio streams from the robot, buttons for movement control, an input box for converting text to speech, ultrasonic sensor visualization, LED lighting control, message log and status display for the motors. This makes the dashboard a useful debugging tool and a starting point for building more interesting applications. Check the build log for all the juicy details. Which other products from the Ikea catalog can be used to build the Hoverbot? How about a robotic Chair?

Continue reading “Turning That Old Hoverboard Into A Learning Platform”

IKEA Lamp With Raspberry Pi As The Smartest Bulb In The House

We love to hack IKEA products, marvel at Raspberry Pi creations, and bask in the glow of video projection. [Nord Projects] combined these favorite things of ours into Lantern, a name as minimalist as the IKEA lamp it uses. But the result is nearly magic.

The key component in this build is a compact laser-illuminated video projector whose image is always in focus. Lantern’s primary user interface is moving the lamp around to switch between different channels of information projected on different surfaces. It would be a hassle if the user had to refocus after every move, but the focus-free laser projector eliminates that friction.

A user physically changing the lamp’s orientation is detected by Lantern’s software via an accelerometer. Certain channels project an information overlay on top of a real world object. Rather than expecting its human user to perform precise alignment, Lantern gets feedback from a Raspberry Pi camera to position the overlay.

Speaking of software, Lantern as presented by [Nord Projects] is a showcase project under Google’s Android Things umbrella that we’ve mentioned before. But there is nothing tying the hardware directly to Google. Since the project is open source with information on Hackster.io and GitHub, the choice is yours. Build one with Google as they did, or write your own software to tie into a different infrastructure (MQTT?), or a standalone unit with no connectivity at all.

Continue reading “IKEA Lamp With Raspberry Pi As The Smartest Bulb In The House”

Flite Test Puts A Chair In The Air

The Flite Test crew is well known for putting some crazy flying contraptions together. They’ve outdone themselves this time with a flying IKEA chair. This build began with [Josh] issuing a challenge to [Stefan]. Take a standard IKEA ladderback chair and make it fly– in less than six hours. With such a tight schedule, measuring twice and cutting once was right out the window. This was a hackathon-style “throw it together and hope it works” build.

The chair was plenty sturdy, so it became the core of the fuselage. [Stefan] grabbed the wing from a previous plane and placed it on the seat of the chair. Two carbon fiber rods drilled into the seat frame formed a tail boom. The tailfeathers were built from Flite Test foam – paper coated foam-core board.

With the structure complete, [Stefan] and his team added servos for control, a beefy motor for power, and some big LiPo batteries. The batteries hung from the bottom of the chair to keep the center of gravity reasonable.

When the time came for the maiden flight, everyone was expecting a spectacular failure. The chair defied logic and leaped into the air. It flew stable enough for [Josh] to take his fingers off the sticks. The pure excitement of seeing a crazy build that works is on full display as the entire Flite Test crew literally jumps for joy. [Alex] even throws in a cartwheel. This is the kind of story we love to cover here at Hackaday – watching a completely nutty build come together and perform better than anyone expected.

Continue reading “Flite Test Puts A Chair In The Air”

Robotic Wood Shop Has Ambitions To Challenge IKEA

Many people got their start with 3D printing by downloading designs from Thingiverse, and some of these designs could be modified in the browser using the Thingiverse Customizer. The mechanism behind this powerful feature is OpenSCAD’s parametric design capability, which offers great flexibility but is still limited by 3D printer size. In the interest of going bigger, a team at MIT built a system to adopt parametric design idea to woodworking.

The “AutoSaw” has software and hardware components. The software side is built on web-based CAD software Onshape. First the expert user builds a flexible design with parameters that could be customized, followed by one or more end users who specify their own custom configuration.

Once the configuration is approved, the robots go to work. AutoSaw has two robotic woodworking systems: The simpler one is a Roomba mounted jigsaw to cut patterns out of flat sheets. The more complex system involves two robot arms on wheels (Kuka youBot) working with a chop saw to cut wood beams to length. These wood pieces are then assembled by the end-user using dowel pegs.

AutoSaw is a fun proof of concept and a glimpse at a potential future: One where a robotic wood shop is part of your local home improvement store’s lumber department. Ready to cut/drill/route pieces for you to take home and assemble.

Continue reading “Robotic Wood Shop Has Ambitions To Challenge IKEA”