This commit is contained in:
2025-07-05 22:43:47 -04:00
parent 3ff70b1779
commit 77b6f2ed4c
13 changed files with 22 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
INTRODUCTION OVERVIEW
============ ============
At the heart of this project is a customizable remote-controlled car that responds to real-time control inputs — capable of handling speed adjustments, At the heart of this project is a customizable remote-controlled car that responds to real-time control inputs — capable of handling speed adjustments,

View File

@@ -64,7 +64,7 @@
</search> </search>
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3> <script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
<ul> <ul>
<li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a></li> <li class="toctree-l1"><a class="reference internal" href="intro.html">OVERVIEW</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></li>
<li class="toctree-l1"><a class="reference internal" href="data.html">DATA STRUCT</a></li> <li class="toctree-l1"><a class="reference internal" href="data.html">DATA STRUCT</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="transmitter.html">TRANSMITTER</a></li>

View File

@@ -14,7 +14,7 @@
<script src="_static/sphinx_highlight.js?v=dc90522c"></script> <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="genindex.html" /> <link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" /> <link rel="search" title="Search" href="search.html" />
<link rel="next" title="INTRODUCTION" href="intro.html" /> <link rel="next" title="OVERVIEW" href="intro.html" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" /> <link rel="stylesheet" href="_static/custom.css" type="text/css" />
@@ -37,7 +37,7 @@
<img alt="_images/ESP-IDF_Robot.jpg" src="_images/ESP-IDF_Robot.jpg" /> <img alt="_images/ESP-IDF_Robot.jpg" src="_images/ESP-IDF_Robot.jpg" />
<div class="toctree-wrapper compound"> <div class="toctree-wrapper compound">
<ul> <ul>
<li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a><ul> <li class="toctree-l1"><a class="reference internal" href="intro.html">OVERVIEW</a><ul>
<li class="toctree-l2"><a class="reference internal" href="intro.html#abstract">ABSTRACT</a></li> <li class="toctree-l2"><a class="reference internal" href="intro.html#abstract">ABSTRACT</a></li>
</ul> </ul>
</li> </li>
@@ -105,7 +105,7 @@
</search> </search>
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3> <script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
<ul> <ul>
<li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a></li> <li class="toctree-l1"><a class="reference internal" href="intro.html">OVERVIEW</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></li>
<li class="toctree-l1"><a class="reference internal" href="data.html">DATA STRUCT</a></li> <li class="toctree-l1"><a class="reference internal" href="data.html">DATA STRUCT</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="transmitter.html">TRANSMITTER</a></li>
@@ -118,7 +118,7 @@
<h3>Related Topics</h3> <h3>Related Topics</h3>
<ul> <ul>
<li><a href="#">Documentation overview</a><ul> <li><a href="#">Documentation overview</a><ul>
<li>Next: <a href="intro.html" title="next chapter">INTRODUCTION</a></li> <li>Next: <a href="intro.html" title="next chapter">OVERVIEW</a></li>
</ul></li> </ul></li>
</ul> </ul>
</div> </div>

View File

@@ -5,7 +5,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>INTRODUCTION &#8212; Byte Rider 06-2025 documentation</title> <title>OVERVIEW &#8212; Byte Rider 06-2025 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=5ecbeea2" /> <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=5ecbeea2" />
<link rel="stylesheet" type="text/css" href="_static/basic.css?v=b08954a9" /> <link rel="stylesheet" type="text/css" href="_static/basic.css?v=b08954a9" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=27fed22d" /> <link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=27fed22d" />
@@ -33,8 +33,8 @@
<div class="body" role="main"> <div class="body" role="main">
<section id="introduction"> <section id="overview">
<h1>INTRODUCTION<a class="headerlink" href="#introduction" title="Link to this heading"></a></h1> <h1>OVERVIEW<a class="headerlink" href="#overview" title="Link to this heading"></a></h1>
<p>At the heart of this project is a customizable remote-controlled car that responds to real-time control inputs — capable of handling speed adjustments, <p>At the heart of this project is a customizable remote-controlled car that responds to real-time control inputs — capable of handling speed adjustments,
directional changes, and even extended features like lights or sensors. The foundational setup uses ESP-NOW for transmitter and receiver devices, directional changes, and even extended features like lights or sensors. The foundational setup uses ESP-NOW for transmitter and receiver devices,
allowing you to wirelessly guide the cars behavior. While the design and physical appearance of the RC car can vary wildly depending on your allowing you to wirelessly guide the cars behavior. While the design and physical appearance of the RC car can vary wildly depending on your
@@ -88,7 +88,7 @@ These signals are then used to control the speed and direction of the DC motors,
</search> </search>
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3> <script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
<ul class="current"> <ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">INTRODUCTION</a><ul> <li class="toctree-l1 current"><a class="current reference internal" href="#">OVERVIEW</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#abstract">ABSTRACT</a></li> <li class="toctree-l2"><a class="reference internal" href="#abstract">ABSTRACT</a></li>
</ul> </ul>
</li> </li>

