Difference between revisions of "Getting started"

From Gamebuino Wiki
Jump to: navigation, search
(Install the drivers)
(Upload a program)
Line 26: Line 26:
 
* Start the arduino IDE.
 
* Start the arduino IDE.
  
* Open File/Examples/Gamebuino/Test. If you don't find it, check that you correctly installed the Gamebuino library, and restart the Arduino application.
+
* Open an example by clicking File/Examples/Gamebuino/ If you don't find it, check that you correctly installed the Gamebuino library
  
* Select Tools/boards/Gamebuino
+
* Select Tools/boards/Arduino UNO
  
* Select the right serial port. If you don't find it, check that you have correctly installed the drivers and that the Gamebuino is plugged in you computer.
+
* Select the right serial port. If you don't find it, check that you have correctly installed the drivers, that the Gamebuino is plugged in you computer and turned on.
  
 
* Upload the program
 
* Upload the program
  
 
You just uploaded your first Gamebuino game, congratulations !
 
You just uploaded your first Gamebuino game, congratulations !

Revision as of 2014-02-27T22:57:29

Get a Gamebuino

First, you need a Gamebuino. For an overall presentation head to the home page. Then, you can get your own Gamebuino in the shop.

Once you received your Gamebuino, you can simply power it on and play with the demo game. But if you want to start programming your own game, you need to...

Install the Arduino application

  • Download the Arduino application here.
  • Install it.

Install the drivers

  • To install the drivers, refer to the Arduino guide
  • Note that your Gamebuino should be turned on when you connect it to the computer

Install the Gamebuino Library

Upload a program

Now, you're all set, all you need is to upload a program to check that everything works fine :

  • Start the arduino IDE.
  • Open an example by clicking File/Examples/Gamebuino/ If you don't find it, check that you correctly installed the Gamebuino library
  • Select Tools/boards/Arduino UNO
  • Select the right serial port. If you don't find it, check that you have correctly installed the drivers, that the Gamebuino is plugged in you computer and turned on.
  • Upload the program

You just uploaded your first Gamebuino game, congratulations !