-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (98 loc) · 3.89 KB
/
index.html
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
<html>
<head>
<title> CEV IoT-Bootcamp</title>
<meta property="og:title" content="CEVWS - SSA">
<meta property="og:description" content="A resources library well maintained by members of Cutting Edge Visionaries
- a Studnet Chapter at NIT Surat">
<meta property="og:image" content="https://www.cevgroup.org/wp-content/uploads/2019/10/1f742c2a-18f3-4de3-8a3b-67b4be70e64c.jpg">
<meta property="og:url" content="https://cutting-edge-visionaries.github.io/Resources/">
<link rel="stylesheet" href="https://developer.android.com/_static/c3460225a3/css/devsite-android-light-grey.css">
<link href="https://fonts.googleapis.com/css?family=Libre+Barcode+128+Text" rel="stylesheet">
<link rel="stylesheet" href="https://developer.android.com/_static/c3460225a3/css/android/android-site.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<style>
li{
font-size: 18px;
}
h5 {
font-family: 'Libre Barcode 128 Text', cursive;
}
footer {
position: relative;
left: 0px;
bottom: 0px;
height: wrap;
width: 100%;
background-color: #d9dce0;
padding: 10px;
text-align: center;
color: white;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
text-align: center;
}
</style>
</head>
<body>
<!-- Latest compiled and minified CSS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<div class="container">
<div class="jumbotron">
<h3>CEV-IoT</h3>
<h1>Syllabus</h1>
<h5 style="text-align: right;">Instructors:</h5>
<h4 style="text-align: right;"><a href="https://www.linkedin.com/in/apurva-randeria/">Apurva Randeria</a></h4>
<h4 style="text-align: right;"><a href="https://www.linkedin.com/in/parthav-patel-a69b3a42/">Parthav Patel</a></h4>
<h4 style="text-align: right;"><a href="https://www.linkedin.com/in/sudhanshu-yadav-3491b0158/">Sudhanshu Yadav</a></h4>
</div>
<table border="5" width="100%">
<tr>
<td colspan="3"><b>IoT WORKSHOP</b></td>
</tr>
<tr>
<td></td>
<td><b>TOPIC</b></td>
<td><b>TIME REQUIRED</b></td>
</tr>
</th>
<tr>
<td rowspan="4" width="80px"><b>DAY 1</b></td>
<td><b>IoT Introduction</b></td>
<td rowspan="4">2-3 <br>hours</td>
</tr>
<tr>
<td><b>Basic on microcontroller and microprocessor</b></td>
</tr>
<tr>
<td><b>Communication protocol understanding</b></td>
</tr>
<tr>
<td><b>Activity</b></td>
</tr>
</table>
<br>
<ul>
<li><b>What is IoT?</b></li>
<ul>
<li>Requirement</li>
<li>Use Cases</li>
</ul>
<li><b>Arduino Basics</b></li>
<ul>
<li>Installations</li>
<li>Digital in-out</li>
<li>Analog Input</li>
<li>Timers</li>
<li>Interrupts</li>
<li>Communication Protocols (Day 1 ends)<br>(USART Software Hardware, SPI, I2C)</li>
</ul>
</ul>
</body>
</html>