Update documentation

This commit is contained in:
GitHub Action
2022-08-10 06:02:06 +00:00
parent 6ae67190fc
commit fd891b10c5
18 changed files with 247 additions and 113 deletions

View File

@ -223,6 +223,16 @@ get a voltage divider for measuring battery. The ESP8266 has a built in resistor
</div>
<a class="reference internal image-reference" href="_images/schema_esp32.png"><img alt="Schema esp32" src="_images/schema_esp32.png" style="width: 700px;"/></a>
</div>
<div class="section" id="modifying-with-reed-switch">
<h2>Modifying with reed switch<a class="headerlink" href="#modifying-with-reed-switch" title="Permalink to this headline"></a></h2>
<p>A reed switch is a switch that reacts to magnetic fields. The ones I have tested are normally open and close in proximity to
a magnet.</p>
<a class="reference internal image-reference" href="_images/reed.jpg"><img alt="Reed switch" src="_images/reed.jpg" style="width: 400px;"/></a>
<p>If this is connected to the reset button a magnet can be used to trigger a reset of the device. The image below shows how
I mounted the iSPINDLE PCB v4.0 just under the cap. The lower red circle shows the reset connection point for the reed switch.</p>
<p>The reed switch is the glass tube visible under the esp8266.</p>
<a class="reference internal image-reference" href="_images/reed_build.jpg"><img alt="Reed build" src="_images/reed_build.jpg" style="width: 400px;"/></a>
</div>
</div>
</article>
@ -275,6 +285,7 @@ get a voltage divider for measuring battery. The ESP8266 has a built in resistor
<li><a class="reference internal" href="#">Hardware</a><ul>
<li><a class="reference internal" href="#schema-for-esp8266-build">Schema for esp8266 build</a></li>
<li><a class="reference internal" href="#schema-for-esp32-build">Schema for esp32 build</a></li>
<li><a class="reference internal" href="#modifying-with-reed-switch">Modifying with reed switch</a></li>
</ul>
</li>
</ul>