A disassembled Game Boy-shaped Hackintosh

This Big 3D-Printed Game Boy Actually Runs MacOS

While mobile gaming has largely moved to smartphones these days, the classic Game Boy remains a hugely popular platform for retro enthusiasts, owing in no small part to its enormous library of quality games. The original Game Boy hardware is pretty much bulletproof, but feels a bit outdated today because it lacks modern conveniences like a large, backlit display or a rechargeable battery.

[iketsj] wanted to build a modern take on the Game Boy design and designed what’s in effect a 3D-printed, oversized copy of the classic handheld powered by a modern single-board computer. Most people would have gone for something obvious like a Raspberry Pi running Linux, but not [Ike]: he decided to go for a LattePanda Alpha board and run macOS Monterey on it. That makes this a Hackintosh, and probably one of the last ones as well since Apple is busy migrating all of its products onto its own proprietary CPUs.

The LattePanda also has an Arduino integrated on its board, which is used to read out the Game Boy’s buttons as well as the resistive touch screen. It communicates with the macOS system through a Python script that emulates mouse movements and keypresses. Sadly, the touch function is not working because [Ike] accidentally damaged the touch-sensitive system while trying to slim down the display module. Still, the seven pushbuttons are more than enough when running a Game Boy emulator, and there’s also a USB connector available to connect external peripherals like a keyboard, mouse or monitor.

We’ve seen several great Game Boy projects over the years: some made from brass, some very wide, and some that stuff modern computing platforms inside an original Game Boy case. Combining a Game Boy with a Hackintosh is definitely a new development, though it matches well with [Ike]’s history of unusual Hackintosh designs. Continue reading “This Big 3D-Printed Game Boy Actually Runs MacOS”

World’s Worst I/O Dock Doesn’t Deserve Elegant Fix

Even spendy commercial products can end up being lemons. This is something [Mike Buss] is familiar with, as he had the misfortune of being stuck using what he declares is the world’s worst USB hub, and it’s not even a mystery discount device from overseas: it’s an HP Thunderbolt Dock G2. It is a sort of combination I/O dock and USB hub, and it caused him no end of frustration until he “fixed” it with a crude workaround.

The problems with [Mike]’s dock come down to two major issues. The first is that the USB-C connection will, if moved even the slightest amount, instantly trigger a disconnect from the host computer. Frankly, that sounds like a defect, but that’s not all. The other issue is that the whole top of the device is actually a giant, hyper-sensitive button. Even a stern gaze seems to be enough to cause it to activate. What does the button do? It puts the host computer to sleep; something that we all agree should suffer from as few false activations as possible.

We’ll spoil the surprise by revealing that the “fix” was nothing more than putting a 3D printed enclosure around the troublesome device, as shown in the image above. Keeping the dock covered and perfectly still at least prevents the two aforementioned issues, and that’s good enough for [Mike].

The curious part of all this is just how badly the device’s design affected normal use. We’d suspect a defect or malfunction, but a cursory search of reviews online suggests [Mike]’s experience isn’t unique. It’s certainly not the first poorly-designed product we’ve seen fixed by a new enclosure, but some problems just aren’t worth the effort of a more elegant solution.

This Parametric Project Box Generator Is Super Easy

When it comes to taking an idea from concept to prototype reality, depending on the type of project, there can be quite a few sub-tasks along the way. Take for example, your latest electronic widget design. You’ve finished the schematic, and the PCB layout is a work of art (if you do say so yourself) but having that kicking around on the desk unprotected with wires dangling is not the end game. Now you’ve got to make an enclosure of some kind, and I don’t know about you, but this is the bit where this scribe struggles a little to get something to fit nice. Even if you’ve got the latest 3D printer dialed in to within a gnat’s whisker of perfection, you’ve still got to come up with the design, and those dimensions need to be really accurate. So, for those of us who are great at the PCB, but suck at the enclosure, [Willem Aandewiel] has been busy making the tool just for you, with his PCB-orientated Yet Another Parametric Projectbox generator (YAPP.)

