-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjects.html
564 lines (480 loc) · 33.5 KB
/
Projects.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
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
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="shortcut icon" href="gallery/logo/favicon.png" sizes="16*16" />
<title>SRM UAV | Projects</title>
<script src="js/fontawesome.js"></script>
<link rel="stylesheet" href="css/aos.css" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="css/cssbarlow.css" rel="stylesheet">
</head>
<body style="font-family: Barlow;"data-spy="scroll" data-target=".navbar" data-offset="50">
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" style="z-index: 500;">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="gallery/logo/lg.png" style="width: 100px;height: 100px; padding: 20px;"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation" style="color:pink">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse ml-5" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item hactive">
<a class="nav-link" href="index.html" style="opacity: 2.5">About Us<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<div class = "dropdown"><button class="btn btn-dark dropdown-toggle" type="button" data-toggle="dropdown" style="background-color: transparent;border-color: transparent;opacity: 0.5;">Team<span class="caret"></span></button>
<ul class="dropdown-menu" style="background: black;">
<li style="text-align: center; "><a href="People.html" style="color: white;text-decoration: none;"onMouseOver="this.style.color='red'"
onMouseOut="this.style.color='white'">Current Team</a></li>
<li style="text-align: center; "><a href="Our Mentors.html" style="color: white;text-decoration: none;"onMouseOver="this.style.color='red'"
onMouseOut="this.style.color='white'" >Our Mentors</a></li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="Research.html" style="opacity: 2.5">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Projects.html" style="opacity: 2.5">Projects</a>
</li>
</ul>
<div class="mrt ml-auto mr-5">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="Sponsors.html" style="opacity: 2.5">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Media.html" style="opacity: 2.5">Media</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Contact Us.html" style="opacity: 2.5">Contact Us</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<div class="jumbotron-fluid" style="background-attachment: fixed";>
<img src="gallery/teamphotos/pro11.jpg" height="100%" width="100%" style="background-position: cover;">
<div class="centered" style="position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);">
<br>
<h1 style="font-weight: 800;color:#fff;text-transform: uppercase;font-size:3rem;align-content: center;" data-aos="fade-up" data-aos-delay="500" data-aos-duration="1000">PROJECTS</h1>
</div>
</div>
<section class="blog" id="is">
<div class="container">
<div class="row">
<div class="offset-sm-2 col-sm-8">
<div class="headerText text-center">
<h1 style="font-weight: 800;color:#fff;text-transform: uppercase;font-size:3rem;align-content: center;" data-aos="fade-up" data-aos-delay="500" data-aos-duration="1000">PROJECTS</h1>
<p data-aos="fade-up" data-aos-delay="500" data-aos-duration="1000">These projects helped us gain insight and purpose for fulfilling the vision.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="Blogpost" data-aos="fade-up" data-aos-delay="0" data-aos-duration="1000">
<div class="imgBx" style="height: 300px;">
<img src="gallery/planes/ORCA.jpg" class="img-fluid">
<div class = "details" style="top: 73%; ">
<h1>Held in Maryland</h1>
<p>AUVSI SUAS is widely considered to be the most prestigious drone- competition in the world.</p>
</div>
</div>
<div class="content" >
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<button type="button" class="btn btnD2" data-toggle="modal" data-target=".bd-example-modal-lg" style="margin-left:auto">SUAS 2019</button>
<div class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content" style="background-color: black">
<div class="modal-header">
<h5 style="margin:auto;color: white;">ORCA</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h1 style="color:white;">ORCA</h1>
<p style="color:white;">To give back to society is a basic human responsibility and what better way to do so then helping out people in need. SRM UAV was conceived with the aim to alleviate civilian issues and uplift humanity to new levels through ideas and working models; a part of the goal is to provide humanitarian assistance. While various organisations toil hard to provide aid, there are conflict-areas around the world that are labelled “inaccessible” and this crippling problem is often overlooked. Enter the ORCA: with a cruise speed of 15 m/s and MTOW of 14 kilograms this drone was designed to perform an air drop of an Unmanned Ground Vehicle. The UGV can carry food packets, water bottles or medicine satchels depending on need; the aircraft is autonomous and it’s efficient design implies that it can reach inaccessible areas with ease.</p>
<img src="gallery/planes/ORCA1.jpg" style="align-items: center;width:30%;height: 30%">
</div>
<div class="modal-footer">
<a class="btn btn-primary" href="docs/SUAS 2017 Journal Paper.pdf" target="_blank" role="button">SUAS 2017 Journal Paper</a>
<a class="btn btn-primary" href="docs/SUAS 2015 Journal Paper.pdf" target="_blank" role="button">SUAS 2015 Journal Paper</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6" data-aos="fade-up" data-aos-delay="0" data-aos-duration="1000">
<div class="Blogpost">
<div class="imgBx">
<img src="gallery/planes/x-2.jpg" class="img-fluid">
<div class = "details" style="top:69%;">
<h1>Held in Queensland.</h1>
<p>The Medical Rescue Challenge is an international collegiate competition, it promotes easier provision of medical aid through Unmanned Aerial Systems.</p>
</div>
</div>
<div class="content">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<button type="button" class="btn btnD2" data-toggle="modal" data-target=".b1d-example-modal-lg" style="margin-left:auto">UAV Challenge:Medical Rescue</button>
<div class="modal fade b1d-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content" style="background-color: black;">
<div class="modal-header">
<h5 style="margin:auto;color: white;">X-2</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h1 style="color: white;text-decoration: underline;">X-2:</h1>
<p style="color:white;">The National Geographic holds regular ‘Wildlife photography contests’. Many of the submissions are products of men and women waiting for long hours in the savannah with a DSLR in hand for that “one perfect shot”: the money maker.</p>
<p style="color: white;">The X-2 eliminates the wait, by clicking impeccable aerial shots of fauna. But what makes it one of a kind is the fact it can take off from any remote location in the world eliminating the need of a runway. Furthermore, the X-2 can also be used for package delivery and protection of endangered species. It’s like Christmas came home early!</p>
<p style="color:white;">Specifications:</p>
<ol>
<li style="color:white;">Endurance: 45-65 minutes</li>
<li style="color:white;">Autopilot processor: Atmel ATMEGA 2560</li>
<li style="color:white;">Fully autonomous</li>
<li style="color:white;">Payload: Variable</li>
</ol>
<img src="gallery/planes/x-2.jpg" style="align-items: center;width:30%;height: 30%">
</div>
<div class="modal-footer">
<a class="btn btn-primary" href="docs/Technical Report SRM-UAV.pdf" target="_blank" role="button">Technical Report:Medical Express</a>
<a class="btn btn-primary" href="docs/SRM-UAV Deliverable 2.pdf" target="_blank" role="button">Complete Design Report:Medical Express</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="Blogpost" data-aos="fade-up" data-aos-delay="0" data-aos-duration="1000">
<div class="imgBx" style="height: 400px;">
<img src="gallery/planes/aeolus.jpg" class="img-fluid">
<div class = "details" style="top:72%;">
<h1>Paving way to a Renewable Future.</h1>
<p>AEOLUS is a labour-saving, cost-effective UAV capable of taking high resolution images, best suited for windmill inspection.</p>
</div>
</div>
<div class="content">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<button type="button" class="btn btnD2" data-toggle="modal" data-target=".b2d-example-modal-lg" style="margin-left:auto">AEOLUS</button>
<div class="modal fade b2d-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content" style="background-color: black">
<div class="modal-header">
<h5 style="margin:auto;color: white">Aeolus</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h1 style="color: white">Aeolus:</h1>
<p style="color: white">As the world exhausts it’s limited supply of fossil fuels, countries like Germany and China are looking at renewable sources of energy, case in point, “Wind Energy”. India is on the brink of being a superpower and unsurprisingly we are one of the leading nations in exploiting the capacity of wind power.</p>
<p style="color: white">The efficiency of machinery used in harnessing renewable resources depends on its upkeep. To regulate the maintenance of the wind turbines, man power is required to make sure the blades are in good shape, it also involves a prominent risk of suffering casualties; in order to reduce this and to minimize the man power, we’ve come up with AEOLUS, capable of taking high resolution, distortion free images of the surface of windmill blades. AEOLUS can also be used for film photography and high resolution aerial photography.</p>
<p style="color: white">Specifications:</p>
<ol>
<li style="color: white">Endurance: : 35-40 minutes</li>
<li style="color: white">Autopilot processor: : 32 bit ARM Cortex M4</li>
<li style="color: white">Fully independent</li>
<li style="color: white">Payload: Canon 70D DSLR Camera/ SONY 1/3” CCD Camera</li>
</ol>
<img src="gallery/planes/aeolus.jpg" style="align-items: center;width:30%;height: 30%">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="Blogpost" data-aos="fade-up" data-aos-delay="500" data-aos-duration="1000">
<div class="imgBx" style="height: 300px;">
<img src="gallery/planes/Salusu.jpg" class="img-fluid">
<div class = "details" style="top:74%;">
<h1>The Omniscient Eye in the sky.</h1>
<p>SALUS is a face recognition quadcopter that is primarily used in search and rescue operations.</p>
</div>
</div>
<div class="content">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<button type="button" class="btn btnD2" data-toggle="modal" data-target=".b3d-example-modal-lg" style="margin-left:auto">SALUS</button>
<div class="modal fade b3d-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content" style="background-color: black">
<div class="modal-header">
<h5 style="margin:auto;color: white;">Salus</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h1 style="color: white;">Salus:</h1>
<p style="color: white;">Picture this, a 7-year-old child is lost in the unforgiving Amazon rainforest, to make matters worse, inclement weather is imminent. A human SAR (search and rescue) operation would compromise on efficacy, not to mention it would mean putting more lives at risk; time isn’t going to wait. Note, this isn’t a movie, cases like these unfortunately occur all too frequently.</p>
<p style="color: white;">The solution? SALUS, a Quadcopter equipped with a digital camera. Enhanced with facial recognition, this beast was primarily designed for use in such events. It traces the individual in distress and relays the information back to the people concerned.</p>
<p style="color: white;">Specifications:</p>
<ol>
<li style="color: white;">Endurance: : 35-45 minutes</li>
<li style="color: white;">Fully independent</li>
<li style="color: white;">Payload: Sony Cybershot W810 Digital Camera</li>
</ol>
<img src="gallery/planes/Salusu.jpg" style="align-items: center;width:30%;height: 30%">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="Blogpost" data-aos="fade-up" data-aos-delay="0" data-aos-duration="1000">
<div class="imgBx">
<img src="gallery/planes/sudc1.jpeg" class="img-fluid">
<div class = "details" style="top:70%">
<h1>Drone to the Rescue.</h1>
<p>The project is aimed at increasing the flight range of Unmanned Aerial Vehicles used in the field of package delivery by utilizing docking of solar powered aircrafts to transfer packages between cities.</p>
</div>
</div>
<div class="content">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<button type="button" class="btn btnD2" data-toggle="modal" data-target=".b4d-example-modal-lg" style="margin-left:auto">Solar UAV Docking</button>
<div class="modal fade b4d-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content" style="background-color: black">
<div class="modal-header">
<h5 style="margin:auto;color: white;">Solar UAV with Docking Capability</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p style="color: white;">The project is aimed at increasing the flight range of Unmanned Aerial Vehicles used in the field of package delivery by utilizing docking of solar powered aircrafts to transfer packages between cities. The primary catapult launched solar powered UAV would loiter at it’s base station saving energy when no other aircraft is in the vicinity. As soon as an incoming aircraft with a package approaches, it reroutes it’s path and begins the in-flight docking procedure with the latter. The package is received and the solar UAV then proceeds to deliver the package to the recipient while the secondary aircraft is stationed to recharge. This project if successful, will be the first to use such a technology and would provide great applications for the delivery industry.</p>
<img src="gallery/planes/sudc.jpeg" style="align-items: center;width:30%;height: 30%">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="Blogpost" data-aos="fade-up" data-aos-delay="0" data-aos-duration="1000">
<div class="imgBx">
<img src="gallery/logo/wip.png" class="img-fluid">
<div class = "details" style="top:70%">
<h1>An Ode to Efficiency.</h1>
<p>Proposed idea: Implementing swarm technology on Quadcopter UAVs.</p>
</div>
</div>
<div class="content">
<br><br><br><br><br><br><br><br><br><br><br>
<button type="button" class="btn btnD2" data-toggle="modal" data-target=".b5d-example-modal-lg" style="margin-left:auto">Quadcopter Swarm</button>
<div class="modal fade b5d-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content" style="background-color: black;">
<div class="modal-header">
<h5 style="margin:auto;color: white;">Quadrotor Swarms for Delivery and Rescue Operations</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p style="color:white;">The team proposes an idea for implementing swarm technology on Quadcopter UAVs. The prototype model will consist of mini-drones having PCBs as their structure. This is specifically designed to reduce costs on materials and decrease prototyping time. The algorithms developed by the team will be tested on this platform. Once successful, the team would go on to build larger versions of the technology primarily for aid during cyclones by delivering food packets to waterlogged areas. The potential applications span from the delivery industry to the construction industry.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="Blogpost" data-aos="fade-up" data-aos-delay="0" data-aos-duration="1000">
<div class="imgBx">
<img src="gallery/logo/wip.png" class="img-fluid">
<div class = "details" style="top:60%;">
<h1>The Linchpin.</h1>
<p>Proposed idea: building an advanced hardware system for the improved performance and
modularity of the avionics installed on the Unmanned Aerial Vehicle.</p>
</div>
</div>
<div class="content" >
<br><br><br><br><br><br>
<button type="button" class="btn btnD2" data-toggle="modal" data-target=".b6d-example-modal-lg" style="margin-left:auto">HAVOCS</button>
<div class="modal fade b6d-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content" style="background-color: black">
<div class="modal-header">
<h5 style="margin:auto;color: white;">Hardware based Vehicular Operation and Control System</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p style="color: white;">The team proposes to build an advanced hardware system for the improved performance and modularity of the avionics installed on the Unmanned Aerial Vehicle. The proposed design consists of a modular power system which makes use of lithium ion batteries to increase the flight time of the aircraft while also reducing the price of the battery considerably, the system also provides redundancy in case of any battery failure. It encompasses of an indigenous battery management system and power converters which are integrated with an off the shelf flight controller and on board computer providing reduction in size as well as cost of the avionics subsystem.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="Blogpost" data-aos="fade-up" data-aos-delay="0" data-aos-duration="1000">
<div class="imgBx">
<img src="gallery/planes/microcopter.jpg" class="img-fluid">
<div class = "details" style="top:70%;">
<h1>Size doesn't matter.</h1>
<p>An aircraft that can be used in dire
situations to assist rescue authorities operating indoors.</p>
</div>
</div>
<div class="content" >
<br><br><br><br><br><br><br><br><br><br>
<button type="button" class="btn btnD2" data-toggle="modal" data-target=".b7d-example-modal-lg" style="margin-left:auto">Microcopter</button>
<div class="modal fade b7d-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content" style="background-color: black">
<div class="modal-header">
<h5 style="margin:auto;color: white;">MICROCOPTER</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p style="color: white;">Leo Tolstoy wrote a novel about him, Dostoevsky referenced him in Crime and Punishment, intellectuals could not stop talking about him; often considered to be a man who shaped history, Napoleon Bonaparte was not a physical specimen albeit he was short, going on to prove that size doesn’t really matter.</p>
<p style="color: white;">As the name suggests, the Micro-Copter may be teeny, but it sure packs a punch! If reconnaissance was an art, this little fella would be it’s proverbial “Picasso”. The Micro-Copter is equipped with a FPV camera for live video feed to ground station. Sleek, silent and spectacular, it is dextrous enough to complete a mission even before it gets identified. With the likes of Mossad, RAW and USSS on the rise, this drone is the need of the hour.</p>
<p style="color: white;">Specifications:</p>
<ol>
<li style="color: white">Payload: Micro CCD FPV Camera.</li>
<li style="color: white">Weight:50gms.</li>
<li style="color: white">Endurance: 7-10 minutes</li>
<li style="color: white">Can be operated autonomously or manually.</li>
</ol>
<img src="gallery/planes/microcopter.jpg" style="align-items: center;width:30%;height: 30%">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="Blogpost" data-aos="fade-up" data-aos-delay="0" data-aos-duration="1000">
<div class="imgBx">
<img src="gallery/logo/wip.png" class="img-fluid">
<div class = "details" style="top:65%">
<h1>For the long run.</h1>
<p>Indigenous Battery Management System(BMS) For Lithium Ion Pack.</p>
</div>
</div>
<div class="content" >
<br><br><br><br><br><br><br><br><br><br>
<button type="button" class="btn btnD2" data-toggle="modal" data-target=".b8d-example-modal-lg" style="margin-left:auto">Battery Management System</button>
<div class="modal fade b8d-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content" style="background-color: black">
<div class="modal-header">
<h5 style="margin:auto;color:white;">Battery Management System</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p style="color: white;">The lithium ion cells have twice the energy density than the lithium Polymer cells and has the capability to greatly increase the endurance of the UAV. This combined with an efficient, smart, and robust BMS will help the UAV industry Soar skies for much longer.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="Blogpost" data-aos="fade-up" data-aos-delay="0" data-aos-duration="1000">
<div class="imgBx">
<img src="gallery/planes/acegt.JPG" class="img-fluid">
<div class = "details" style="top:70%;">
<h1>The All Rounder.</h1>
<p>AceGT is a relatively inexpensive UAS,is powered by powerful combustion engines.Favourable for agricultural purposes.</p>
</div>
</div>
<div class="content" >
<br><br><br><br><br><br><br><br><br><br>
<button type="button" class="btn btnD2" data-toggle="modal" data-target=".b9d-example-modal-lg" style="margin-left:auto">
AceGT
</button>
<div class="modal fade b9d-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content" style="background-color: black">
<div class="modal-header">
<h5 style="margin:auto;color: white;">AceGT</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p style="color: white;">The Swedish giant IKEA made waves when they contrived to expand into the Indian market. The city of pearls played host to the world’s largest furniture retailer and on August 9 managed to attract 40,000 inquisitive Hyderabadis, undeterred by rain and rush hour! One of the key reasons behind this behemoth’s success lies in the fact that IKEA’s products are very versatile, with storage solutions offering an elegant platter of designs and colors; keeping in mind the divergent homes of the masses, this adaptability is a boon.</p>
<p style="color: white;">Our UAVs aren’t far behind, with Ace GT being the quintessential example of a versatile drone. It is a rescue UAV equipped with state of the art IDS Imaging that enables usage for recon missions and information gathering! But the tale of the tape doesn’t end here; in order to withstand gusts the drone is designed to be robust. It is also stable, making it easy to maneuver. They say too many cooks spoil the broth, we disagree!</p>
<p style="color: white;">Specifications:</p>
<ol>
<li style="color: white;">Wing Span: 2.3 m</li>
<li style="color: white;">Wing Area: 0.92 m2</li>
<li style="color: white;">Aspect Ratio: 5.75</li>
<li style="color: white;">Cruise Speed: 22 m/s</li>
<li style="color: white;">Fuselage length: 1.962 m</li>
<li style="color: white;">Wing loading: 9.872-10.869 kg/m2 </li>
<img src="gallery/planes/acegt.JPG" style="align-items: center;width:30%;height: 30%">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-6 col-lg-6">
<ul class="sci">
<li><a href="https://www.facebook.com/SrmUav/?fref=ts" target="_blank"><i class="fab fa-facebook-square"></i></a></li>
<li><a href="https://www.instagram.com/srmuav/" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://twitter.com/srm_uav" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCnvcnL54ghaNjnDZ2HpkL1g" target="_blank"><i class="fab fa-youtube" ></i></a></li>
<li><a href="https://www.linkedin.com/company/srmuav/about/"><i class="fab fa-linkedin"></i></a></li>
</ul>
<p class="cpryt">Copyright © SRM Unmanned Aerial Vehicle</p>
</div>
<div class="col-xs-6 col-lg-6">
<p style="color: #3E7FE4;"><img src="gallery/logo/userlocation.png">Our Address:</p>
<p style="color: #3E7FE4;">SRM Unmanned Aerial Vehicle,Basic Engineering Lab 5th floor:604, SRM University Kattankulathur, Kancheepuram Dist. Tamil Nadu-603203 India</p>
</div>
</div>
</div>
</footer>
<script src="js/ajaxjquerymin.js"></script>
<script type="text/javascript">var scrolltotop={setting:{startline:100,scrollto:0,scrollduration:1e3,fadeduration:[500,100]},controlHTML:'<img src="gallery/logo/arrow92.png" />',controlattrs:{offsetx:5,offsety:5},anchorkeyword:"#top",state:{isvisible:!1,shouldvisible:!1},scrollup:function(){this.cssfixedsupport||this.$control.css({opacity:0});var t=isNaN(this.setting.scrollto)?this.setting.scrollto:parseInt(this.setting.scrollto);t="string"==typeof t&&1==jQuery("#"+t).length?jQuery("#"+t).offset().top:0,this.$body.animate({scrollTop:t},this.setting.scrollduration)},keepfixed:function(){var t=jQuery(window),o=t.scrollLeft()+t.width()-this.$control.width()-this.controlattrs.offsetx,s=t.scrollTop()+t.height()-this.$control.height()-this.controlattrs.offsety;this.$control.css({left:o+"px",top:s+"px"})},togglecontrol:function(){var t=jQuery(window).scrollTop();this.cssfixedsupport||this.keepfixed(),this.state.shouldvisible=t>=this.setting.startline?!0:!1,this.state.shouldvisible&&!this.state.isvisible?(this.$control.stop().animate({opacity:1},this.setting.fadeduration[0]),this.state.isvisible=!0):0==this.state.shouldvisible&&this.state.isvisible&&(this.$control.stop().animate({opacity:0},this.setting.fadeduration[1]),this.state.isvisible=!1)},init:function(){jQuery(document).ready(function(t){var o=scrolltotop,s=document.all;o.cssfixedsupport=!s||s&&"CSS1Compat"==document.compatMode&&window.XMLHttpRequest,o.$body=t(window.opera?"CSS1Compat"==document.compatMode?"html":"body":"html,body"),o.$control=t('<div id="topcontrol">'+o.controlHTML+"</div>").css({position:o.cssfixedsupport?"fixed":"absolute",bottom:o.controlattrs.offsety,right:o.controlattrs.offsetx,opacity:0,cursor:"pointer"}).attr({title:"Scroll to Top"}).click(function(){return o.scrollup(),!1}).appendTo("body"),document.all&&!window.XMLHttpRequest&&""!=o.$control.text()&&o.$control.css({width:o.$control.width()}),o.togglecontrol(),t('a[href="'+o.anchorkeyword+'"]').click(function(){return o.scrollup(),!1}),t(window).bind("scroll resize",function(t){o.togglecontrol()})})}};scrolltotop.init();</script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="js/aos.js"></script>
<script>
AOS.init();
</script>
<script type="text/javascript">
$(document).scroll(function(){
$('.navbar').toggleClass('scrolled',$(this).
scrollTop()>$('.navbar').height());
});
</script>
</body>
</html>