Skip to content

Commit 134585d

Browse files
committed
add Getting Started
1 parent 66fcedb commit 134585d

File tree

6 files changed

+53
-0
lines changed

6 files changed

+53
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Getting Started with UNO R4 WiFi
3+
description: A step-by-step guide to install the board package needed for the UNO R4 WiFi board.
4+
author: Hannes Siebeneicher
5+
tags: [UNO R4 WiFi, Installation, IDE]
6+
---
7+
8+
To use the [Arduino UNO R4 WiFi](/hardware/uno-r4-wifi) board, you will need to install the UNO R4 WiFi board package, which is part of the [Arduino Core for renesas devices](https://github.com/arduino/ArduinoCore-renesas).
9+
10+
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).
11+
12+
## Software & Hardware Needed
13+
14+
- [Arduino UNO R4 WiFi](/hardware/uno-r4-wifi)
15+
- [Arduino IDE](/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+
![The Arduino IDE.](assets/open-ide.png)
26+
27+
## Install Board Package
28+
29+
To install the board package, open the "Board Manager" from the menu to the left. Search for UNO R4 WiFi and install the latest version (or the version you want to use).
30+
31+
![Install UNO R4 WiFi boards package.](assets/install-wifi-core.png)
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+
![Arduino UNO R4 WiFi board found.](assets/wifi-connected.png)
36+
37+
Congratulations, you have now successfully installed the UNO R4 WiFi 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 UNO R4 WiFi board, which can be accessed directly in the IDE, through **File > Examples**. These examples can be used directly without external libraries.
46+
47+
![UNO R4 WiFi examples.](assets/wifi-examples.png)
48+
49+
## Summary
50+
51+
In this tutorial, we have installed the UNO R4 WiFi board package, using the Arduino IDE.
52+
53+
For any issues regarding the UNO R4 WiFi board package, please refer to the [Arduino Core for Renesas devices](https://github.com/arduino/ArduinoCore-renesas).

0 commit comments

Comments
 (0)