Defining the PCB mounting points w.r.t. the PCB outline

Without hesitation you can head over to the YAPP GitHub, grab that sweet OpenSCAD code, and get cracking with the demos. Provided for your convenience are a number of examples for enclosing some common items, such as Arduinos and ESP32 modules, so you can use those as a springboard to get your own code in place. YAPP works based off the PCB — by specifying programmatically since this is OpenSCAD — outer dimensions, mounting post locations first. Next you define openings in the six faces of the box, and the tool happily spits out a platter with the base and lid ready to drop into Cura (or your slicer of choice) What could be easier?

End face cutouts

And before you start on non-rectangular designs, this is a rectangular box generator for rectangular PCBs. That is all this is designed for, and as far as we can tell, it does that one job well.

Of course, this is by no means the first enclosure generator to grace these pages, far from it. Here’s one for starters. If you’re here for tips to help make better designs, check this out, and finally 3DHubs also has a nice guide for you. Happy printing!

Tiger Boy Advance Is A 90s Kid Dream Come True

From the release of the DMG-01 in 1989 until the final Micro variant hit store shelves in 2005, the Nintendo Game Boy line represented the epitome of handheld gaming for hundreds of millions of players. But that’s not to say there weren’t a wide array of other handheld systems that aimed to chip away at the Japanese gaming giant’s monopoly. SEGA and Sony released high-tech systems that brought impressive technical innovations, while Tiger Electronics famously took the opposite approach with ultra-cheap handhelds that leveraged simplistic games based on popular children’s franchises.

[Chris Downing] had to make do with these budget Tiger games as a child, and now as an adult, he’s determined to made things right with the Tiger Boy Advance. As the name implies, this retro hybrid combines the look and feel of a branded Tiger game with the power and software compatibility of a legitimate Nintendo Game Boy Advance (GBA) circa 2001. It even sprinkles in some modern niceties, like USB-C charging and a backlit display. While most of its charm is probably lost on anyone who didn’t grow up within a fairly narrow range of years, the video below seems to prove that even modern kids can appreciate this one-of-a-kind creation.

From an electronics standpoint, the system is essentially just a gutted GBA crammed into a 3D printed approximation of an old Tiger game from around the mid 1990s. But what makes this project special is the nostalgia-fueled attention to detail that [Chris] brings to the table.

Take for example the custom manufactured faceplate that combines artwork from some of the era’s best known games. Getting the image printed on the back of the CNC-cut piece of clear acrylic proved to be quite a challenge, but the final result looks incredibly professional. Instead of using the GBA’s stock buttons and directional pad, [Chris] decided to 3D print replacements that mimic the look of the original Tiger controls. It all culminates in a device that perfectly recreates the unique look of the original Tiger games.

Some will argue that he’d have done better to equip the system with a Raspberry Pi Zero 2 and the latest build of RetroPie, and frankly, it’s easy to see the appeal of going that route. But [Chris] didn’t make this for us, he built it to encapsulate a very specific time from his own childhood. We’re just glad that the technology now available to the individual maker allowed him to turn this particular dream into reality.

Continue reading “Tiger Boy Advance Is A 90s Kid Dream Come True”

Tiny Switch Ornament Plays GIFs With An ESP32

It constantly amazes us what we hackers can build these days, (electronics shortages aside) we have access to an incredible array of parts, with specifications that only a few years ago would be bank-breaking and longer ago just fantasy. It’s nice to see people building one-offs just for fun, in spite of the current difficulties getting parts to actually be delivered. For example, check out this miniaturized Nintendo Switch created by [scottbez1] that plays animated GIFs from an SD card on tiny 1.14″ LCD display.

Obviously such a diminutive hack requires a custom PCB, which was a job for KiCAD. Armed with a 3D model of the LCD, the casing and PCB outline were drawn using Fusion 360. The PCB hosts a LilyGo ESP32 module for all the heavy lifting, with the WiFi adding some fun future capabilities not yet explored. The design is about as tight as it can get without pushing the limits of the PCB process too far, including a neat trick of sneaking passives inside the body of the SD card! That’s another space-saving idea we’ll be banking.

