An Open Source Game Boy Printer That Doesn’t Print

While we’ll admit seeing your Game Boy Camera shots come out on a little slip of thermal paper was pretty neat back in 1998, anyone who’s still using the Game Boy Printer these days is probably more interested in getting their images in digital form. Which is why the open source NeoGB Printer is so exciting.

A collaborative effort between [Rafael Zenaro], [Raphaël BOICHOT], and [Brian Khuu], the project combines an ESP32 development board and some common components with their GPLv3 firmware to fully emulate the Game Boy Printer hardware. Once plugged into your Game Boy, any of the 110 titles that support Nintendo’s paper-pushing peripheral will recognize the NeoGB Printer as the real deal and happily send along the image.

But rather than committing it to paper, the NeoGB Printer saves the image to an SD card. From there, you can put the card in your computer and do whatever you wish with the captured files. Incidentally, it turns out there’s already a commercial gadget on the market that does something very similar, but this DIY approach comes well under its $99 USD price tag. In fact, if you’ve got a Game Boy Link Cable you don’t mind cutting up, you’ve probably got everything you need to pull this off in the parts bin right now.

We particularly like how the team has went out of their way to support different hardware configurations for the NeoGB Printer. If you want to go all out and add status LEDs and an OLED display, go for it. But if you just plan on using the thing once to grab a copy of the Pokémon diploma you earned 20 years ago, then you can skip the bells and whistles.

If you’re only worried about getting your snaps out of the Game Boy Camera, we’ve covered projects that will extract them directly from the cartridge. But this approach certainly has its appeal, as works with a much wider variety of games. We’re glad this project exists, as it means a whole new generation can explore all the wacky ways developers came up with to utilize the Game Boy Printer back in the day.

Arduino Saves Game Boy Camera

[Brian Khuu] bought a few Game Boy cameras on the Internet and found that they still had pictures on them from the previous owners. The memory in the camera has a backup battery and if that battery dies, the pictures are history, so he decided to mount a rescue operation.

He knew the protocol for how the Game Boy talked to the companion pocket printer was available, so he used an Arduino and a Web browser to extract the photos. The resulting code is on GitHub if you want to save your pictures. Although [Brian] didn’t have to crack the protocol, he does offer a good explanation of it. There’s even some sniffed displays. The Arduino does all the communications and fools the game into thinking it is the companion printer. However, it simply streams the data out and a Javascript decoder handles the actual decoding. In fact, in the blog post, you can enter data, click a button, and see the resulting Game Boy picture.

It works, but [Brian] did run into a few problems. For one thing, the devices don’t seem to use any flow control so he had no choice but to keep up with the Game Boy. Also, there is a CRC he could not correctly decode. However, the pictures look good — well, as good as Game Boy pictures look, at least. So he did get results.

We’ve seen this done with a PC before. If you are more interested in the reverse, by the way, you can use a real Game Boy printer to print from an Arduino.

8-bit Digital Photo Gun

One of the first popular mass-produced digital cameras was the Game Boy camera, a terrible black and white image sensor stuck inside a highly modified Game Boy cartridge. With a Game Boy, the camera, and the Game Boy printer, it was able to produce low-resolution but still surprisingly usable images. Combine all these parts together with the best of hacker art from [vtol] and what do you get? The Game Boy Instant Photo Gun.

There aren’t many details for this build, but it looks like this is an uncased Game Boy Brick, a Game Boy camera, and Game Boy Printer assembled into something that looks dangerous and won’t get past a TSA checkpoint. That might be fixed by repurposing an old NES zapper.

We’ve seen [vtol]’s work before with a machine that probably doesn’t steal your credit card info, a levitating speaker, and something that doesn’t reference [Tarkovsky] enough. This build is right up there with the rest of them.

Thanks [Itay] for the link.

Fubarino Contest: Game Boy Printer

fubarino-contest-gameboy-printer

[Dave] has a Game Boy Printer and loves the Mario-themed Easter egg that prints while holding the feed button during power-up. When he heard that Microchip gave us some Fubarino boards for our Easter Egg Contest, this hardware immediately came to mind and he set out to add a Hackaday Easter egg to the printer.

To tinker with the hardware, [Dave] built on the work of [Furrtek]—featured here a few years ago—which simplified the process of printing directly from an Arduino board. Connecting the TX and RX lines of the Arduino triggers the new Easter egg. He demonstrates printing both of the hidden messages in the video below.

Continue reading “Fubarino Contest: Game Boy Printer”