element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
A Question of Scale
  • Challenges & Projects
  • Project14
  • A Question of Scale
  • More
  • Cancel
A Question of Scale
Blog Mini Gameboy Home Console: The Gamebox DMG Consolizer
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join A Question of Scale to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: nobble
  • Date Created: 7 Feb 2019 11:08 PM Date Created
  • Views 5057 views
  • Likes 7 likes
  • Comments 6 comments
  • original hardware
  • controller
  • gamebox
  • home console
  • nes
  • nintendo
  • 3d printers
  • nobble
  • gameboy classic
  • pcb
  • diy
  • giant gameboy
  • console modding
  • gameboy
  • dmg-01
  • handheld
  • mini
  • questionofscalech
  • consolizer
  • vga
  • arduino
  • video games
Related
Recommended

Mini Gameboy Home Console: The Gamebox DMG Consolizer

nobble
nobble
7 Feb 2019

Hello Element14! It's Nobble!

This is my first entry into the Project14 Monthly Competition!

 

     Most people know me from my custom handhelds and unique video game mods, a few may remember me during Hack Like Heck.

What's also important, is that I have been a fan of benheck's work since I was a kid. He is one of the main sources of inspiration for my own projects and ideas to make custom builds!

 

     The theme is "A Question of Scale" and the idea is to shrink or grow a project. But as I thought about what I should enter, the idea of portablizing a video game console or making a giant handheld device seemed too cliché. After a while it came to me! What if I turn a small handheld into a even smaller home console? I could morph one of my favorite portable systems into a full-fledged Big Screen device! Thus playing off of both the "Shrink" AND "Grow" theme.

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

     I have always been a big fan of Gameboys, and especially the DMG-01. I love its ability to mod easily, and add extra features like backlights & circuit bending capabilities. (Ben's Giant Gameboy tops 'em all!)

The hardware is pretty solid and lasts the test of time. Since it's been around for so long, the community behind it is vast and ever-growing. Recently, uXe has come up with a VGA-out board for the DMG. It is based off of FPGA circuits and a microcontroller to convert the video signals. Dubbed Easy_VGA, it stays true to the E-Z while installing. Once you install it, the ability for video out functionality to a larger screen is possible.

 

image

 

     Kitschbent sent me a few to try out, and after testing them for a bit, I decided I should make an enclosure for the board. But what if I replaced the handheld casing completely, redesigned the case, and made it fit just the parts I needed? With Easy_VGA you do not need the front lcd/button PCB to output video. But that eliminates any inputs for controls. We now need to add a way for the gameboy to communicate with an external controller. So to bypass and remove this pcb, we need to first program an arduino to act in it's replacement. Further understanding of the front pcb was needed.

 

     I disassembled a DMG and removed the PCBs. Then I stripped the boards of unnecessary components so I could make a few board scans and map out the tracings.

image

 

     After examining where the button pad traces go, we can figure out which pins are used for input signals.

These traces lead to a few components labeled "DAN215", they are used for sending the input signals to the CPU of the Gameboy.

 

image

A full schematic of the DMG can be found HERE.

 

     The gameboy uses 4 bits of data to send signals for button presses. Since this is a very basic form of processing controls, we could use a controller with similar specs. The NES controller is a good candidate since it is well documented and also is from around the same era. It has also been used in other related projects.

 

The IC inside of the controller is a 4021 shift register.

image

With this schematic we are able to figure out how it sends signal data to the NES console.

Having this info will help with determining how to wire the controller, and writing code for the Arduino. I chose a Pro Micro for the board.

 

     The next image is a board scan of the back PCB with pinouts to wire the arduino to the CPU of the DMG.

image

As you can see, the back (CPU/Cartridge slot) side of the Gameboy PCBs is smaller than a full DMG.

Since the Gameboy can be powered off of the DC jack, we do not need the battery contacts and removing the batteries can make the case even smaller!

 

     With some wire soldered to the DMG pins labeled in the diagram we can move forward wiring the NES controller and the Pro Micro.

 

image

This shows the Pro Micro pinout and the NES controller plug pinout and the listed pins to connect. Use this image to also solder the DMG PCB pins to the Arduino.

 

Now that the full procedure for wiring an Arduino to a Gameboy and NES controller is solved, the code to communicate between the three circuits is still needed.

This is the FINAL CODE used for interpreting the NES controller button presses.

 

There are a couple of lines in the code to test that the NES side of it works. Open the Arduino IDE serial monitor and you should see eight ones (11111111) being printed repeatedly, and when you press a button the corresponding 1 should change to a 0. You can comment out/delete: //Serial.println(buttons_state, BIN);

(If using a generic Pro Micro, select Leonardo as your board type in Arduino IDE)

 

image

Here is the desoldered 4021 IC breadboarded for testing.

With the code uploaded to the Arduino, it is working on only the back Gameboy PCB using Easy_VGA!

 

 

*You can also do a ProSound mod to the DMG allowing for higher quality stereo sound using a 3.5mm headphone jack.

Removal of the old headphone jack is first needed, by removing the 4 wires connecting it to the PCB.

image

 