View File

@@ -2,4 +2,7 @@
# Project: Byte Rider # Project: Byte Rider
# Version: # Version:
# The remainder of this file is compressed using zlib. # The remainder of this file is compressed using zlib.
<EFBFBD>An<EFBFBD> E<><45><EFBFBD> <0B>R<EFBFBD><52>T<EFBFBD>C+<2B><><EFBFBD>4kj& <09> <EFBFBD><EFBFBD>n<EFBFBD> <14><>y
^<5E>%<25><><EFBFBD><EFBFBD>,<2C><><EFBFBD><1A><><EFBFBD>ə<EFBFBD>(4H<34><48><EFBFBD><EFBFBD>Q2M<32><4D><0E><><EFBFBD><EFBFBD>/(<28>$<24><>zR<7A><52><EFBFBD>#V<><56>йq<D0B9><71>T<EFBFBD><54> v<>jA<6A>Z<EFBFBD><5A>9<>w6<><36><EFBFBD><EFBFBD><11>b<EFBFBD><62>+<2B>ev<65>z<16><>u<04><><EFBFBD><EFBFBD><EFBFBD><67><CDB6><EFBFBD><>)<29><>h<EFBFBD>
<EFBFBD>9<EFBFBD><EFBFBD><EFBFBD><1F><>p<>17<31><37>>׻c<16><><EFBFBD><EFBFBD><EFBFBD>$S<><53><EFBFBD><1D><>Ś<EFBFBD><C59A>4<EFBFBD>;1 <0B><>Kh<4B>T<EFBFBD><54>3<EFBFBD>9<EFBFBD>ӷ9+O<><1C><><EFBFBD>Q<EFBFBD>f<EFBFBD><19>5<EFBFBD><35>@<40>
ׯ<EFBFBD>,<2C><18><08><><EFBFBD><EFBFBD><0F><><1B><>pL#<23>J)2<><32><04>6<EFBFBD>V*d<01>a^<5E><16><>ROc<4F><63>Ve<15><>`i<><69>T/<2F>

View File

@@ -82,7 +82,7 @@
<h3>Navigation</h3> <h3>Navigation</h3>
<ul> <ul>
<li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a></li> <li class="toctree-l1"><a class="reference internal" href="intro.html">OVERVIEW</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></li>
<li class="toctree-l1"><a class="reference internal" href="data.html">DATA STRUCT</a></li> <li class="toctree-l1"><a class="reference internal" href="data.html">DATA STRUCT</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="transmitter.html">TRANSMITTER</a></li>

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: 4e4561c741c8b5e01a115ab6f3cc20f3 config: c36f7db2529272377fb380fff2fba929
tags: 62a1e7829a13fc7881b6498c52484ec0 tags: 62a1e7829a13fc7881b6498c52484ec0

View File

@@ -61,8 +61,8 @@
</h3> </h3>
<ul> <ul>
<li class="toctree-l1"> <li class="toctree-l1">
<a class="reference internal" href="#introduction"> <a class="reference internal" href="#overview">
INTRODUCTION OVERVIEW
</a> </a>
<ul> <ul>
<li class="toctree-l2"> <li class="toctree-l2">
@@ -208,10 +208,10 @@
<div class="toctree-wrapper compound"> <div class="toctree-wrapper compound">
<span id="document-intro"> <span id="document-intro">
</span> </span>
<section id="introduction"> <section id="overview">
<h2> <h2>
INTRODUCTION OVERVIEW
<a class="headerlink" href="#introduction" title="Link to this heading"> <a class="headerlink" href="#overview" title="Link to this heading">
&para; &para;
</a> </a>
</h2> </h2>