An open API service indexing awesome lists of open source software.

https://github.com/32teeth/gameboyduinopocket

Arduino Based GameBoy Pocket PCB, SCH and LAyout
https://github.com/32teeth/gameboyduinopocket

Last synced: about 1 year ago
JSON representation

Arduino Based GameBoy Pocket PCB, SCH and LAyout

Awesome Lists containing this project

README

          

gameboyDuino - Pocket
==================

-------------

# Introduction

**gameboyDuino** is a programmable touch interface that fits the inside dimensions of the **Offical Gameboy Pocket**.

The hardware is based on AVR microcontrollers and programmed via [AVR Studio](http://www.atmel.ca/microsite/atmel_studio6/) or the [Arduino IDE](http://arduino.cc/en/Main/Software)

![Open Source icon](images/osh.png)

**gameboyDuino.** in it's entirety is open source. Including hardware design, software implementation and libraries
***

##Hardware

####![Eagle Cad icon](images/eagle.png) Eagle CAD
All of the PCB design, schema and board layout files where designed in [CadSoft's Eagle Cad PCB](http://www.cadsoftusa.com/eagle-pcb-design-software/product-overview/?language=en) software.

The .sch and .brd files are available in the [master](https://github.com/32teeth/GameBoyDuinoPocket) folder.

| front | back |
|---|---|
| ![Front PCB](images/front.png) | ![Back PCB](images/back.png) |
| capacitive touch d-pad | atmega328p |
| capacitive b and a buttons | ftdi com port |
| capacitive start select | usb interface |
| additional speaker connection | interface leds |
| tft break out | icsp programmable port |
| accurate drill/screw holes | li-po battery connection |

###BONUS!!!
We also worked on another project which was shoving the Arduino UNO onto a Gameboy Cartridge. It's in the master folder as well.

***
# Thanks
Should you run into any trouble, or have further questions, feel free to reach out.

* [![Facebook icon](images/fb.png) 32teeth](https://www.facebook.com/32teeth)
* [![Twitter icon](images/tw.png) eugeneyevhen](https://twitter.com/eugeneyevhen)
* [![Github icon](images/gh.png) SparkyJr](32teeth.github.io/SparkyJr)
* [![LinkedIn icon](images/li.png) 32teeth](http://ca.linkedin.com/in/32teeth)

***