How to Make Arduboy
In this article you will see, how to make mini Gameboy using Arduino Nano. It is also called as Arduboy.
The Arduboy is a handheld game console with open source software, based on the Arduino hardware platform.
Lets make it ...!
Components Required
Arduino Nano
I2C OLED display
LEDs( Red – 1, Green -1, Yellow -1 )
Piezo Buzzer
330 Ohm resistors – 3
10K Ohm resistors – 1
Tactile switches – 6
PCB or Breadboard
Arduboy Circuit
This Arduboy supports audio effects and lighting effects.
Downloads
PCB Design & Gerber File
I have also made a PCB for this circuit, you can download the gerber file here.
Code
First install the above arduboy library.
For installing go to Sketch > Include Library > Add .zip Library > Upload the downloaded library
Now Upload the code. I uploaded breakout game code. You will find it in library examples.
PCB Assembly
It will be easy if you watch once and start making.
That's All
That's all guys, you have made it!
If you have any query at any step, just comment below. I will respond as soon as possible.
If you want to learn C Programming you can easily learn at codingtute. It will enhance your arduino programming skills.
Thank You.