Skip to content

Commit 278fc05

Browse files
committed
image broken again
1 parent 88129d5 commit 278fc05

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

content/arduino-cloud/01.getting-started/09.arduino-cloud-for-education/content.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ On the left menu bar in https://cloud.arduino.cc/home/ are listed the Cloud apps
161161

162162

163163

164-
![Cloud Apps](assets/leftsidebare.png)
164+
![Cloud Apps](assets/leftsidebar.png)
165165

166166
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.
167167

168168
With a *Free Plan* you won't have access to Cloud Triggers, so you'll see something similar to this:
169169

170-
![Triggers with a free plan](assets/triggers-free-plan.png)
170+
![Triggers with a free plan](assets/triggersfree-plan.png)
171171

172172
If you want to unlock this function, you'll need to upgrade to a [School Plan](https://digital-store.arduino.cc/education/purchase).
173173

@@ -201,7 +201,7 @@ Arduino IoT Cloud is an easy-to-use Internet of Things application platform. Ard
201201
In your IoT projects with Arduino you will need **three elements**:
202202

203203
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.
205205
3. **A device** of your choice.
206206

207207
### 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
275275

276276
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.
277277

278-
![Variables associated to a Thing](assets/variables.png)
278+
![Variables associated to a Thing](assets/variable.png)
279279

280280
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.
281281

@@ -293,7 +293,7 @@ Dashboards are used to visualize real-time data and to enable direct interaction
293293

294294
**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.
295295

296-
![Widgets Selection](assets/widgets.png)
296+
![Widgets Selection](assets/widget.png)
297297

298298
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).
299299

0 commit comments

Comments
 (0)