Skip to content

Commit e36177c

Browse files
committed
Fix arduino cloud tutorial to reflect current device registration flow
1 parent 8ce9fce commit e36177c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/hardware/02.uno/boards/uno-q/tutorials/06.arduino-cloud/arduino-cloud.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ The [Arduino® UNO Q](https://store.arduino.cc/products/uno-q) is supported by t
99

1010
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.
1111

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.***
1313

1414
## Goals
1515

1616
In this tutorial, you will learn:
1717
- 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.
1919
- How to turn on an LED on the UNO Q from a dashboard in the Arduino Cloud.
2020

2121
## Hardware & Software Needed
@@ -27,14 +27,14 @@ In this tutorial, you will learn:
2727
## Set up Arduino Cloud
2828

2929
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)
3131
- Creating a Thing and a cloud variable
3232
- Creating a dashboard and a widget
3333

3434
To set this up, follow the instructions below:
3535

3636
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.
3838
![Arduino Cloud credentials](assets/cloud-blink-device.png)
3939
3. Go to the [things](https://app.arduino.cc/things) page and create a new thing.
4040
4. Inside the thing, create a new **boolean** variable, and name it **"led"**. We also need to associate the device we created with this thing.

0 commit comments

Comments
 (0)