mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 13:10:52 +00:00
RC Robot Tutorial
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -32,8 +32,7 @@ direction of the RC car.
|
|||||||
Based on this constraint, the RC car can only move front, back, and turn/rotate left and right. Any other movements are not
|
Based on this constraint, the RC car can only move front, back, and turn/rotate left and right. Any other movements are not
|
||||||
possible (i.e. diagonal or sideways).
|
possible (i.e. diagonal or sideways).
|
||||||
|
|
||||||
.. math::
|
:math:`PWM_{left} = PWM_{right}``
|
||||||
PWM_{left} = PWM_{right}
|
|
||||||
|
|
||||||
+--------------------------+-------------------------------+
|
+--------------------------+-------------------------------+
|
||||||
| PWM of DC Motors | Direction |
|
| PWM of DC Motors | Direction |
|
||||||
|
@@ -56,8 +56,7 @@ of DC motors in pairs only (i.e. left and right side). Consequently, this means
|
|||||||
direction of the RC car.</p>
|
direction of the RC car.</p>
|
||||||
<p>Based on this constraint, the RC car can only move front, back, and turn/rotate left and right. Any other movements are not
|
<p>Based on this constraint, the RC car can only move front, back, and turn/rotate left and right. Any other movements are not
|
||||||
possible (i.e. diagonal or sideways).</p>
|
possible (i.e. diagonal or sideways).</p>
|
||||||
<div class="math notranslate nohighlight">
|
<p><span class="math notranslate nohighlight">\(PWM_{left} = PWM_{right}`\)</span></p>
|
||||||
\[PWM_{left} = PWM_{right}\]</div>
|
|
||||||
<div class="admonition-what-is-pwm admonition">
|
<div class="admonition-what-is-pwm admonition">
|
||||||
<p class="admonition-title">What is PWM?</p>
|
<p class="admonition-title">What is PWM?</p>
|
||||||
<p><strong>PWM</strong> stands for Pulse Width Modulation. It is a technique used to simulate analog voltage levels using discrete digital signals. It works by
|
<p><strong>PWM</strong> stands for Pulse Width Modulation. It is a technique used to simulate analog voltage levels using discrete digital signals. It works by
|
||||||
|
@@ -32,8 +32,7 @@ direction of the RC car.
|
|||||||
Based on this constraint, the RC car can only move front, back, and turn/rotate left and right. Any other movements are not
|
Based on this constraint, the RC car can only move front, back, and turn/rotate left and right. Any other movements are not
|
||||||
possible (i.e. diagonal or sideways).
|
possible (i.e. diagonal or sideways).
|
||||||
|
|
||||||
.. math::
|
:math:`PWM_{left} = PWM_{right}``
|
||||||
PWM_{left} = PWM_{right}
|
|
||||||
|
|
||||||
+--------------------------+-------------------------------+
|
+--------------------------+-------------------------------+
|
||||||
| PWM of DC Motors | Direction |
|
| PWM of DC Motors | Direction |
|
||||||
|
Reference in New Issue
Block a user