Skip to content

Commit

Permalink
Merge pull request #39 from lakshithaKaveen/main
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
lakshithaKaveen authored Dec 13, 2023
2 parents 5f24656 + 9bb65ad commit 10ed8d3
Showing 1 changed file with 37 additions and 11 deletions.
48 changes: 37 additions & 11 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ <h2>Software Architecture</h2>
<b>Unity</b>: Supports the development of AR games and applications. The AR foundation package is used to implement AR features.
</p>
<p>
<b>AWS</b>: For running OpenCV scripts, storing data and keeping a secure connection between IoT devices.
<b>AWS</b>: For running OpenCV scripts, storing data, and keeping a secure connection between IoT devices.
</p>
<p>
<b>OpenCV</b>: For video and image processing.
<b>OpenCV</b>: For video and image processing. Language: C++
</p>
<p>
<b>ExpressJS</b>: For backend development.
Expand All @@ -241,19 +241,45 @@ <h2>Hardware Architecture</h2>
<div class="col-lg-6">
<img src="./assets/img/gundiagram.jpg" class="img-fluid" alt="Software">
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<p>
Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.
</p>
<div class="col-lg-3 pt-4 pt-lg-0">
<h3>Input</h3>
<h5>1. Potentiometer</h5>
<ul>
<li>Zoom In/out target</li>
<li>Select the Gun</li>
<li>Bullet Setting</li>
</ul>
<h5>2. IR Sensor</h5>
<ul>
<li>Reload the Gun</li>
</ul>
<h5>3. 2-Way Switch</h5>
<ul>
<li>Get the Closer View of Target</li>
<li>Change the Firings Setting</li>
</ul>
<h5>4. Push Button</h5>
<ul>
<li>Simulate the trigger</li>
</ul>
</div>
<div class="col-lg-3 pt-4 pt-lg-0">
<h3>Output</h3>
<h5>1. Buzzer & Vibrator</h5>
<ul>
<li>Backfire Simulation</li>
<li>Reload Indication</li>
<li>Power Up/ Down Indication </li>
</ul>
<h5>2. LED Array</h5>
<ul>
<li>Indicate Number of Bullet Left</li>
</ul>
</div>
</div>
<div class="row content">
<p>
Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.

</p>
</div>
</div>
Expand Down

0 comments on commit 10ed8d3

Please sign in to comment.