Skip to content

Commit

Permalink
adding new videos to iot-videos-tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
Terny22 committed Jan 2, 2018
1 parent 1ab6bc0 commit da12635
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion docs/iot-video-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This tutorial covers brief introduction to the platform and hands-on part.

You will learn how to provision new Device, collect data using MQTT and visualize it on the real-time dashboard.


<br>
<div id="video">
<div id="video_wrapper">
<iframe src="https://www.youtube.com/embed/dIKXFxpfB_Q" frameborder="0" allowfullscreen></iframe>
Expand Down Expand Up @@ -57,3 +57,57 @@ You will learn how to:
<iframe src="https://www.youtube.com/embed/JCW_hShAp7I" frameborder="0" allowfullscreen></iframe>
</div>
</div>


#### Dashboard development guide, Part 1: Visualizing Assets data using Maps and Tables

The first part of this tutorial provides preparations for the creating a new dashboard, visualizing attributes data.

You will learn how to:

- create assets and devices, build relations between them.
- add server attributes and create a new dashboard.
- visualize attributes data using Entities Table and Map widgets.

<div id="video">
<div id="video_wrapper">
<iframe src="https://www.youtube.com/embed/BhYnKtbUHHI" frameborder="0" allowfullscreen></iframe>
</div>
</div>


#### Dashboard development guide, Part 2: Dashboard states, Aliases and Widget actions

The second part of this tutorial covers basic operations with dashboard states and actions, introduces us to aliases and some other widgets.

You will learn how to:

- add and configure new dashboard states.
- create various aliases.
- visualize attributes data using Image Map widget.
- create actions in different widgets in order to navigate between states.
- visualize telemetry data using Analogue and Digital gauges, Timeseries widget.

<div id="video">
<div id="video_wrapper">
<iframe src="https://www.youtube.com/embed/DjoAsg3F8OM" frameborder="0" allowfullscreen></iframe>
</div>
</div>


#### Dashboard development guide, Part 3: Remote Device control and Alarm management

The third part of this tutorial covers usage of the device control widget, introduces us to rules and alarms.

You will learn how to:

- add and use Knob Control widget.
- create alarm rules.
- handle alarms using Alarms widget.
- make a dashboard public.

<div id="video">
<div id="video_wrapper">
<iframe src="https://www.youtube.com/embed/Efvr4vlvU1E" frameborder="0" allowfullscreen></iframe>
</div>
</div><br>

0 comments on commit da12635

Please sign in to comment.