Skip to content

Giga Getting Started minor fixes #1003

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ tags: [GIGA R1 WiFi, Installation, IDE]

To use the [Arduino GIGA R1 WiFi](/hardware/giga-r1-wifi) board, 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).

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).
To install it, you will need a version of the Arduino IDE, which you can download from the [Arduino Software page](https://www.arduino.cc/en/software/). In this guide, we will use the latest version of the IDE (2.0.x).

## Software & Hardware Needed

- [Arduino GIGA R1 WiFi](/hardware/giga-r1-wifi)
- [Arduino IDE](https://docs.arduino.cc/software/ide-v2)
- [Arduino IDE](/software/ide-v2)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [Arduino IDE](/software/ide-v2)
- [Arduino IDE](https://www.arduino.cc/en/software/)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I generally think it makes more sense to link to the download page here than the tutorials. @karlsoderby What do you think?


***You can also use the [Web Editor](https://create.arduino.cc/editor) which comes with all Arduino boards pre-installed.***

Expand All @@ -30,7 +30,7 @@ To install the GIGA board package, open the "Board Manager" from the menu to the

![Install GIGA boards package.](assets/install-giga-core.png)

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.
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.

![Arduino GIGA board found.](assets/giga-connected.png)

Expand Down