Skip to content

Commit 92783ad

Browse files
committed
update cloud setup docs
1 parent 6f37868 commit 92783ad

File tree

4 files changed

+9
-17
lines changed

4 files changed

+9
-17
lines changed
Loading
Loading

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cloud-setup/cloud-setup.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Arduino UNO R4 WiFi IoT Cloud Setup Guide
2+
title: Arduino UNO R4 WiFi Cloud Setup Guide
33
description: A step-by-step guide on how to set up the UNO R4 WiFi with the Arduino Cloud.
44
hardware:
55
- hardware/02.hero/boards/uno-r4-wifi
66
author: Hannes Siebeneicher
7-
tags: [UNO R4 WiFi, IoT Cloud]
7+
tags: [UNO R4 WiFi, Cloud]
88
---
99

10-
The Arduino UNO R4 WiFi comes with a built-in ESP32-S3 module that enables Wi-Fi® functionality. This also means you can use it with Arduino's IoT Cloud!
10+
The Arduino UNO R4 WiFi comes with a built-in ESP32-S3 module that enables Wi-Fi® functionality. This also means you can use it with the Arduino Cloud!
1111

1212
This article shows you how to set up your board and connect it to the Cloud allowing you to upload code over the air, create dashboards to monitor your data and control your Arduino remotely.
1313

@@ -24,7 +24,7 @@ To use the Arduino Cloud you will need to register and set up a **free** account
2424

2525
### Configure Your Board
2626

27-
After you have set up your account you can connect your board to your pc. Inside the IoT Cloud Things overview click on **Create**.
27+
After you have set up your account you can connect your board to your pc. Inside the Cloud Things overview click on **Create**.
2828

2929
![Create new Thing](./assets/thingsOverview.png)
3030

@@ -49,28 +49,20 @@ When the installation is finished you will see a short loading screen and once y
4949
![Configure Device](./assets/configureDevice.png)
5050

5151

52-
Choose a name for your board and press next. The next parts need a little bit more attention. Because the UNO R4 WiFi doesn't have a crypto chip it needs a **secret key** that works as an identifier, guaranteeing a safe connection. That secret key is shown to you in the next step and you can either download a pdf containing all the information you need to save or copy and paste the secret key and the device ID someplace where you won't lose it.
52+
Choose a name for your board and press next.
5353

54-
***Note: If you don't save the secret key you will not be able to continue with the next step so make sure you document and save it! In case you lose it, start over and you will receive a new key.***
54+
![Name your Arduino Board](./assets/naming.png)
5555

56-
![Secret Key](./assets/secretKey.png)
57-
58-
To use the UNO R4 WiFi with the IoT Cloud you may need to update the firmware of the ESP32 module. Luckily we have simplified the process of flashing new firmware to the module.
59-
60-
You will be prompted with a popup when it's time. Follow the instructions depending on what operating system you are using.
61-
62-
![Update Board](./assets/updateDevice.png)
63-
64-
After completing the steps in the popup you should be greeted by a prompt telling you that you can now use the board with the IoT Cloud.
56+
After completing the steps in the popup you should be greeted by a prompt telling you that you can now use the board with the Arduino Cloud.
6557

6658
![Finish set up](./assets/finishSetUp.png)
6759

6860
### Network Configuration
6961

70-
We are almost done with the setup. In the following step, you will need the **secret key** previously saved. Under Network click on **configure** and add your Wi-Fi credentials as well as your secret key.
62+
We are almost done with the setup. Under Network click on **configure** and add your Wi-Fi credentials.
7163

7264
![Network Configuration](./assets/network.png)
7365

7466
## Summary
7567

76-
You have now successfully set up your UNO R4 WiFi to work with the IoT Cloud. To get started with your first IoT project, check out our [Getting Started With the Arduino Cloud](arduino-cloud/getting-started/iot-cloud-getting-started) guide.
68+
You have now successfully set up your UNO R4 WiFi to work with the Arduino Cloud. To get started with your first cloud project, check out our [Getting Started With the Arduino Cloud](arduino-cloud/getting-started/iot-cloud-getting-started) guide.

0 commit comments

Comments
 (0)