diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-06-14 14:35:48 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-06-14 14:35:48 +0200 |
commit | 1cb8a98034a5d8dbabacc56672dffaff00494038 (patch) | |
tree | a3f5d60a78a4e143005ea66667839e69a254029a | |
parent | 69dbda437da21c7e0e9bd2aa8f2ba8a2172a46fc (diff) | |
download | iot-workshop-ndc-2018-master.tar.gz iot-workshop-ndc-2018-master.tar.bz2 iot-workshop-ndc-2018-master.tar.xz iot-workshop-ndc-2018-master.zip |
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | slides/connected-arduino-slides.pdf | bin | 280125 -> 288464 bytes | |||
-rw-r--r-- | slides/connected-arduino-text.pdf | bin | 287657 -> 287654 bytes | |||
-rw-r--r-- | slides/connected-arduino.md | 2 | ||||
-rw-r--r-- | slides/toc.md | 2 |
5 files changed, 3 insertions, 2 deletions
@@ -27,6 +27,7 @@ This is the materials for a 1 hour workshop on IoT. * Install Arduino IDE * Install the "ESP8266 core" for Arduino, follow the guide on https://github.com/esp8266/Arduino#installing-with-boards-manager. +* *OSX* download drivers for the USB serial chip from: https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers * Install PubSubClient library with Library manager from within the Arduino IDE. diff --git a/slides/connected-arduino-slides.pdf b/slides/connected-arduino-slides.pdf Binary files differindex 11acaec..c3faa4b 100644 --- a/slides/connected-arduino-slides.pdf +++ b/slides/connected-arduino-slides.pdf diff --git a/slides/connected-arduino-text.pdf b/slides/connected-arduino-text.pdf Binary files differindex 9ce4992..36f85bc 100644 --- a/slides/connected-arduino-text.pdf +++ b/slides/connected-arduino-text.pdf diff --git a/slides/connected-arduino.md b/slides/connected-arduino.md index d44b390..cdacb05 100644 --- a/slides/connected-arduino.md +++ b/slides/connected-arduino.md @@ -433,6 +433,6 @@ void reconnect() { # Assignment: `mqtt-with-button` -# Content +## Content [https://github.com/trygvis/iot-workshop-ndc-2018](https://github.com/trygvis/iot-workshop-ndc-2018) diff --git a/slides/toc.md b/slides/toc.md index a039430..756fff5 100644 --- a/slides/toc.md +++ b/slides/toc.md @@ -32,4 +32,4 @@ * MQTT on Arduino * MQTT on Arduino * Assignment: `mqtt-with-button` -* Content + * Content |