-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
171 lines (149 loc) · 6.67 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# Site settings
# Dependencies
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
# Permalinks
permalink: pretty
-- relative_permalinks: true
# Setup
title: "DioT Labs and Guides"
tagline: 'CMU Mini 3 - Spring 2016'
email: [email protected]
description: "A series of guides, tutorials and labs to accompany CMU's <a href='http://iot2017.daraghbyrne.me/'>DIoT Spring 2017 course</a>; a hands-on introductory course exploring the Internet of Things and connected product experiences."
--url: http://diotlabs.daraghbyrne.me/
baseurl: ""
--baseurl: /diotlabs
author:
name: 'Daragh Byrne'
email: [email protected]
url: http://daraghbyrne.github.io/diotlabs/
course_site: http://diot2017.daraghbyrne.me
email: [email protected]
twitter_username: diotlabs
github_username: daraghbyrne
paginate: 5
# Custom vars
version: 1.0.0
github:
user: daraghbyrne
repo: https://github.com/daraghbyrne/diotlabs
github_source_code: https://github.com/daraghbyrne/DesigningIoT
# The left menu bar
menu:
items:
- text: "Introduction"
relativeUrl: /
- text: "Getting Started"
relativeUrl: /getting-started/
items:
- text: "What is the Particle Platform"
relativeUrl: /getting-started/the-particle-platform
- text: "Understanding your Photon"
relativeUrl: /getting-started/understanding-your-photon
- text: "Setting up your Photon"
relativeUrl: /getting-started/setting-up-your-photon
- text: "The Particle Community"
relativeUrl: /getting-started/the-particle-community
- text: "1. A Simple Internet Appliance"
relativeUrl: /1-a-simple-internet-appliance/
items:
- text: "Learn: Understanding Breadboards"
relativeUrl: /1-a-simple-internet-appliance/breadboards
- text: "Learn: Understanding Jumper Wires"
relativeUrl: /1-a-simple-internet-appliance/jumpers
- text: "Learn: Understanding Resistors"
relativeUrl: /1-a-simple-internet-appliance/resistors
- text: "Learn: Understanding LEDs"
relativeUrl: /1-a-simple-internet-appliance/leds
- text: "Tutorial: First Sketch - A blinking LED"
relativeUrl: /1-a-simple-internet-appliance/first-sketch
- text: "Guide: Writing Functions"
relativeUrl: /1-a-simple-internet-appliance/writing-functions
- text: "Guide: Making Functions available through the Particle Cloud"
relativeUrl: /1-a-simple-internet-appliance/making-functions-available
- text: "Tutorial: Connecting your LED to the Internet"
relativeUrl: /1-a-simple-internet-appliance/iot-led
- text: "2. LEDs Continued"
relativeUrl: /2-leds-continued/
items:
- text: "Guide: Controlling and Fading LEDs: Pulse Width Modulation"
relativeUrl: /2-leds-continued/pwm
- text: "Guide: analogWrite"
relativeUrl: /2-leds-continued/analogwrite
- text: "Tutorial: A Connected Dimmer Switch"
relativeUrl: /2-leds-continued/dimmer
- text: "Guide: RGB LEDs"
relativeUrl: /2-leds-continued/rgb-leds
- text: "Tutorial: Using an RGB LED"
relativeUrl: /2-leds-continued/using-rgb-leds
- text: "Guide: Libraries - Adding Functionality"
relativeUrl: /2-leds-continued/libraries
- text: "Tutorial: Using the in-built RGB LED"
relativeUrl: /2-leds-continued/built-in-rgbled
- text: "3. Working with Sensors"
relativeUrl: /3-working-with-sensors/
items:
- text: "Guide: What are sensors?"
relativeUrl: /3-working-with-sensors/sensors
- text: "Guide: Reading from Sensors: Using analogRead"
relativeUrl: /3-working-with-sensors/analogread
- text: "Guide: Resistive Sensors and Pull Down Resistors"
relativeUrl: /3-working-with-sensors/pull-down-resistors
- text: "Guide: Particle Cloud and Variables"
relativeUrl: /3-working-with-sensors/cloud-variables
- text: "Guide: Working with Sensor Data: map()"
relativeUrl: /3-working-with-sensors/map
- text: "Tutorial: Using a photoresistor"
relativeUrl: /3-working-with-sensors/photoresistors
- text: "Tutorial: Using a DS18B20 Temperature Sensor"
relativeUrl: /3-working-with-sensors/DS18B20
- text: "Tutorial: Using a TMP36 Temperature Sensor"
relativeUrl: /3-working-with-sensors/tmp36
- text: "Tutorial: Using a FSR"
relativeUrl: /3-working-with-sensors/fsrs
- text: "4. Basic Skills"
relativeUrl: /4-basic-skills/
items:
- text: "Tutorial: Soldering"
relativeUrl: /4-basic-skills/solder-it
- text: "5. Getting Inputs"
relativeUrl: /5-getting-input/
items:
- text: "Guide: Inputs: Making Physical Interfaces"
relativeUrl: /5-getting-input/inputs
- text: "Tutorial: Using a pushbutton"
relativeUrl: /5-getting-input/buttons
- text: "Tutorial: Using a switch"
relativeUrl: /5-getting-input/switches
- text: "Tutorial: Using a potentiometer"
relativeUrl: /5-getting-input/rotpots
- text: "6. Controlling Outputs"
relativeUrl: /6-controlling-outputs
items:
- text: "Guide: Movement and Motors"
relativeUrl: /6-controlling-outputs/motors
- text: "Tutorial: Using a Servo"
relativeUrl: /6-controlling-outputs/servo
- text: "Tutorial: Making sounds with Piezos"
relativeUrl: /6-controlling-outputs/piezo
- text: "7. Communicating through Events"
relativeUrl: /7-communicating-events
items:
- text: "Guide: Particle Cloud & Publishing Events"
relativeUrl: /7-communicating-events/events
- text: "Tutorial: A PIR and Particle.publish()"
relativeUrl: /7-communicating-events/pir
- text: "Tutorial: Events between devices - creating a connected doorbell"
relativeUrl: /7-communicating-events/doorbell
- text: "8. Connecting to Services with IFTTT"
relativeUrl: /8-ifttt
- text: "Tips and Troubleshooting"
relativeUrl: /tips-and-troubleshooting/
- text: "Resources"
relativeUrl: /resources/
- text: "FAQ"
relativeUrl: /faq/
- text: "DIoT 2017"
absoluteUrl: http://daraghbyrne.github.io/diot2017