Skip to content

MattGrayYes/Game-Boy-Camera-Fast-Wifi-Adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Boy Camera Fast Wifi Adapter

Plug in your Game Boy Camera, turn it on, and you can have the photos on your phone in under 2 minutes!

|Screenshot of youtube player, with photo of me holding the box

Why I Made It, and What I Used Before

I’ve had my Game Boy Camera since the ‘90s: it was my first digital camera, and I love it.

It can take and store 30 photos, but provides no way of taking the photos off it, other than deleting or printing with the Game Boy Printer. (That's '90s technology for you!)

Around 2013, I worked out a long-winded way to get photos off it onto my Mac using a Mega Memory and GB EMS USB Smart Card. This method was very fiddly and regularly took multiple attempts to work, and wasn't really portable.

I'd seen other portable devices before, but they all relied on emulating the Game Boy Printer and printing each photo one-by-one, which took even longer than fiddling with the Mega Memory!

In 2018 I found InsideGadgets' GBxCart RW, a USB Game Boy Cartridge Reader. This made the transfer so much easier, but it still wasn't portable because it requires a computer.

Months later, I had a brainwave: A Raspberry Pi Zero is a computer! It's easily pocketable and battery powerable, and the GBxCart RW has linux support too! I got this kind of working, but it still required carrying around a jumble of cables.

The final piece of the puzzle came in December 2020 when I got my first 3D Printer. I realised I could put this all together into one device, in one box, and this is what I ended up with!

How it works

  1. Plug in Game Boy Camera.
  2. Turn it on.
  3. Wait a minute.
  4. Connect to the GameboyCamera wifi network.
  5. Go to http://gameboy.local
  6. All your photos will be visible on the webpage, and can be downloaded!
  7. Turn it off.

Inside the 3D Printed Case.

On The Pi

Photo Downloader

  • /home/pi/get_photos.sh is set to run automatically on boot, by being included in /etc/rc.local
  • get_photos.sh runs GBxCart_RW_GBCamera_Saver_v1.8.
    • This works by extracting the save data out of the cartridge, finding the photos within it, and exporting them as bitmaps.
  • And saves the photos inside /var/www/html/photos, so the web page can see them.

Web Page

  • Apache 2 web server with PHP 7.
  • Files stored in /var/www/html/
  • index.php displays the photos in ./photos/, grouped by subfolder.

Wifi Network

The Raspberry Pi hosts a wifi access point called GameboyCamera.

  • Uses hostapd.
  • Configured in /etc/hostapd/hostapd.conf
  • I'm not sure if just installing and creating that file is enough to make it work, I didn't make notes as I did it annoyingly.

Future Improvements

I'm not saying I'll ever make a v2, but if I did, this is where I'd start:

Shape & Size

  • It would be nice if the cartridge slot was full length to stop the camera looking so dorky sticking out of it.
  • I'd like to key the cartridge slot so you can't put the cart in back-to-front by accident.
  • This is the first case I've ever 3D modelled, so it can probably be made a bit more compact. I was however aiming to make this no thicker than a phone.

RTC

The Raspberry Pi doesn't keep time when it's turned off because it doesn't have a Real Time Clock.

GBCamera_Saver is saving the photos into folders labelled with the date/time. It still seems to work, but this may cause a problem if it tries to create a folder with the same name again because "time is repeating itself".

You can get RTCs from hobby shops, specifically designed for integrating into Raspberry Pi projects.

Photos

me holding the Game Boy Camera Fast Wifi Adapter

Game Boy Camera Fast Wifi Adapter in use, next to phone showing its webpage

About

Game Boy Camera Wifi Photo Extractor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published