Skip to content

Commit 5f327b1

Browse files
committed
uno r4 tutorials
1 parent 355e373 commit 5f327b1

File tree

6 files changed

+87
-87
lines changed

6 files changed

+87
-87
lines changed

content/hardware/02.hero/boards/uno-mini-le/datasheet/datasheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ All Arduino boards, including this one, work out-of-the-box on the Arduino Web E
143143

144144
The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board.
145145

146-
### Getting Started - Arduino IoT Cloud
147-
All Arduino IoT enabled products are supported on Arduino IoT Cloud which allows you to Log, graph and analyze sensor data, trigger events, and automate your home or business.
146+
### Getting Started - Arduino Cloud
147+
All Arduino IoT enabled products are supported on Arduino Cloud which allows you to Log, graph and analyze sensor data, trigger events, and automate your home or business.
148148

149149
### Sample Sketches
150150
Sample sketches for the Arduino UNO Mini can be found either in the “Examples” menu in the Arduino IDE or in the “Documentation” section of the Arduino Pro website [4]

content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ All Arduino boards, including this one, work out-of-the-box on the Arduino Web E
257257

258258
The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload sketches onto your board.
259259

260-
### Getting Started - Arduino IoT Cloud
260+
### Getting Started - Arduino Cloud
261261

262-
All Arduino IoT enabled products are supported on Arduino IoT Cloud which allows you to log, graph and analyze sensor data, trigger events, and automate your home or business.
262+
All Arduino IoT enabled products are supported on Arduino Cloud which allows you to log, graph and analyze sensor data, trigger events, and automate your home or business.
263263

264264
### Online Resources
265265

content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ In addition, it features an ESP32-S3 module for Wi-Fi® & Bluetooth® connectivi
7979

8080
**Entry-level projects:** If this is your first project within coding and electronics, the UNO R4 WiFi is a good fit. It is easy to get started with, and it has a lot of online documentation.
8181

82-
**Easy IoT applications:** build projects without writing any networking code in the Arduino IoT Cloud. Monitor your board, connect it with other boards and services, and develop cool IoT projects.
82+
**Easy IoT applications:** build projects without writing any networking code in the Arduino Cloud. Monitor your board, connect it with other boards and services, and develop cool IoT projects.
8383

8484
**LED Matrix:** the 12x8 LED matrix on the board can be used for showing animations, text scrolling, create mini-games and much more, being the perfect feature to give your project more personality.
8585

@@ -363,9 +363,9 @@ All Arduino boards, including this one, work out-of-the-box on the Arduino® Web
363363

364364
The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board.
365365

366-
### Getting Started - Arduino IoT Cloud
366+
### Getting Started - Arduino Cloud
367367

368-
All Arduino IoT enabled products are supported on Arduino IoT Cloud which allows you to log, graph and analyze sensor data, trigger events, and automate your home or business.
368+
All Arduino IoT enabled products are supported on Arduino Cloud which allows you to log, graph and analyze sensor data, trigger events, and automate your home or business.
369369

370370
### Online Resources
371371

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ The Web Editor is an online IDE that includes all official boards, no need for i
6464

