Arduino

Arduino Setup

This is to program the Arduino Mega board. Arduino programs are written in the C++ programming language and are called sketches. Sketches are developed in the Arduino integrated development environment (IDE). Sketch files are saved with the file extension .ino.

  1. Download the Arduino development environment. We used version 1.01 for development.

  2. Connect the Mega board via the USB cable.

  3. Install the USB drivers so that your computer recognizes the Arduino boards.

  4. Select the Mega 2560 from the Tools/Board menu.

  5. You should now be able to upload any of the Arduino programs for ROFI to the Mega board.