-
Notifications
You must be signed in to change notification settings - Fork 2
/
skate-board.php
executable file
·126 lines (99 loc) · 3.55 KB
/
skate-board.php
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
<?php include 'header.php'; ?>
<!-- ============================================================= MAIN ============================================================= -->
<main>
<!-- ============================================================= SECTION – HERO ============================================================= -->
<section id="hero" class="img-responsive img-bg-bottom" style="background-image: url(assets/images/art/about1.png);">
<div class="container inner">
<div class="row">
<div class="col-sm-10">
<header>
<h1 style="color:white">Self balancing skateboard</h1>
</header>
</div><!-- /.col -->
</div><!-- ./row -->
</div><!-- /.container -->
</section>
<!-- ============================================================= SECTION – HERO : END ============================================================= -->
<!-- ============================================================= SECTION – WHO WE ARE ============================================================= -->
<section id="who-we-are" style="padding:0px">
<div class="container inner-md">
<div class="row inner-top-xs">
<div class="col-sm-offset-1 col-sm-11 inner-right-xs inner-bottom-xs">
<h2>Abstract</h2>
After successfully completing their Self-Balancing Robot under ITSP , this team is trying to extend their project to the next level by making a Skateboard that will try to balance itself when someone stands on i
t ! Equipped with the experience from ITSP and mentored by our Tech seniors , the team is trying to complete it before the year end, so as to showcase it at Techfest !!!!
They will also be trying to make it a tech-innovation by adding features like foldability, portability , an Android App to control the bot !!!!!
Check out the following video :<br>
<a href="http://www.youtube.com/watch?v=Xtb4wUItBFQ">Watch the Video</a></div><!-- /.col -->
<div class="col-md-offset-1 col-md-11">
<h3>Timeline of the project</h3>
<table class="table table-striped table-bordered">
<tr>
<td valign="top" width="205">
1<sup>st </sup>week of October
</td>
<td valign="top" width="258">
Ordering of the materials required for rough work
</td>
<td valign="top" width="174">
</td>
</tr>
<tr>
<td valign="top" width="205">
10 October to 10 November
</td>
<td valign="top" width="258">
Making detailed model in <span class="caps">CAD</span> and simulate it in <span class="caps">MATLAB</span>
</td>
<td valign="top" width="174">
Akash Patil
</td>
</tr>
<tr>
<td valign="top" width="205">
1 October to 31 October
</td>
<td valign="top" width="258">
<ol>
<li>
Selection of microprocessor
</li>
<li>
<span class="caps">EAGLE</span> design of circuits
</li>
</ol>
</td>
<td valign="top" width="174">
Kalpesh
</td>
</tr>
<tr>
<td valign="top" width="205">
31 October to 10 December
</td>
<td valign="top" width="258">
<ol>
<li>
Prepare final physical model
</li>
<li>
Working code including working Kalman filter
</li>
</ol>
</td>
<td valign="top" width="174">
Prateek
</td>
</tr>
</table>
<h3>Team members</h3>
Akash Patil <br>
akashpatil19394@gmail.com<br>
9970057927<br>
Kalpesh<br>
Prateek
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!-- ============================================================= SECTION – WHO WE ARE : END ============================================================= -->
<?php include 'footer.php'; ?>