mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
update
- finialize image_2.html template - use image tempalte in wiring guide for all images.
This commit is contained in:
parent
7593da1bf5
commit
819e616388
@ -1 +1,17 @@
|
||||
<figure>{% if {{include.url}} %}<a class="no_icon" target="_blank" rel="noopener" href="{{include.url}}">{% endif %}<img class="docimage" src="images/{{include.file}}" alt="{{include.alt}}" {% if {{include.max-width}} %}style="max-width: {{include.max-width}}px"{% endif %} />{% if {{include.url}} %}</a>{% endif %}{% if {{include.caption}} %}<figcaption>{{include.caption}}</figcaption>{% endif %}</figure>
|
||||
<div align="center">
|
||||
<figure>
|
||||
{% if include.url %}
|
||||
<a class="no_icon" target="_blank" rel="noopener" href="{{ include.url }}">
|
||||
{% endif %}
|
||||
<img class="docimage" src="{{ include.url }}" alt="{{ include.alt }}" {% if include.max-width %} style="max-width: {{ include.max-width }}px" {% endif %} />
|
||||
{% if include.url %}
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if include.caption %}
|
||||
<figcaption>
|
||||
<br>
|
||||
{{ include.caption }}
|
||||
</figcaption>
|
||||
{% endif %}
|
||||
</figure>
|
||||
</div>
|
||||
@ -6,28 +6,16 @@ nav_order: 1
|
||||
parent: How to build
|
||||
---
|
||||
|
||||
|
||||
|
||||
## Basic Full Wiring Diagram With IR PCBs
|
||||
|
||||
|
||||
|
||||
<img src="https://imgur.com/2E8vY4W.png" alt="drawing" width="500"/>
|
||||
|
||||
|
||||
|
||||
## IR PCB Emitter Back Side Wiring for 2 Resistors (recomended)
|
||||
|
||||
|
||||
|
||||
<img src="https://imgur.com/BViCBrn.png" alt="drawing" width="200"/>
|
||||
{% include custom/images/image_2.html url="https://imgur.com/2E8vY4W.png" max-width="500" caption="Basic Full Wiring Diagram With IR PCBs" alt="drawing" %}
|
||||
<br>
|
||||
{% include custom/images/image_2.html url="https://imgur.com/BViCBrn.png" max-width="200" caption="IR PCB Emitter Back Side Wiring for 2 Resistors (recommended)" alt="drawing" %}
|
||||
<br>
|
||||
|
||||
{% include custom/alerts/Warning.html content="The 2 350ohm resistors should connect the each side of the resistor pad and <b>NOTHING ELSE</b>. Its important that it does not touch any other pad." %}
|
||||
### Alternatively you can wire it like the 1 resistor one, but add a secondary one in the 5v in wire.
|
||||
|
||||
<br>
|
||||
|
||||
{% include custom/alerts/Note.html content="Alternatively you can wire it like the 1 resistor one, but add a secondary one in the 5v in wire." %}
|
||||
<br>
|
||||
|
||||
## IR PCB Emitter Back Side Wiring for 1 700-710 ohm Resistor (not recomended)
|
||||
|
||||
|
||||
<img src="https://imgur.com/va3tZOh.png" alt="drawing" width="200"/>
|
||||
{% include custom/images/image_2.html url="https://imgur.com/va3tZOh.png" max-width="200" caption="IR PCB Emitter Back Side Wiring for 1 700-710 ohm Resistor (not recommended)" alt="drawing" %}
|
||||
<br>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user