Skip to content

[PXCT-966] UNO R4 WiFi Board Registration Steps #2493

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

Merged
merged 2 commits into from
May 21, 2025
Merged
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ To install it, you will need the Arduino IDE, which you can download from the [A

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

## Board Registration (Optional)

To register your UNO R4 WiFi, navigate to [https://arduino.cc/start](https://arduino.cc/start) and follow the steps below:

![Board registration process](assets/animation.gif)

- Select the **UNO R4 WiFi** board.
- Sign up to the Arduino newsletter (Optional).
- Click on *"How can I find my product code?"* to know where to search for yours.
- Enter the product code and click on **Verify and Activate**.

***The board registration is a non compulsory step.***

## Download & Install IDE

1. First, we need to download the Arduino IDE, which can be done from the [Arduino Software page](https://www.arduino.cc/en/software/).
Expand Down
Loading