You are on page 1of 1

1.

Download Arduino IDE


Head over to https://www.arduino.cc/en/Main/Software, here you will nd the latest
version of the Arduino IDE, go ahead and download it. For windows users it’s
recommended not to use the Microsoft App as it install Arduino in a weird place.

2. Connect your Arduino using the USB cable.


Choose Tools→Board→Arduino Leonardo (or Pro Micro) to nd your board in the Arduino
menu.

3. Choose the correct serial port for your board.


You nd a list of all the available serial ports by choosing Tools→Serial Port→ comX or /
dev/tty.usbmodemXXXXX. X marks a sequentially or randomly assigned number. In
Windows, if you have just connected your Arduino, the COM port will normally be the
highest number, such as com 4 or com 10. Unless you have another Arduino connected,
it should be
the only one visible.

4. Open The BEAST project


Download the TheBeastCode.zip from google drive and extract it. Next up, open the
following le Downloads/TheBeastCode/TheBeast/TheBeast.ino

5. Download the Joystick Library and install it


Download https://github.com/MHeironimus/ArduinoJoystickLibrary/archive/master.zip

In the Arduino IDE, select Sketch > Include Library > Add .ZIP Library.... Browse to
where the downloaded ZIP le is located and click Open.

6. Click the Upload button.


This is the button that points to the right in the Arduino environment. You can also use the
keyboard shortcut Ctrl+U for Windows or Cmd+U for Mac OS X.

Enjoy :)
fi
fi
fi
fi
fi

You might also like