aboutsummaryrefslogtreecommitdiff
path: root/slides/toc.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-06-14 11:57:29 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-06-14 11:57:29 +0200
commit3c04ab07f66f279b0a346b91c6b4a131acb1d156 (patch)
treef197003e165e33354de106ab22f9df3050efe252 /slides/toc.md
parent98bcc1683ca39b5456ded51dcfb8f53c57cbfc9a (diff)
downloadiot-workshop-ndc-2018-3c04ab07f66f279b0a346b91c6b4a131acb1d156.tar.gz
iot-workshop-ndc-2018-3c04ab07f66f279b0a346b91c6b4a131acb1d156.tar.bz2
iot-workshop-ndc-2018-3c04ab07f66f279b0a346b91c6b4a131acb1d156.tar.xz
iot-workshop-ndc-2018-3c04ab07f66f279b0a346b91c6b4a131acb1d156.zip
wip
Diffstat (limited to 'slides/toc.md')
-rw-r--r--slides/toc.md43
1 files changed, 18 insertions, 25 deletions
diff --git a/slides/toc.md b/slides/toc.md
index 227f00a..d137e28 100644
--- a/slides/toc.md
+++ b/slides/toc.md
@@ -1,40 +1,33 @@
+* What is IoT
+ * What is IoT
+ * IoT is just a concept
+ * What is an IoT Device?
+ * What is an IoT Device?
+ * IoT Devices - Example chips
+ * ESP8266 Specifications
+ * ESP8266 Power usage
* NodeMCU
* NodeMCU hardware
* NodeMCU hardware
* ESP8266 software layers
* ESP8266 + Arduino
* Arduino IDE
- * Arduino code structure
- * Arduino file structure
* Generic Arduino APIs
- * ESP Arduino APIs
- * ESP
-#include <ESP8266WiFi.h>
- * ESP Arduino APIs
-* What is IoT
- * What is IoT
- * IoT is just a concept
- * What is an IoT Device?
- * What is an IoT Device?
- * IoT Devices - Example chips
- * ESP8266 details - Power usage
+* Assignment: `blink-a-led`
* Lecture: MQTT
* MQTT
* Device and application architecture with MQTT
- * MQTT Topic
- * MQTT - Implementations
- * MQTT Cloud Connectors
+ * MQTT Example
* MQTT - The protocol
* MQTT - The protocol - MQTT Topic
- * MQTT - The protocol - Retained message
- * MQTT - The protocol - Will message
+ * ESP Arduino APIs
+ * Connecting to a Wi-Fi
+#include <ESP8266WiFi.h>
* MQTT on Arduino
+#include <ESP8266WiFi.h>
#include <PubSubClient.h>
* MQTT on Arduino
- * Assignment
- * MQTT topic architecture
- * MQTT topic architecture
- * MQTT topic architecture
- * MQTT - Patterns
- * Assignment
- * Assignment
+ * MQTT on Arduino
+ * MQTT on Arduino
+ * MQTT on Arduino
+* Assignment: `mqtt-with-button`