diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-04-24 09:22:22 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-04-24 09:22:22 +0200 |
commit | 83f6af8f26bd51844d5e83640e81d9d80dc467d4 (patch) | |
tree | fae4c4703d8e5c11faf6e61d0c9d3b68e5a3dd37 | |
parent | f9d95f812b53fcb365522babe39d518b01a7b624 (diff) | |
download | iot-workshop-83f6af8f26bd51844d5e83640e81d9d80dc467d4.tar.gz iot-workshop-83f6af8f26bd51844d5e83640e81d9d80dc467d4.tar.bz2 iot-workshop-83f6af8f26bd51844d5e83640e81d9d80dc467d4.tar.xz iot-workshop-83f6af8f26bd51844d5e83640e81d9d80dc467d4.zip |
wip
-rw-r--r-- | toc.md | 3 | ||||
-rw-r--r-- | what-is-iot-reveal.html | 24 | ||||
-rw-r--r-- | what-is-iot-slides.pdf | bin | 175848 -> 70985 bytes | |||
-rw-r--r-- | what-is-iot-slides.tex | 29 | ||||
-rw-r--r-- | what-is-iot-text.pdf | bin | 238625 -> 84649 bytes | |||
-rw-r--r-- | what-is-iot.md | 15 |
6 files changed, 59 insertions, 12 deletions
@@ -19,7 +19,7 @@ * Layer 7: Application Layer * Details: IP * Details: IP -* Lecture: ESP8266 aka NodeMCU aka ESP-12 +* Lecture: ESP8266 * ESP8266 software layers * Lecture: MQTT * MQTT @@ -33,7 +33,6 @@ * MQTT - Patterns * MQTT - Implementations * MQTT Cloud Connectors -* Notes * Assignments * Assignment 1: Blink a led * Assignment 2: Connect to Wi-Fi diff --git a/what-is-iot-reveal.html b/what-is-iot-reveal.html index 6413627..a4d8f54 100644 --- a/what-is-iot-reveal.html +++ b/what-is-iot-reveal.html @@ -29,6 +29,7 @@ <![endif]--> + </head> <body> <div class="reveal"> @@ -76,7 +77,20 @@ <li>Network bandwidth and/or latency</li> <li>Storage</li> </ul></li> +<li>Connected +<ul> +<li>Bluetooth</li> +<li>Wi-Fi</li> +<li>NB-IoT</li> +<li>LTE Cat-M <!-- --></li> +<li>IR</li> +<li>UART</li> +<li>CAN</li> +</ul></li> </ul> +<aside class="notes"> + +</aside> </section><section id="typical-iot-chips---bluetooth-45" class="slide level2"> <h2>Typical IoT chips - Bluetooth 4/5</h2> <table> @@ -272,9 +286,13 @@ </aside> </section><section id="details-ip-1" class="slide level2"> <h2>Details: IP</h2> + +<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </p> + </section></section> -<section><section id="lecture-esp8266-aka-nodemcu-aka-esp-12" class="title-slide slide level1"><h1>Lecture: ESP8266 aka NodeMCU aka ESP-12</h1></section><section id="esp8266-software-layers" class="slide level2"> +<section><section id="lecture-esp8266" class="title-slide slide level1"><h1>Lecture: ESP8266</h1></section><section id="esp8266-software-layers" class="slide level2"> <h2>ESP8266 software layers</h2> + </section></section> <section><section id="lecture-mqtt" class="title-slide slide level1"><h1>Lecture: MQTT</h1></section><section id="mqtt" class="slide level2"> <h2>MQTT</h2> @@ -438,10 +456,9 @@ </ul></li> <li><code>DISCONNECT</code></li> </ol> -<p>…</p> <p>Broker</p> <ol type="1"> -<li><code>PUBLISH</code> +<li><em>To all subscribers</em> <code>PUBLISH</code> <ul> <li><code>$app/$device/online</code></li> <li><code>0</code></li> @@ -493,7 +510,6 @@ </ul> </aside> </section></section> -<section><section id="notes" class="title-slide slide level1"><h1>Notes</h1></section></section> <section><section id="assignments" class="title-slide slide level1"><h1>Assignments</h1></section><section id="assignment-1-blink-a-led" class="slide level2"> <h2>Assignment 1: Blink a led</h2> </section><section id="assignment-2-connect-to-wi-fi" class="slide level2"> diff --git a/what-is-iot-slides.pdf b/what-is-iot-slides.pdf Binary files differindex 0f1e961..9c628d5 100644 --- a/what-is-iot-slides.pdf +++ b/what-is-iot-slides.pdf diff --git a/what-is-iot-slides.tex b/what-is-iot-slides.tex index 15841a0..29a0c78 100644 --- a/what-is-iot-slides.tex +++ b/what-is-iot-slides.tex @@ -77,8 +77,30 @@ What differentiates a computer from an IoT device?} \item Storage \end{itemize} +\item + Connected + + \begin{itemize} + \tightlist + \item + Bluetooth + \item + Wi-Fi + \item + NB-IoT + \item + LTE Cat-M + \item + IR + \item + UART + \item + CAN + \end{itemize} \end{itemize} +\note{} + \end{frame} \begin{frame}{Typical IoT chips - Bluetooth 4/5} @@ -691,15 +713,13 @@ Client \#1: \texttt{DISCONNECT} \end{enumerate} -\ldots{} - Broker \begin{enumerate} [1.] \tightlist \item - \texttt{PUBLISH} + \emph{To all subscribers} \texttt{PUBLISH} \begin{itemize} \tightlist @@ -799,9 +819,6 @@ releases at the same time.} \end{frame} -\hypertarget{notes}{% -\section{Notes}\label{notes}} - \hypertarget{assignments}{% \section{Assignments}\label{assignments}} diff --git a/what-is-iot-text.pdf b/what-is-iot-text.pdf Binary files differindex ec4ad4d..d78ac6a 100644 --- a/what-is-iot-text.pdf +++ b/what-is-iot-text.pdf diff --git a/what-is-iot.md b/what-is-iot.md index da61d82..984dfb4 100644 --- a/what-is-iot.md +++ b/what-is-iot.md @@ -53,6 +53,21 @@ What differentiates a computer from an IoT device? * CPU * Network bandwidth and/or latency * Storage +* Connected + * Bluetooth + * Wi-Fi + * NB-IoT + * LTE Cat-M +<!-- --> + * IR + * UART + * CAN + +::: notes + + + +::: ## Typical IoT chips - Bluetooth 4/5 |