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/arduino-cloud/01.getting-started/09.arduino-cloud-for-education/content.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -161,13 +161,13 @@ On the left menu bar in https://cloud.arduino.cc/home/ are listed the Cloud apps
161
161
162
162
163
163
164
-

164
+

165
165
166
166
With a *Free**Plan* you have access both to Arduino Web Editor and Arduino IoT Cloud, with **different limitations**. We'll discuss more in details below what those limitations are.
167
167
168
168
With a *Free Plan* you won't have access to Cloud Triggers, so you'll see something similar to this:
169
169
170
-

170
+

171
171
172
172
If you want to unlock this function, you'll need to upgrade to a [School Plan](https://digital-store.arduino.cc/education/purchase).
173
173
@@ -201,7 +201,7 @@ Arduino IoT Cloud is an easy-to-use Internet of Things application platform. Ard
201
201
In your IoT projects with Arduino you will need **three elements**:
202
202
203
203
1. The [**Arduino IoT Cloud**](https://docs.arduino.cc/arduino-cloud/getting-started/iot-cloud-getting-started)
204
-
2. The [**Arduino Create Agent**]:(https://create.arduino.cc/getting-started/plugin/welcome) the middle man between Arduino’s Web Editor, Arduino IoT Cloud and your computer. It allows you to use the browser to edit and deploy sketches to your Arduino board.
204
+
2. The [**Arduino Create Agent**](https://create.arduino.cc/getting-started/plugin/welcome) the middle man between Arduino’s Web Editor, Arduino IoT Cloud and your computer. It allows you to use the browser to edit and deploy sketches to your Arduino board.
205
205
3.**A device** of your choice.
206
206
207
207
### Setup a Device in Arduino IoT Cloud
@@ -275,7 +275,7 @@ You can go back to the Things tab and start filtering your Things according to t
275
275
276
276
In order to retrieve and store information we need to create Variables in the Arduino IoT Cloud, they are very similar to the variables we create in a regular sketch.
277
277
278
-

278
+

279
279
280
280
When we create variables here, they are automatically generated in a sketch, and when we upload the code to the board, the variables used in the sketch synchronize with the variables in the cloud.
281
281
@@ -293,7 +293,7 @@ Dashboards are used to visualize real-time data and to enable direct interaction
293
293
294
294
**Widgets** are the ‘building blocks’ of a dashboard, and are directly linked to our properties. They allow us to visualize the data we get from sensors. There are several different widgets: gauges, sliders, switches, color palettes, messenger and more.
295
295
296
-

296
+

297
297
298
298
If you want to learn more on how to customize your dashboard and widgets, check [this link](https://docs.arduino.cc/arduino-cloud/getting-started/dashboard-widgets).
0 commit comments