Switch to full style
For problems with Gamebuino itself, NOT your project
Post a reply

Asking for help to build my own GameBuino

Sat Apr 22, 2017 1:41 pm

I really like your GameBuino board decide to build my own.

My first step is to test everything on a breadboard using Arduino Nano. The problem is I don't know how to burn the bootloader to my Arduino Nano board. I downloaded the Gamebuino repository from github and have no idea what I have to do next. I see this directory:

..\Gamebuino-master\examples\4.Utilities\Loader

Is that where the bootloader is? Then what I have to do from here?

Please give me some advice.

Thank you in advance.

Re: Asking for help to build my own GameBuino

Mon Apr 24, 2017 12:34 pm

Hi,
The bootloader was removed from the library repo to be compliant with the new Arduino library standard. You can find it in the previous version under the /hardware subfolder : https://github.com/Rodot/Gamebuino/releases/tag/v0.3
You should search the forum, many have already made their own Gamebuino ;)
Post a reply