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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ tags: [UNO Q, Arduino Cloud, IoT]
5
5
author: Karl Söderby
6
6
---
7
7
8
-
The [Arduino® UNO Q](https://store.arduino.cc/products/uno-q) is supported by the [Arduino Cloud](https://app.arduino.cc/), allowing it to send and receive data over the Internet. Note that the UNO Q requires the [Arduino App Lab](https://docs.arduino.cc/software/app-lab/) to be programmed, which includes the readymade example that this tutorial is based on.
8
+
The [Arduino® UNO Q](https://store.arduino.cc/products/uno-q) is supported by the [Arduino Cloud](https://app.arduino.cc/), allowing it to send and receive data over the Internet. Note that the UNO Q requires the [Arduino App Lab](https://docs.arduino.cc/software/app-lab/) to be programmed, which includes the ready-made example that this tutorial is based on.
9
9
10
-
The communication with Arduino Cloud is enabled by the UNO Q's microprocessor (MPU) & 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.
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
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.***
13
13
14
14
## Goals
15
15
16
-
In this tutorial you will learn:
16
+
In this tutorial, you will learn:
17
17
- How to set up the Arduino Cloud.
18
18
- How to create a manual device (representing the UNO Q).
19
19
- How to turn on an LED on the UNO Q from a dashboard in the Arduino Cloud.
@@ -44,13 +44,13 @@ To set this up, follow the instructions below:
44
44
45
45
## Program the UNO Q (Cloud Example)
46
46
47
-
To program the UNO Q, we need to use the Arduino App Lab. The example we are going to use are included in the Arduino App Lab.
47
+
To program the UNO Q, we need to use the Arduino App Lab. The example we are going to use is included in the Arduino App Lab.
48
48
49
49
***If you are new to the UNO Q, you can check out the [Getting Started with Arduino App Lab](https://docs.arduino.cc/software/app-lab/tutorials/getting-started/) guide***
50
50
51
51
1. Open the Arduino App Lab and connect (using USB / network option).
52
52
2. Open the **"Examples"** tab in the left side menu. Here you will find the **"Blinking LED from Arduino Cloud"** example.
53
-
3. Duplicate the example, by clicking on **"Copy and edit app"** button in the top right corner
53
+
3. Duplicate the example by clicking on **"Copy and edit app"** button in the top right corner
0 commit comments