Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
martinius96 authored Jun 27, 2024
1 parent c50ea99 commit 8401de5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="https://download-directory.github.io/?url=https%3A%2F%2Fgithub.com%2Fmartinius96%2FAirsoft-DOMINATOR-RFID%2Ftree%2Fmaster%2Ffirmware"><button type="button" class="btn btn-success">DEMO Firmware</button></a></li>
<li class="nav-item"><a class="nav-link" href="https://docs.google.com/spreadsheets/d/1EHpdJi8v84eJ-6ExEPT6JuPkxI9Tfbm8v85zGRFvJ1Q/edit?usp=sharing"><button type="button" class="btn btn-danger">Template</button></a></li>
<!--- <li class="nav-item"><a class="nav-link" href="https://docs.google.com/spreadsheets/d/1EHpdJi8v84eJ-6ExEPT6JuPkxI9Tfbm8v85zGRFvJ1Q/edit?usp=sharing"><button type="button" class="btn info">BOM</button></a></li> ---->
</ul>
</div>
</div>
Expand Down Expand Up @@ -86,12 +87,13 @@ <h1 class="text-white font-weight-bold">RFID Domination Timer</h1>
<div class="col-lg-8 text-center">
<h2 class="text-white mt-0">What's inside, how it works?</h2>
<hr class="divider divider-light" />
<p class="text-white-75 mb-4">
<p class="text-white-75 mb-4" style="text-align: justify;">
Stopwatch that works similar to chess clock, it can count time for only one team at the moment.
It is equipped with RFID reader that is able to read RFID cards and wristbands of players.
Domination Timer is operated by 8-bit microcontroller AVR ATmega.
LCD character display is used for displaying 2 up to 4 teams total occupying time.
Player is able to occupy point by attaching his RFID wristband to RFID reader. Time starts to count, beep will annouce change on the Domination Timer point.
<br>
Onboard LEDs are showing actual color of active team, piezo buzzer inform about event of RFID card attached to the RFID reader.
Everything is soldered on custom PCB that exists in two version depends on 2 or 4 teams firmware support.
PCB supports hotswapping of the main components without need to solder anything.
Expand Down

0 comments on commit 8401de5

Please sign in to comment.