Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
martinius96 authored Jan 6, 2025
1 parent 686cd51 commit f6ad151
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ <h3>What Is the Energy Consumption of the System?</h3>
<h3>Can I Power It via Powerbank?</h3>
<div class="faq-content">
<p>
Yes, the RFID DOMINATOR can be powered directly using a powerbank through its 5V output.
Yes, the RFID DOMINATOR can be powered directly using a powerbank through its 5V output. RFID DOMINATOR requires MiniUSB connector, there can be some versions of Arduino Nano with microUSB connector aswell.
</p>
</div>

Expand All @@ -594,8 +594,8 @@ <h3>How Can I Upload the Firmware?</h3>
<div class="faq-content">
<p>
Whether it’s DEMO or FINAL firmware, use the provided .hex file compatible with Arduino.
Upload it using the XLoader tool. For Arduino Nano with the Old Bootloader, set the speed to 57600 baud/s; for the New Bootloader, use 115200 baud/s.
Successful uploads are confirmed by a message from XLoader.
Upload it using the XLoader tool. For Arduino Nano with the Old Bootloader, set the speed to 57600 baud/s, for the New Bootloader, use 115200 baud/s.
Successful upload is confirmed by a message from XLoader, it can inform you about unsuccessful upload process.
</p>
</div>

Expand All @@ -607,9 +607,9 @@ <h3>How Can I Upload the Firmware?</h3>
<h3>How to Copy Existing Firmware?</h3>
<div class="faq-content">
<p>
Simply upload the same firmware file you received via email to your next RFID DOMINATOR unit.
It will function identically and recognize the same RFID wristbands and cards.
There’s no limit to the number of clones you can create.
Simply upload the same firmware file (.hex) you have received via email to your next RFID DOMINATOR unit.
It will work by the same way and will react to the same RFID wristbands and cards.
There’s no limit to the number of clones you can create, it's up to you.
</p>
</div>

Expand All @@ -618,7 +618,7 @@ <h3>How to Copy Existing Firmware?</h3>

<div class="faq-item">
<i class="faq-icon bi bi-question-circle"></i>
<h3>Can be team name changed?</h3>
<h3>Can be a team name changed?</h3>
<div class="faq-content">
<p>Not at the moment, but soon it will be possible, when AT commands extension will be finished. Team names need to have maximum 3 letters (it will be limited by the software).</p>
</div>
Expand Down

0 comments on commit f6ad151

Please sign in to comment.