mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-10 07:43:26 +00:00
RC Robot Tutorial
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -39,8 +39,8 @@ possible (i.e. diagonal or sideways).
|
|||||||
|
|
||||||
+--------------------------+-------------------------------+
|
+--------------------------+-------------------------------+
|
||||||
| PWM of DC Motors | Direction |
|
| PWM of DC Motors | Direction |
|
||||||
+------------------------------------+-------------------------------+
|
+--------------------------+-------------------------------+
|
||||||
| PWM<sub>(left)</sub> = PWM (right) | Straight (Forward or Reverse) |
|
| PWM(left) = PWM(right) | Straight (Forward or Reverse) |
|
||||||
+--------------------------+-------------------------------+
|
+--------------------------+-------------------------------+
|
||||||
| PWM (left) > PWM (right) | Turn Left |
|
| PWM (left) > PWM (right) | Turn Left |
|
||||||
+--------------------------+-------------------------------+
|
+--------------------------+-------------------------------+
|
||||||
|
@@ -59,6 +59,22 @@ possible (i.e. diagonal or sideways).</p>
|
|||||||
<p><span class="math notranslate nohighlight">\(PWM_{left} = PWM_{right}\)</span></p>
|
<p><span class="math notranslate nohighlight">\(PWM_{left} = PWM_{right}\)</span></p>
|
||||||
<div class="math notranslate nohighlight">
|
<div class="math notranslate nohighlight">
|
||||||
\[PWM_{left} = PWM_{right}\]</div>
|
\[PWM_{left} = PWM_{right}\]</div>
|
||||||
|
<table class="docutils align-default">
|
||||||
|
<tbody>
|
||||||
|
<tr class="row-odd"><td><p>PWM of DC Motors</p></td>
|
||||||
|
<td><p>Direction</p></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-even"><td><p>PWM(left) = PWM(right)</p></td>
|
||||||
|
<td><p>Straight (Forward or Reverse)</p></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-odd"><td><p>PWM (left) > PWM (right)</p></td>
|
||||||
|
<td><p>Turn Left</p></td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-even"><td><p>PWM (left) < PWM (right)</p></td>
|
||||||
|
<td><p>Turn Right</p></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
<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
|
||||||
|
File diff suppressed because one or more lines are too long
@@ -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: 87aa84d2d1d17f2da0aa9161984c2995
|
config: 8c51dfaa0b2aa278c524a0342bca1f06
|
||||||
tags: 62a1e7829a13fc7881b6498c52484ec0
|
tags: 62a1e7829a13fc7881b6498c52484ec0
|
||||||
|
Binary file not shown.
@@ -367,6 +367,58 @@ possible (i.e. diagonal or sideways).
|
|||||||
<div class="math notranslate nohighlight">
|
<div class="math notranslate nohighlight">
|
||||||
\[PWM_{left} = PWM_{right}\]
|
\[PWM_{left} = PWM_{right}\]
|
||||||
</div>
|
</div>
|
||||||
|
<table class="docutils align-default">
|
||||||
|
<tbody>
|
||||||
|
<tr class="row-odd">
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
PWM of DC Motors
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
Direction
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-even">
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
PWM(left) = PWM(right)
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
Straight (Forward or Reverse)
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-odd">
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
PWM (left) > PWM (right)
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
Turn Left
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="row-even">
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
PWM (left) < PWM (right)
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
Turn Right
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
<div class="admonition-what-is-pwm admonition">
|
<div class="admonition-what-is-pwm admonition">
|
||||||
<p class="admonition-title">
|
<p class="admonition-title">
|
||||||
What is PWM?
|
What is PWM?
|
||||||
|
Reference in New Issue
Block a user