mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 07:16:08 +00:00
RC Robot Tutorial
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -35,7 +35,7 @@ possible (i.e. diagonal or sideways).
|
||||
+--------------------------+-------------------------------+
|
||||
| PWM of DC Motors | Direction |
|
||||
+--------------------------+-------------------------------+
|
||||
| PWM (left) = PWM (right) | Straight (Forward or Reverse) |
|
||||
| PWM<sub>(left)</sub> = PWM (right) | Straight (Forward or Reverse) |
|
||||
+--------------------------+-------------------------------+
|
||||
| PWM (left) > PWM (right) | Turn Left |
|
||||
+--------------------------+-------------------------------+
|
||||
|
@@ -55,22 +55,6 @@ of DC motors in pairs only (i.e. left and right side). Consequently, this means
|
||||
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
|
||||
possible (i.e. diagonal or sideways).</p>
|
||||
<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">
|
||||
<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
|
||||
|
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
config: 8b29499e4c17b20d084216bf1331defb
|
||||
config: ef302f72145d4a73b83420fd1847d5d0
|
||||
tags: 62a1e7829a13fc7881b6498c52484ec0
|
||||
|
@@ -357,58 +357,6 @@ 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
|
||||
possible (i.e. diagonal or sideways).
|
||||
</p>
|
||||
<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">
|
||||
<p class="admonition-title">
|
||||
What is PWM?
|
||||
|
Reference in New Issue
Block a user