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-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: Karl Söderby
7
7
8
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 & 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.
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
@@ -32,7 +32,6 @@ First, we need to set up the Arduino Cloud part, including:
32
32
- Creating a dashboard and a widget
33
33
34
34
To set this up, follow the instructions below:
35
-
### Setting Up Arduino Cloud
36
35
37
36
1. Navigate to the [Arduino Cloud](https://app.arduino.cc/) page and log in / create an account.
38
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.
@@ -79,10 +78,10 @@ The flow of the App is:
79
78
80
79
## Summary
81
80
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.
83
82
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.
85
84
86
85
You can read more about the Arduino Cloud & UNO Q through the links below:
0 commit comments