The wiring side of this project is now finished. The next step is to design a case to house everything. I had gone through a few different case designs and revisions toying with a couple types of ideas. One was a box that held the Easy_VGA board and used a GB Link Cable to connect to the DMG. That ended up only working when the link cable was shortened. I also made a case that fit right over the LCD and attached to the front of the Gameboy. This works, but it leaves you with a top heavy handheld...

 

Since I wanted to stick to the theme of this competition, I spent some time measuring out every detail of the back half of the Gameboy casing. I self-taught myself 3d modelling using Fusion360 a few months ago. 3D design is something I have wanted to learn for years, and I'm surprised at how easy it is once you understand it. I ended up with a case that is smaller than an original DMG-01, and keeps to the look of the original casing. After all, this mod is based on original hardware. I wanted it to look very similar.

 

image

This is a render of my final design, minus the lid. It allows access to all needed ports and fits everything inside with adequate space.

The cartridge slot is kept in it's original position and the original power switch cover is used.

 

     After making it into the top 10 in Hack Like Heck, I purchased a couple 3D Printers to help improve my projects and case design. It also reduced the amount of time spent on the casing in the end, which is where I had issues when building my entry for HLH. It took a few test prints until I was happy with the outcome. I wanted it to have a two-tone color scheme and give it a "Nintendo Classics" feel.

 

The final print was done in Black/Silver using Hatchbox PLA on my Creality Ender3.

image

I also took apart a generic NES controller to discover the PCB was quite smaller than the casing.

image

So, I designed a mini controller casing to match the system! It uses original DMG buttons for added "real-feel".

 

     The end result is quite amazing.

image

A completely redesigned way to play your favorite Gameboy Classics on original hardware!

 

 

Final Thoughts:

 

After completing this project, I have to say, this is my favorite mod so far that I've done to a DMG. And I thought backlighting and biverting was fun!

 

The hard part was understanding and figuring out how to get the controller to communicate with the Arduino and DMG. I have to give credit to my friends Postman and uXe for helping me with that. Without their advanced knowledge of programming, I wouldn't have been able to complete this project in time to submit.

 

This is definitely an "Ode to The Ben Heck Show", my way of giving thanks to all the things I learned while watching the series. image

 

I hope to keep working with video and audio mods as well as delving into more original hardware tinkering. I have relied on SBCs lately to emulate hardware on TVs, but they only can perform so well. The same effect can be done on modified systems now!

 

 

I really enjoyed building yet another project to showcase on Element14!

 

Please feel free to leave any comments/feedback on my work.

 

 

More information can be found on my thread HERE. And uXe's thread on the Arduboy community.

 

If you enjoyed this project and are interested in building one yourself, check out my listing where you can purchase the case kit!

  • Sign in to reply

Top Comments

  • nobble
    nobble over 6 years ago in reply to dubbie +3
    Yeah, PC games are what sucked me into this in the first place. I remember watching my dad play Doom at the age of three and throwing a tantrum until I could play it. "He won't remember it" my dad said…
  • dubbie
    dubbie over 6 years ago +2
    Elliot, A very impressive, comprehensive and detailed description. I never had a Gameboy or even played Gameboy games but putting them onto a big TV screen looks fun. Dubbie
  • nobble
    nobble over 6 years ago in reply to dubbie +2
    Thank you! I really appreciate your admiration of my project. If you enjoy 8bit gaming, I highly recommend you try it out! Best of luck with your entry! I have to check everyone else's projects out. Should…
  • nobble
    nobble over 6 years ago in reply to dubbie

    Doomguy for President 2020.

     

    He will slay social demons.

    And bring peace to Hell on earth.

     

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • dubbie
    dubbie over 6 years ago in reply to nobble

    Elliot,

     

    You have just reminded me that I too have played Doom, it was a free version on CD that you used to get on the front of PC magazines. My abiding memory of it is that to kill the invisible monster I had to back myself into a corner and just keep shooting in front me until it was dead. There may have been other ways of killing the invisible ones but I never found one. I do remember that it sparked an interest in game play concepts, where the benefits/drawbacks of each move are considered form your point of view and also the opponent as you try to work out ways to win. I still use these ideas today especially when you think about real life, working and politics and stuff. Fortunately I'm retired now so I don't need to think about anything now.

     

    Dubbie

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • nobble
    nobble over 6 years ago in reply to dubbie

    Yeah, PC games are what sucked me into this in the first place. I remember watching my dad play Doom at the age of three and throwing a tantrum until I could play it. "He won't remember it" my dad said. Boy, was he wrong!

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • dubbie
    dubbie over 6 years ago in reply to nobble

    Elliot,

     

    I have thought of getting an Arduboy but never quite got around to placing an order. I'm a bit reluctant to get something that might absorb me too much. I can remember when PC games first came out and playing paratrooper (anybody still remember this? Black and white with mini-paratroopers falling from the sky that you had to shoot down before they landed.) for hours on end, much to the detriment of everything else I was supposed to be doing. I don't really want to get sucked into something similar again. I was happy to watch my son play Halo but I could never manage it myself, too many buttons to press and always died pretty quickly.

     

    Dubbie

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • nobble
    nobble over 6 years ago in reply to dubbie

    Thank you! I really appreciate your admiration of my project.

     

    If you enjoy 8bit gaming, I highly recommend you try it out!

     

    Best of luck with your entry! I have to check everyone else's projects out. Should be a good mix of skills.  

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube