-
Notifications
You must be signed in to change notification settings - Fork 12
/
metadata.json
421 lines (421 loc) · 22.9 KB
/
metadata.json
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
{
"metadata": [
{
"title": "Internet of Things Education Kit",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "EdKit",
"format": ["ppt", "doc", "zip code files"],
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Specify, design, and program modern connected electronic systems in response to the ever-growing number of connected devices",
"language": ["C", "C++", "Java"],
"source":"",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": ""
},
{
"title": "Introduction to the Internet of Things, Module 1",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lecture",
"format": "ppt",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Define the IoT concept, understand what led to its emergence, and overview recent technology advances that make the IoT paradigm possible. Also understand the key challenges that must be addressed in order to build IoT systems. Also, explore the opportunities IoT brings in different application domains.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module01_IntroductionToTheInternetOfThings/Lecture01_IntroductionToTheInternetOfThings.pptx"
},
{
"title": "IoT System Architecture And Standards, Module 2",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lecture",
"format": "ppt",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Examine different architectures that are adopted for building IoT ecosystems and also look at IoT standardization efforts.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module02_IoTSystemArchitecturesAndStandards/Lecture02_IoTSystemArchitectureAndStandards.pptx"
},
{
"title": "Introduction to Embedded Systems, Module 3",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lecture",
"format": "ppt",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Define and provide a high-level overview of embedded systems, discuss some representative example, as well as the functions, attributes, and constraints of embedded systems. The material then looks at embedded systems-specific software, and programming debugging techniques.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module03_IntroductionToEmbeddedSystems/Lecture03_IntroductionToEmbeddedSystems.pptx"
},
{
"title": "Hardware Platforms for IoT, Module 4",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lecture",
"format": "ppt",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Explore what a hardware platform is and what the design involves. Discuss the different types of memories that can be encountered in microcontrollers and study power saving techniques. Examine different types of sensors and finish with a discussion about analog-to-digital conversion.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module04_HardwarePlatformsForIoT/Lecture04_HardwarePlatformsForIoT.pptx"
},
{
"title": "The Arm Cortex-M4 Processor Architecture, Module 5",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lecture",
"format": "ppt",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Overview of the Arm architecture and processor families. Diving into the M4 subfamily that is the most comprehensive group of mobile (M-type) processors.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module05_TheArmCortexM4ProcessorArchitecture/Lecture05_TheArmCortexM4ProcessorArchitecture.pptx"
},
{
"title": "Interrupts and Low Power Features, Module 6",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lecture",
"format": "ppt",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Covers microcontroller interrupts and exceptions handling, often with a view to how these enable low power operation.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module06_InterruptsAndLowPowerFeatures/Lecture06_InterruptsAndLowPowerFeatures.pptx"
},
{
"title": "Introduction to the Mbed Platform, Module 7",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lecture",
"format": "ppt",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Overview of the Mbed Platform and Cortex Microcontroller Software Interface Standard (CMSIS) that enables rapid IoT development.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module07_IntroductionToTheMbedPlatform/Lecture07_IntroductionToTheMbedPlatform.pptx"
},
{
"title": "Getting Started Lab Exercise, Module 7, Lab 0",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lab",
"format": "doc",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "How to create a new Mbed project, import code example, compile, and execute applications for embedded devices.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module07_IntroductionToTheMbedPlatform/Lab00_GettingStarted/Lab00_GettingStarted.docx"
},
{
"title": "IoT Connectivity Part 1, Module 8",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lecture",
"format": "ppt",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Introduces the Bluetooth technology and examines the low energy version of this wireless protocol. Understand BLE profiles and take a look at the most recent features introduced with the most recent revisions of the specification. Finally, introducing ZigBee - another connectivity option for low-power short-range communications.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module08_IoTConnectivityPartI/Lecture08_IoTConnectivityPartI.pptx"
},
{
"title": "IO and GPIO, Module 8, Lab 1",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lab",
"format": "docx",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Learn how to configure and use the General Purpose Input/Output (GPIO) capability of a development board, at the register level without the use of an Application Programming Interface (API).",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module08_IoTConnectivityPartI/Lab01_IOAndGPIO.docx"
},
{
"title": "IoT Connectivity Part 2, Module 9",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lecture",
"format": "ppt",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Look at alternate connectivity options relevant to IoT, focusing on wireless local area networking and low-power wide area networking technologies.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module09_IoTConnectivityPartI/Lecture09_IoTConnectivityPartII.pptx"
},
{
"title": "Basic Mobile App, Module 9, Lab 2",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lab",
"format": "docx",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Create and build a simple Hello World application for your Android device. ",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module09_IoTConnectivityPartI/Lab02_BasicMobileApp/Lab02_BasicMobileApp.docx"
},
{
"title": "Bluetooth Low Energy Program, Module 9, Lab 3",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lab",
"format": "docx",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Learn how to program the DISCO-L475VG-IOT01A board, which has an on-board Bluetooth V4.1 module (SPBTLE-RF), and subsequently use a mobile device to connect to it via Bluetooth Low Energy (BLE).",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module09_IoTConnectivityPartI/Lab03_BLEProgram/Lab03_BLEProgram.docx"
},
{
"title": "The Cloud, Module 10",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lecture",
"format": "ppt",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Covers cloud computing concepts that are relevant to IoT, including virtualization, networking protocols that enable the communication between IoT devices and device management platforms, and big data processing aspects.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module10_TheCloud/Lecture10_TheCloud.pptx"
},
{
"title": "Android App Heartrate, Module 10, Lab 4",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lab",
"format": "docx",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Design and build an app to connect to a heart rate sensor, using Bluetooth Low Energy (BLE), and display the information on-screen",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module10_TheCloud/Lab04_AndroidAppHR/Lab04_AndroidAppHR.docx"
},
{
"title": "IoT Security, Module 11",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lecture",
"format": "ppt",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Covers security aspects relevant to IoT, including different types of attacks and technical solutions designed to mitigate these.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module11_IoTSecurity/Lecture11_IoTSecurity.pptx"
},
{
"title": "IoT Sensors, Module 11, Lab 5",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lab",
"format": "docx",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Covers security aspects relevant to IoT, including different types of attacks and technical solutions designed to mitigate these.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module11_IoTSecurity/Lab05_IoTSensors/Lab05_IoTSensors.docx"
},
{
"title": "IoT Sensor and App, Module 11, Lab 6",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lab",
"format": "docx",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Program the DISCO-L475VG-IOT01A board to operate as a weather station. This builds on previous labs where we learned how to send BLE advertisements, read from different sensors (including temperature), and connect to an embedded device via an app that we developed.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module11_IoTSecurity/Lab06_IoTSensorAndApp/Lab06_IoTSensorAndApp.docx"
},
{
"title": "Current and Future IoT Trends, Module 12",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lecture",
"format": "ppt",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Discusses current and future trends in IoT, machine learning, and edge computing aspects that fuel the IoT growth.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module12_CurrentAndFutureIoTTrends/Lecture12_CurrentAndFutureIoTTrends.pptx"
},
{
"title": "WiFi Lab, Module 12, Lab 7",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lab",
"format": "docx",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Learn how to program the DISCO-L475VG-IOT01A board that has an on-board WiFi module to send and receive sensor data from the device management platform.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module12_IoTSecurity/Lab07_WiFiLab/Lab07_WiFiLab.docx"
},
{
"title": "Activity Recognition - Final Project, Module 13, Lab 8",
"subject": ["arm", "embedded", "cortex-m", "internet-of-things", "cloud-computing", "iot-security", "disco-l475vg"],
"type": "Lab",
"format": "docx",
"creator": ["Paul Patras", "Mark Allen"],
"publisher": "Arm Education",
"created": "15/06/2020",
"description": "Design a full-stack Internet of Things (IoT) system for real-time classification of user activities. You will use an IoT board with accelerometer and gyroscope sensors, a cloud platform where you can instantiate a virtual machine (e.g., Google Cloud Platform), and an Android mobile phone.",
"language": ["C", "C++", "Java"],
"source": "",
"relation": "",
"audience": ["Learner", "Developer", "Undergraduate", "Student", "Lecturer", "Academic", "Professor"],
"contributor": "",
"date": "",
"license": "EULA",
"identifier": "",
"link": "DISCO-L475VG/Contents/Module13_FinalProject/Lab08_ActivityRecognition/Lab08_ActivityRecognition.docx"
}
]
}