6565
Read more in the [Getting Started with the Web Editor](https://docs.arduino.cc/arduino-cloud/getting-started/getting-started-web-editor) guide.
6666

67-
## Arduino IoT Cloud
67+
## Arduino Cloud
6868

69-
The Arduino UNO R4 WiFi is compatible with the [Arduino IoT Cloud](https://create.arduino.cc/iot/things), a cloud service that allows you to create IoT applications in just minutes.
69+
The Arduino UNO R4 WiFi is compatible with the [Arduino Cloud](https://create.arduino.cc/iot/things), a Cloud service that allows you to create IoT applications in just minutes.
7070

71-
***Visit the [Getting Started with Arduino IoT Cloud](/arduino-cloud/getting-started/iot-cloud-getting-started) guide for more information.***
71+
***Visit the [Getting Started with Arduino Cloud](/arduino-cloud/getting-started/iot-cloud-getting-started) guide for more information.***
7272

7373
## Renesas RA4M1
7474

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,76 @@
1-
---
2-
title: Arduino UNO R4 WiFi IoT Cloud Setup Guide
3-
description: A step-by-step guide on how to set up the UNO R4 WiFi with the Arduino IoT Cloud.
4-
hardware:
5-
- hardware/02.hero/boards/uno-r4-wifi
6-
author: Hannes Siebeneicher
7-
tags: [UNO R4 WiFi, IoT Cloud]
8-
---
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!
11-
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-
14-
## Software & Hardware Needed
15-
16-
- [Arduino UNO R4 WiFi](https://store.arduino.cc/uno-r4-wifi)
17-
- [Arduino IoT Cloud](https://cloud.arduino.cc/home/)
18-
19-
## Setup and Process
20-
21-
***If you are new to the Arduino IoT Cloud before check out [Getting Started With the Arduino IoT Cloud](/arduino-cloud/getting-started/iot-cloud-getting-started).***
22-
23-
To use the Arduino IoT Cloud you will need to register and set up a **free** account.
24-
25-
### Configure Your Board
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**.
28-
29-
![Create new Thing](./assets/thingsOverview.png)
30-
31-
This will take you to the setup menu for creating your Thing. Here you can set up your device, configure your network connection and add cloud variables. You can learn more about cloud variables in [Getting Started With the Arduino IoT Cloud](/arduino-cloud/getting-started/iot-cloud-getting-started). First, under associate device, click on **Select Device**.
32-
33-
![Select Device](./assets/selectDevice.png)
34-
35-
Then click on **Set Up New Device**.
36-
37-
![Set Up New Device](./assets/setUpNewDevice.png)
38-
39-
You can now choose between three different options depending on what type of board you are using. In this case, using the UNO R4 WiFi continue by clicking on **Arduino board**.
40-
41-
![Select Arduino](./assets/selectArduino.png)
42-
43-
If this is your first time using the Arduino IoT Cloud you will be asked to download the **Arduino Create Agent**. The Create Agent is a piece of software that is necessary for your Arduino board to communicate with your browser. Download and install it by clicking on download and following the installation process.
44-
45-
![Arduino Create Agent](./assets/createAgent.png)
46-
47-
When the installation is finished you will see a short loading screen and once your board has been found continue by pressing **configure**.
48-
49-
![Configure Device](./assets/configureDevice.png)
50-
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.
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.***
55-
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.
65-
66-
![Finish set up](./assets/finishSetUp.png)
67-
68-
### Network Configuration
69-
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.
71-
72-
![Network Configuration](./assets/network.png)
73-
74-
## Summary
75-
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 IoT Cloud](arduino-cloud/getting-started/iot-cloud-getting-started) guide.
1+
---
2+
title: Arduino UNO R4 WiFi IoT Cloud Setup Guide
3+
description: A step-by-step guide on how to set up the UNO R4 WiFi with the Arduino Cloud.
4+
hardware:
5+
- hardware/02.hero/boards/uno-r4-wifi
6+
author: Hannes Siebeneicher
7+
tags: [UNO R4 WiFi, IoT Cloud]
8+
---
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!
11+
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+
14+
## Software & Hardware Needed
15+
16+
- [Arduino UNO R4 WiFi](https://store.arduino.cc/uno-r4-wifi)
17+
- [Arduino Cloud](https://cloud.arduino.cc/home/)
18+
19+
## Setup and Process
20+
21+
***If you are new to the Arduino Cloud before check out [Getting Started With the Arduino Cloud](/arduino-cloud/getting-started/iot-cloud-getting-started).***
22+
23+
To use the Arduino Cloud you will need to register and set up a **free** account.
24+
25+
### Configure Your Board
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**.
28+
29+
![Create new Thing](./assets/thingsOverview.png)
30+
31+
This will take you to the setup menu for creating your Thing. Here you can set up your device, configure your network connection and add Cloud variables. You can learn more about Cloud variables in [Getting Started With the Arduino Cloud](/arduino-cloud/getting-started/iot-cloud-getting-started). First, under associate device, click on **Select Device**.
32+
33+
![Select Device](./assets/selectDevice.png)
34+
35+
Then click on **Set Up New Device**.
36+
37+
![Set Up New Device](./assets/setUpNewDevice.png)
38+
39+
You can now choose between three different options depending on what type of board you are using. In this case, using the UNO R4 WiFi continue by clicking on **Arduino board**.
40+
41+
![Select Arduino](./assets/selectArduino.png)
42+
43+
If this is your first time using the Arduino Cloud you will be asked to download the **Arduino Create Agent**. The Create Agent is a piece of software that is necessary for your Arduino board to communicate with your browser. Download and install it by clicking on download and following the installation process.
44+
45+
![Arduino Create Agent](./assets/createAgent.png)
46+
47+
When the installation is finished you will see a short loading screen and once your board has been found continue by pressing **configure**.
48+
49+
![Configure Device](./assets/configureDevice.png)
50+
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.
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.***
55+
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.
65+
66+
![Finish set up](./assets/finishSetUp.png)
67+
68+
### Network Configuration
69+
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.
71+
72+
![Network Configuration](./assets/network.png)
73+
74+
## Summary
75+
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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The [Arduino UNO R4 WiFi](/hardware/uno-r4-wifi) has a built in ESP32-S3 module
1111

1212
Wi-Fi® support is enabled via the built-in `WiFiS3` library that is shipped with the [Arduino UNO R4 Board Package](/tutorials/uno-r4-wifi/r4-wifi-getting-started). Installing the Board Package automatically installs the `WiFiS3` library.
1313

14-
***The easiest way to connect your board to the Internet is via the [Arduino IoT Cloud](https://create.arduino.cc/iot/) platform. Here you can configure, program, monitor and synchronize your devices without having to write any networking code.***
14+
***The easiest way to connect your board to the Internet is via the [Arduino Cloud](https://create.arduino.cc/iot/) platform. Here you can configure, program, monitor and synchronize your devices without having to write any networking code.***
1515

1616

1717
## Hardware & Software Needed

0 commit comments

Comments
 (0)