-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstepUp.html
More file actions
132 lines (98 loc) · 6.17 KB
/
stepUp.html
File metadata and controls
132 lines (98 loc) · 6.17 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>steagProjects</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700">
<link rel="stylesheet" href="assets/css/Article-Clean.css">
<link rel="stylesheet" href="assets/css/Header-Blue.css">
<link rel="stylesheet" href="assets/css/Highlight-Blue.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/css/lightbox.min.css">
<link rel="stylesheet" href="assets/css/Lightbox-Gallery.css">
<link rel="stylesheet" href="assets/css/Projects-Horizontal.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<div class="article-clean">
<div class="container">
<div class="row">
<div class="col-lg-10 col-xl-8 offset-lg-1 offset-xl-2">
<div class="intro">
<h1 class="text-center">STEP_UP : Make Your House Next Level.</h1>
<p class="text-center"><span class="by">by</span> <a href="#">Akhil Jayaprakash, Alex George and
Antony Thomas</a><span class="date">Nov 8th, 2020 </span></p><img class="img-fluid"
src="assets/img/project/stepUp/StepUp.jpeg">
</div>
<div class="text">
<p>STEP_UP is concept prototype that can be use to lift houses, those affected by flood..</p>
<p>The Project was done in the First Capacity Building Program, We selected our topic on
disaster management. </p>
<h5>Problem Statement</h5>
<p>Raghu is a farmer living in kuttanad, and his area is below the sea level. The biggest
problem that raghu faces is frequent flooding. He earns for his livelihood by farming.
He feels unsafe to stay his home, his house, crops, cattles all are at risk. The bank loans
are also a big problem for him. Even though the government promised all kind of support, the
need is still left empty-handed, no sought or technologies and weather forecast are
accessible.</p>
<p>
How may we help raghu find access to better information about natural disaster/ weather
changes?
</p>
<h5>Brainstroming</h5>
<img class="img-fluid" src="assets/img/project/stepUp/006.jpeg">
<p style="text-align: center;"> Solution Brainstroming </p>
<p>We sat with Dr Varghese Sir and shared our idea of Amphibious house. Then he suggested us to
work on the existing idea of lifting the concrete house making them smarter since our idea
is theoretically perfect but not feasible.
</p>
<p>Then we slightly changed our idea from Amphibious house to smart lifting mechanism of homes,
</p>
<p>We came up with many ideas of making the lifting system smart and safe</p>
<br>
<img class="img-fluid" src="assets/img/project/stepUp/007.jpeg">
<p style="text-align: center;"> Papper Prototype </p>
<p>Firstly we tried to build an house later on we discussed with our mentors and decided not to
focus the prototype on building houses rather than on electronic circuits.
</p>
<img class="img-fluid" src="assets/img/project/stepUp/008.jpeg">
<p style="text-align: center;"> Using Tools </p>
<p>We utlized center workbench and tools to complete the prototype, we used playwoods to make
the model base.
</p>
<img class="img-fluid" src="assets/img/project/stepUp/009.png">
<p style="text-align: center;"> Onam Bash </p>
<p>We celebrated onam at the center. </p>
<img class="img-fluid" src="assets/img/project/stepUp/010.jpg">
<p style="text-align: center;"> Coding in progress </p>
<p>We used Arduino prototypig platform to build the electronics and used IMU sensor and
UltraSonic Distance sensor's to get level data.
</p>
<img class="img-fluid" src="assets/img/project/stepUp/011.jpeg">
<p style="text-align: center;"> UltraSonic Distance sensors</p>
<p>We are almost done 90 percent with our prototype. We just need to install the sensors. </p>
<img class="img-fluid" src="assets/img/project/stepUp/012.jpeg">
<p style="text-align: center;"> Installing sensors</p>
<p>We completed the prototype. </p>
<h5>Tools Used</h5>
<ul>
<li>Arduino Uno</li>
<li>Arduino IDE</li>
<li>Electronic Workbench</li>
<li>CNC Workbench</li>
</ul>
<br>
<h4>Thanks You!!</h4>
<hr>
</div>
</div>
</div>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.8.2/js/lightbox.min.js"></script>
</body>
</html>