Skip to content

Commit bff3bb3

Browse files
Apply suggestions from code review
Co-authored-by: Christopher Méndez <[email protected]>
1 parent 6dc1147 commit bff3bb3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ tags: [UNO Q, Arduino Cloud, IoT]
55
author: Karl Söderby
66
---
77

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.
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.
99

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

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

1414
## Goals
1515

16-
In this tutorial you will learn:
16+
In this tutorial, you will learn:
1717
- How to set up the Arduino Cloud.
1818
- How to create a manual device (representing the UNO Q).
1919
- 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:
4444

4545
## Program the UNO Q (Cloud Example)
4646

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.
4848

4949
***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***
5050

5151
1. Open the Arduino App Lab and connect (using USB / network option).
5252
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
5454
![Duplicate example](assets/cloud-blink-duplicate.png)
5555

5656
4. On the App page, click on the **"Arduino Cloud"** Brick, then click on the **"Brick Configuration"** button.

0 commit comments

Comments
 (0)