mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 22:20:52 +00:00
descriptions
This commit is contained in:
@@ -1,4 +1,36 @@
|
||||
HOW DOES IT WORK?
|
||||
=================
|
||||
|
||||
|
||||
The BitByteRider RC car is powered by ESP32-C3 Breadboard & Power adapter developmemt board.
|
||||
|
||||
Reserver Pins & GPIOs
|
||||
---------------------
|
||||
|
||||
The table below summarizes GPIOs and pins reserved for operations purposes.
|
||||
|
||||
...existing code...
|
||||
.. image:: _static/ESP-IDF_Robot_schematic.png
|
||||
|
||||
+-----------+-----------+-----------+-----------+
|
||||
| Column 1 | Column 2 | Column 3 | Column 4 |
|
||||
+===========+===========+===========+===========+
|
||||
| Row 1 | Data | Data | Data |
|
||||
+-----------+-----------+-----------+-----------+
|
||||
| Row 2 | Data | Data | Data |
|
||||
+-----------+-----------+-----------+-----------+
|
||||
| Row 3 | Data | Data | Data |
|
||||
+-----------+-----------+-----------+-----------+
|
||||
| Row 4 | Data | Data | Data |
|
||||
+-----------+-----------+-----------+-----------+
|
||||
| Row 5 | Data | Data | Data |
|
||||
+-----------+-----------+-----------+-----------+
|
||||
| Row 6 | Data | Data | Data |
|
||||
+-----------+-----------+-----------+-----------+
|
||||
| Row 7 | Data | Data | Data |
|
||||
+-----------+-----------+-----------+-----------+
|
||||
|
||||
Schematic
|
||||
---------
|
||||
|
||||
.. image:: _static/ESP-IDF_Robot_schematic.png
|
@@ -40,7 +40,11 @@ documentation for details.</p>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="overview.html">HOW DOES IT WORK?</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="overview.html">HOW DOES IT WORK?</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="overview.html#reserver-pins-gpios">Reserver Pins & GPIOs</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="overview.html#schematic">Schematic</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="progress.html">WORK-IN-PROGRESS WALK THROUGH</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="progress.html#finished-work">Finished Work</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="progress.html#chassis">Chassis</a></li>
|
||||
|
@@ -35,7 +35,63 @@
|
||||
|
||||
<section id="how-does-it-work">
|
||||
<h1>HOW DOES IT WORK?<a class="headerlink" href="#how-does-it-work" title="Link to this heading">¶</a></h1>
|
||||
<p>The BitByteRider RC car is powered by ESP32-C3 Breadboard & Power adapter developmemt board.</p>
|
||||
<section id="reserver-pins-gpios">
|
||||
<h2>Reserver Pins & GPIOs<a class="headerlink" href="#reserver-pins-gpios" title="Link to this heading">¶</a></h2>
|
||||
<p>The table below summarizes GPIOs and pins reserved for operations purposes.</p>
|
||||
<p>…existing code…
|
||||
.. image:: _static/ESP-IDF_Robot_schematic.png</p>
|
||||
<table class="docutils align-default">
|
||||
<thead>
|
||||
<tr class="row-odd"><th class="head"><p>Column 1</p></th>
|
||||
<th class="head"><p>Column 2</p></th>
|
||||
<th class="head"><p>Column 3</p></th>
|
||||
<th class="head"><p>Column 4</p></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="row-even"><td><p>Row 1</p></td>
|
||||
<td><p>Data</p></td>
|
||||
<td><p>Data</p></td>
|
||||
<td><p>Data</p></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td><p>Row 2</p></td>
|
||||
<td><p>Data</p></td>
|
||||
<td><p>Data</p></td>
|
||||
<td><p>Data</p></td>
|
||||
</tr>
|
||||
<tr class="row-even"><td><p>Row 3</p></td>
|
||||
<td><p>Data</p></td>
|
||||
<td><p>Data</p></td>
|
||||
<td><p>Data</p></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td><p>Row 4</p></td>
|
||||
<td><p>Data</p></td>
|
||||
<td><p>Data</p></td>
|
||||
<td><p>Data</p></td>
|
||||
</tr>
|
||||
<tr class="row-even"><td><p>Row 5</p></td>
|
||||
<td><p>Data</p></td>
|
||||
<td><p>Data</p></td>
|
||||
<td><p>Data</p></td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td><p>Row 6</p></td>
|
||||
<td><p>Data</p></td>
|
||||
<td><p>Data</p></td>
|
||||
<td><p>Data</p></td>
|
||||
</tr>
|
||||
<tr class="row-even"><td><p>Row 7</p></td>
|
||||
<td><p>Data</p></td>
|
||||
<td><p>Data</p></td>
|
||||
<td><p>Data</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
<section id="schematic">
|
||||
<h2>Schematic<a class="headerlink" href="#schematic" title="Link to this heading">¶</a></h2>
|
||||
<img alt="_images/ESP-IDF_Robot_schematic.png" src="_images/ESP-IDF_Robot_schematic.png" />
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
@@ -66,7 +122,11 @@
|
||||
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">HOW DOES IT WORK?</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">HOW DOES IT WORK?</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#reserver-pins-gpios">Reserver Pins & GPIOs</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#schematic">Schematic</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="progress.html">WORK-IN-PROGRESS WALK THROUGH</a></li>
|
||||
</ul>
|
||||
|
||||
|
@@ -1 +1 @@
|
||||
Search.setIndex({"alltitles":{"ByteRider documentation":[[0,null]],"Chassis":[[3,"chassis"]],"Finished Work":[[3,"finished-work"]],"HOW DOES IT WORK?":[[2,null]],"INTRODUCTION":[[1,null]],"Motor Wires Harness":[[3,"motor-wires-harness"]],"WORK-IN-PROGRESS WALK THROUGH":[[3,null]],"Wiring":[[3,"wiring"]]},"docnames":["index","intro","overview","progress"],"envversion":{"sphinx":65,"sphinx.domains.c":3,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":9,"sphinx.domains.index":1,"sphinx.domains.javascript":3,"sphinx.domains.math":2,"sphinx.domains.python":4,"sphinx.domains.rst":2,"sphinx.domains.std":2},"filenames":["index.rst","intro.rst","overview.rst","progress.rst"],"indexentries":{},"objects":{},"objnames":{},"objtypes":{},"terms":{"IN":0,"IT":0,"add":0,"chassi":0,"complet":3,"content":0,"control":3,"dc":3,"detail":0,"doe":0,"finish":0,"har":0,"harn":3,"how":0,"insid":3,"instal":3,"introduct":0,"motor":0,"onli":3,"progress":0,"restructuredtext":0,"secur":3,"see":0,"syntax":0,"through":0,"us":0,"walk":0,"wire":0,"work":0,"your":0},"titles":["ByteRider documentation","INTRODUCTION","HOW DOES IT WORK?","WORK-IN-PROGRESS WALK THROUGH"],"titleterms":{"IN":3,"IT":2,"byterid":0,"chassi":3,"document":0,"doe":2,"finish":3,"har":3,"how":2,"introduct":1,"motor":3,"progress":3,"through":3,"walk":3,"wire":3,"work":[2,3]}})
|
||||
Search.setIndex({"alltitles":{"ByteRider documentation":[[0,null]],"Chassis":[[3,"chassis"]],"Finished Work":[[3,"finished-work"]],"HOW DOES IT WORK?":[[2,null]],"INTRODUCTION":[[1,null]],"Motor Wires Harness":[[3,"motor-wires-harness"]],"Reserver Pins & GPIOs":[[2,"reserver-pins-gpios"]],"Schematic":[[2,"schematic"]],"WORK-IN-PROGRESS WALK THROUGH":[[3,null]],"Wiring":[[3,"wiring"]]},"docnames":["index","intro","overview","progress"],"envversion":{"sphinx":65,"sphinx.domains.c":3,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":9,"sphinx.domains.index":1,"sphinx.domains.javascript":3,"sphinx.domains.math":2,"sphinx.domains.python":4,"sphinx.domains.rst":2,"sphinx.domains.std":2},"filenames":["index.rst","intro.rst","overview.rst","progress.rst"],"indexentries":{},"objects":{},"objnames":{},"objtypes":{},"terms":{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":2,"IN":0,"IT":0,"The":2,"_static":2,"adapt":2,"add":0,"below":2,"bitbyterid":2,"board":2,"breadboard":2,"c3":2,"car":2,"chassi":0,"code":2,"column":2,"complet":3,"content":0,"control":3,"data":2,"dc":3,"detail":0,"developmemt":2,"doe":0,"esp":2,"esp32":2,"exist":2,"finish":0,"gpio":0,"har":0,"harn":3,"how":0,"i":2,"idf_robot_schemat":2,"imag":2,"insid":3,"instal":3,"introduct":0,"motor":0,"onli":3,"oper":2,"pin":0,"png":2,"power":2,"progress":0,"purpos":2,"rc":2,"reserv":0,"restructuredtext":0,"row":2,"schemat":0,"secur":3,"see":0,"summar":2,"syntax":0,"tabl":2,"through":0,"us":0,"walk":0,"wire":0,"work":0,"your":0},"titles":["ByteRider documentation","INTRODUCTION","HOW DOES IT WORK?","WORK-IN-PROGRESS WALK THROUGH"],"titleterms":{"IN":3,"IT":2,"byterid":0,"chassi":3,"document":0,"doe":2,"finish":3,"gpio":2,"har":3,"how":2,"introduct":1,"motor":3,"pin":2,"progress":3,"reserv":2,"schemat":2,"through":3,"walk":3,"wire":3,"work":[2,3]}})
|
Reference in New Issue
Block a user