This commit is contained in:
2025-07-05 22:31:52 -04:00
parent bc229bdd4a
commit 39780e68c9
11 changed files with 56 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ HOW DOES IT WORK?
================= =================
The BitByteRider RC car is powered by ESP32-C3 Breadboard & Power adapter developmemt board. The BitByteRider RC car is powered by ESP32-C3 Breadboard & Power adapter developmemt board.
The Schematic and KiCAd PCB board are available on GitHub_ : https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter The Schematic and KiCAd PCB board are available on GitHub_: https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter
.. _GitHub: https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter .. _GitHub: https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter

View File

@@ -1,7 +1,13 @@
REFERENCES REFERENCES
========== ==========
GitHub
------
GitHub_ containing complete source code with README.md file: https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md Complete source code_ with README.md file: https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md
.. _GitHub: https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md .. _code: https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md
KiCAd Schematic_ and PCB design:
.. _Schematic: https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter

View File

@@ -70,7 +70,10 @@
<li class="toctree-l2"><a class="reference internal" href="progress.html#motor-wires-harness">Motor Wires Harness</a></li> <li class="toctree-l2"><a class="reference internal" href="progress.html#motor-wires-harness">Motor Wires Harness</a></li>
</ul> </ul>
</li> </li>
<li class="toctree-l1"><a class="reference internal" href="references.html">REFERENCES</a></li> <li class="toctree-l1"><a class="reference internal" href="references.html">REFERENCES</a><ul>
<li class="toctree-l2"><a class="reference internal" href="references.html#github">GitHub</a></li>
</ul>
</li>
</ul> </ul>
</div> </div>
</section> </section>

View File

@@ -36,7 +36,7 @@
<section id="how-does-it-work"> <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> <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 &amp; Power adapter developmemt board. <p>The BitByteRider RC car is powered by ESP32-C3 Breadboard &amp; Power adapter developmemt board.
The Schematic and KiCAd PCB board are available on <a class="reference external" href="https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter">GitHub</a> : <a class="reference external" href="https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter">https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter</a></p> The Schematic and KiCAd PCB board are available on <a class="reference external" href="https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter">GitHub</a>: <a class="reference external" href="https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter">https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter</a></p>
<section id="reserved-pins-gpios"> <section id="reserved-pins-gpios">
<h2>Reserved Pins &amp; GPIOs<a class="headerlink" href="#reserved-pins-gpios" title="Link to this heading"></a></h2> <h2>Reserved Pins &amp; GPIOs<a class="headerlink" href="#reserved-pins-gpios" title="Link to this heading"></a></h2>
<p>The following table summarizes GPIOs and pins reserved for operations purposes.</p> <p>The following table summarizes GPIOs and pins reserved for operations purposes.</p>

View File

@@ -34,7 +34,11 @@
<section id="references"> <section id="references">
<h1>REFERENCES<a class="headerlink" href="#references" title="Link to this heading"></a></h1> <h1>REFERENCES<a class="headerlink" href="#references" title="Link to this heading"></a></h1>
<p><a class="reference external" href="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md">GitHub</a> containing complete source code with README.md file: <a class="reference external" href="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md">https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md</a></p> <section id="github">
<h2>GitHub<a class="headerlink" href="#github" title="Link to this heading"></a></h2>
<p>Complete source <a class="reference external" href="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md">code</a> with README.md file: <a class="reference external" href="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md">https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md</a></p>
<p>KiCAd <a class="reference external" href="https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter">Schematic</a> and PCB design:</p>
</section>
</section> </section>
@@ -70,7 +74,10 @@
<li class="toctree-l1"><a class="reference internal" href="transmitter.html">TRANSMITTER</a></li> <li class="toctree-l1"><a class="reference internal" href="transmitter.html">TRANSMITTER</a></li>
<li class="toctree-l1"><a class="reference internal" href="receiver.html">RECEIVER</a></li> <li class="toctree-l1"><a class="reference internal" href="receiver.html">RECEIVER</a></li>
<li class="toctree-l1"><a class="reference internal" href="progress.html">WORK-IN-PROGRESS WALK THROUGH</a></li> <li class="toctree-l1"><a class="reference internal" href="progress.html">WORK-IN-PROGRESS WALK THROUGH</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">REFERENCES</a></li> <li class="toctree-l1 current"><a class="current reference internal" href="#">REFERENCES</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#github">GitHub</a></li>
</ul>
</li>
</ul> </ul>
<div class="relations"> <div class="relations">

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
# Sphinx build info version 1 # Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. # This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 5bb2145f9593f74dd25e8de5fe3409f7 config: 04e33f2a838f978d4743e35d2af18ae1
tags: 62a1e7829a13fc7881b6498c52484ec0 tags: 62a1e7829a13fc7881b6498c52484ec0

View File

@@ -181,6 +181,13 @@
<a class="reference internal" href="#references"> <a class="reference internal" href="#references">
REFERENCES REFERENCES
</a> </a>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="#github">
GitHub
</a>
</li>
</ul>
</li> </li>
</ul> </ul>
</div> </div>
@@ -1118,15 +1125,31 @@ This enables fine-grained speed control, supports differential drive configurati
&para; &para;
</a> </a>
</h2> </h2>
<p> <section id="github">
<a class="reference external" href="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md"> <h3>
GitHub GitHub
<a class="headerlink" href="#github" title="Link to this heading">
&para;
</a> </a>
containing complete source code with README.md file: </h3>
<p>
Complete source
<a class="reference external" href="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md">
code
</a>
with README.md file:
<a class="reference external" href="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md"> <a class="reference external" href="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md">
https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md
</a> </a>
</p> </p>
<p>
KiCAd
<a class="reference external" href="https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter">
Schematic
</a>
and PCB design:
</p>
</section>
</section> </section>
</div> </div>
</section> </section>