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.uno/boards/uno-q/tutorials/06.arduino-cloud/arduino-cloud.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ The [Arduino® UNO Q](https://store.arduino.cc/products/uno-q) is supported by t
9
9
10
10
The communication with Arduino Cloud is enabled by the UNO Q's microprocessor (MPU) and Wi-Fi® module, and is programmed using Python. Data to and from the Microcontroller (MCU) is handled via the [Bridge](/software/app-lab/tutorials/getting-started/#bridge-tool) tool.
11
11
12
-
***Currently the UNO Q is set up using the "Manual Device" flow in the Arduino Cloud, using the `SECRET_KEY` and `DEVICE_ID` variables in a Python script running on the board.***
12
+
***The UNO Q is set up using a dedicated wizard in the Arduino Cloud, which generates the `SECRET_KEY` and `DEVICE_ID` variables used in a Python script running on the board.***
13
13
14
14
## Goals
15
15
16
16
In this tutorial, you will learn:
17
17
- How to set up the Arduino Cloud.
18
-
- How to create a manual device (representing the UNO Q).
18
+
- How to set up the UNO Q using the setup wizard.
19
19
- How to turn on an LED on the UNO Q from a dashboard in the Arduino Cloud.
20
20
21
21
## Hardware & Software Needed
@@ -27,14 +27,14 @@ In this tutorial, you will learn:
27
27
## Set up Arduino Cloud
28
28
29
29
First, we need to set up the Arduino Cloud part, including:
30
-
- Creating a Device (manual device type)
30
+
- Creating a Device (using the UNO Q wizard)
31
31
- Creating a Thing and a cloud variable
32
32
- Creating a dashboard and a widget
33
33
34
34
To set this up, follow the instructions below:
35
35
36
36
1. Navigate to the [Arduino Cloud](https://app.arduino.cc/) page and log in / create an account.
37
-
2. Go to the [devices](https://app.arduino.cc/devices) page and create a device, selecting the "manual device" type. Follow the instructions and take note of the **device_id** and **secret_key** provided in the setup.
37
+
2. Go to the [devices](https://app.arduino.cc/devices) page and click **"Add Device"**. Select in "manual device" **"Arduino Uno Q"** and follow the instructions to set up your UNO Q. Take note of the **device_id** and **secret_key** provided in the setup.
0 commit comments