You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cloud-setup/cloud-setup.md
+9-17Lines changed: 9 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
-
title: Arduino UNO R4 WiFi IoT Cloud Setup Guide
2
+
title: Arduino UNO R4 WiFi Cloud Setup Guide
3
3
description: A step-by-step guide on how to set up the UNO R4 WiFi with the Arduino Cloud.
4
4
hardware:
5
5
- hardware/02.hero/boards/uno-r4-wifi
6
6
author: Hannes Siebeneicher
7
-
tags: [UNO R4 WiFi, IoT Cloud]
7
+
tags: [UNO R4 WiFi, Cloud]
8
8
---
9
9
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!
11
11
12
12
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.
13
13
@@ -24,7 +24,7 @@ To use the Arduino Cloud you will need to register and set up a **free** account
24
24
25
25
### Configure Your Board
26
26
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**.
28
28
29
29

30
30
@@ -49,28 +49,20 @@ When the installation is finished you will see a short loading screen and once y
49
49

50
50
51
51
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.
53
53
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
+

55
55
56
-

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
-

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.
65
57
66
58

67
59
68
60
### Network Configuration
69
61
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.
71
63
72
64

73
65
74
66
## Summary
75
67
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