mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 05:07:07 +00:00
RC Robot Tutorial
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -32,9 +32,11 @@ 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).
|
||||
|
||||
PWM<sub>(left)</sub> = PWM<sub>(right)</sub>
|
||||
|
||||
+--------------------------+-------------------------------+
|
||||
| PWM of DC Motors | Direction |
|
||||
+--------------------------+-------------------------------+
|
||||
+------------------------------------+-------------------------------+
|
||||
| PWM<sub>(left)</sub> = PWM (right) | Straight (Forward or Reverse) |
|
||||
+--------------------------+-------------------------------+
|
||||
| PWM (left) > PWM (right) | Turn Left |
|
||||
|
@@ -55,6 +55,7 @@ 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>
|
||||
<p>PWM<sub>(left)</sub> = PWM<sub>(right)</sub></p>
|
||||
<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: ef302f72145d4a73b83420fd1847d5d0
|
||||
config: ae6d2b15d9cc35defb8544ddc9e9e626
|
||||
tags: 62a1e7829a13fc7881b6498c52484ec0
|
||||
|
@@ -357,6 +357,9 @@ 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>
|
||||
<p>
|
||||
PWM<sub>(left)</sub> = PWM<sub>(right)</sub>
|
||||
</p>
|
||||
<div class="admonition-what-is-pwm admonition">
|
||||
<p class="admonition-title">
|
||||
What is PWM?
|
||||
|
Reference in New Issue
Block a user