|
| 1 | +--- |
| 2 | +title: Getting Started with GIGA R1 / GIGA R1 WiFi |
| 3 | +description: A step-by-step guide to install the board package needed for the GIGA R1 / GIGA R1 WiFi board. |
| 4 | +author: Karl Söderby |
| 5 | +tags: [GIGA R1, GIGA R1 WiFi, Installation, IDE] |
| 6 | +--- |
| 7 | + |
| 8 | +To use the [Arduino GIGA R1](/hardware/giga-r1) / [Arduino GIGA R1 WiFi](/hardware/giga-r1-wifi) boards, you will need to install the GIGA board package, which is part of the [Arduino Core for mbed devices](https://github.com/arduino/ArduinoCore-mbed). |
| 9 | + |
| 10 | +To install it, you will need a version of the Arduino IDE, which you can download from the [Arduino Software page](). In this guide, we will use the latest version of the IDE (2.0.x). |
| 11 | + |
| 12 | +## Software & Hardware Needed |
| 13 | + |
| 14 | +- [Arduino GIGA R1](/hardware/giga-r1) or [Arduino GIGA R1 WiFi](/hardware/giga-r1-wifi) |
| 15 | +- [Arduino IDE](https://docs.arduino.cc/software/ide-v2) |
| 16 | + |
| 17 | +***You can also use the [Web Editor](https://create.arduino.cc/editor) which comes with all Arduino boards pre-installed.*** |
| 18 | + |
| 19 | +## Download & Install IDE |
| 20 | + |
| 21 | +1. First, we need to download the Arduino IDE, which can be done from the [Arduino Software page](https://www.arduino.cc/en/software/). |
| 22 | +2. Install the Arduino IDE on your local machine. |
| 23 | +3. Open the Arduino IDE. |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | +## Install Board Package |
| 28 | + |
| 29 | +To install the GIGA board package, open the "Board Manager" from the menu to the left. Search for **"GIGA"** and install the latest version (or the version you want to use). |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | +You should now be able to select your board in the board selector. You will need to have your board connected to your computer via the USB-C connector at this point. |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | +Congratulations, you have now successfully installed the GIGA board package via the Arduino IDE. |
| 38 | + |
| 39 | +## Compile & Upload Sketches |
| 40 | + |
| 41 | +To compile and upload sketches, you can use the: |
| 42 | +- **Checkmark** for compiling code. |
| 43 | +- **Right arrow** to upload code. |
| 44 | + |
| 45 | +There are several examples available for the GIGA R1 board, which can be accessed directly in the IDE, through **File > Examples**. These examples can be used directly without external libraries. |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | +## Summary |
| 50 | + |
| 51 | +In this tutorial, we have installed the GIGA board package, using the Arduino IDE. |
| 52 | + |
| 53 | +For any issues regarding the GIGA board package, please refer to the [Arduino Core for mbed devices](https://github.com/arduino/ArduinoCore-mbed). |
0 commit comments