Skip to content

Commit 6dc1147

Browse files
committed
Update arduino-cloud.md
1 parent 5e59737 commit 6dc1147

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: Karl Söderby
77

88
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 & Wi-Fi® module, and is programmed using Python.
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.
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

@@ -32,7 +32,6 @@ First, we need to set up the Arduino Cloud part, including:
3232
- Creating a dashboard and a widget
3333

3434
To set this up, follow the instructions below:
35-
### Setting Up Arduino Cloud
3635

3736
1. Navigate to the [Arduino Cloud](https://app.arduino.cc/) page and log in / create an account.
3837
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.
@@ -79,10 +78,10 @@ The flow of the App is:
7978

8079
## Summary
8180

82-
In this tutorial, you learned how to connect the UNO Q with the Arduino Cloud. This connection is done by using the **Arduino Cloud Brick** in the Python script running on the UNO Q's microprocessor.
81+
In this tutorial, you learned how to connect the UNO Q with the Arduino Cloud. This connection is done by using the **Arduino Cloud Brick** in the Python script running on the UNO Q's MPU.
8382

84-
The data that the Python script receives is then sent to the microcontroller, which turns on the built-in LED on the board. For this, the **Bridge** tool is used.
83+
The data that the Python script receives is then sent to the MCU, which turns on the built-in LED on the board. For this, the [Bridge](/software/app-lab/tutorials/getting-started/#bridge-tool) tool is used.
8584

8685
You can read more about the Arduino Cloud & UNO Q through the links below:
87-
- [Arduino Cloud documentation](https://docs.arduino.cc/arduino-cloud/)
88-
- [Arduino UNO Q documentation](https://docs.arduino.cc/hardware/uno-q/)
86+
- [Arduino Cloud documentation](/arduino-cloud/)
87+
- [Arduino UNO Q documentation](/hardware/uno-q/)

0 commit comments

Comments
 (0)