All-in-all a neat little hack, showing some good modelling and construction techniques and a good looking end result. Code for your reference may be found on the project GitHub, but as of writing the hardware design is not available.

Whilst this project shrinks the Switch, here’s one that goes the other way and super-sizes it, and if you have a switch lite but crave a little modern charging magic, then look no further than this Qi wireless charging hack.

Continue reading “Tiny Switch Ornament Plays GIFs With An ESP32”

Borehole Camera Rig Makes Life Easier In Mining

Much of mining involves digging and drilling holes in the ground. Often, these holes need inspecting, but [Dean Harty] found that existing borehole inspection solutions weren’t up to snuff. Resolution was poor, and often live-view devices made recording footage a pain. Instead, he set about the development of the Sneaky Peaky, going through several revisions in the process.

The first revision was nothing more than a GoPro strapped to a small penny board, paired with a bright flashlight. The 4K resolution of the GoPro provided useful footage, and the assembly could be lowered into boreholes on a rope and retrieved easily. Rugged and water resistant, the gear worked well, and was remarkably cheap compared to more obscure mining industry hardware.

An early version of the Sneaky Peaky

Later revisions ditched the skateboard, replacing it with a pipe-style housing instead. Key to the design was that the device could readily be destroyed and flushed out of a borehole with an air blast in the event it got stuck.

Eventually, mining outfit Metrologi got involved, having worked with [Dean] on several borehole backfill operations. A 3D-printed chassis was developed to hold an action camera and twin torches, held together with plastic zip ties. These are attached to the pull rope, and if the camera becomes jammed, a sharp pull will snap the ties and cause the device to fall apart. Steel cable ties are then used to create flexible guides to center the assembly in a variety of pipe diameters.

It’s a great example of people on the ground hacking together the tools they need, combined with iterative design to integrate improvements over time. We don’t talk about boreholes much around here, but they can be musical if properly employed, as it turns out. If you’ve got your own great mining hacks, however, do drop us a line!

Custom Soldering Fume Fan Doesn’t Skimp On Features

Prolific maker [sjm4306] tells us the first iteration of his soldering fan was little more than some cardboard, electrical tape, and a hacked up USB cable. But as we all know, these little projects have a way of evolving over time. Fast forward to today, and his custom fan is a well-polished piece of kit that anyone with a soldering iron would be proud to have on their workbench.

Cardboard has given way to a 3D printed enclosure that holds the fan, electronics, a pair of 18650 cells, and a easily replaceable filter. Between the marbled filament, debossed logo, properly countersunk screw holes, and rounded corners, it’s really hard to overstate how good this case looks. We’ve shamefully produced enough boxy 3D printed enclosures to know that adding all those little details takes time, but the end result really speaks for itself.

Fan internals, with a look at the custom PCB.

The user interface running on the OLED is also an exceptionally nice touch. Sure the fan doesn’t need a graphical display, and [sjm4306] could have saved a lot of time and effort by using a turn-key speed controller, but the push-button configuration complete with graphical indications of fan speed and battery life really give the final product a highly professional feel.

In the video below, [sjm4306] reveals that while the finished product might look great, there were a few bumps in the road. Issues with clearance inside the case made him rethink how things would be wired and mounted, leading to a far more cramped arrangement than he’d anticipated. Part of the problem was that he designed the case first and tried to integrate the electronics later, rather than the other way around; a common pitfall you’d be wise to watch out for.

It’s been proven that, without some external input, solder smoke is going to go right in your face. Whether or not you need to do something this complex is naturally up for debate, but if you want to keep all that nasty stuff out of your lungs, you’d do well to outfit your workbench with some kind of fan.

Continue reading “Custom Soldering Fume Fan Doesn’t Skimp On Features”