Skip to content

Commit 21d02a5

Browse files
author
committed
Deployed 3881382 with MkDocs version: 1.6.1
1 parent 3881382 commit 21d02a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BasicExercises/DriveServoMotor/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -978,10 +978,10 @@ <h3 id="controlling-a-standard-servomotor-directly-from-the-arduino-informal-exe
978978
<p>The MG90 is a very low power servo motor and can be driven directly from the Arduino board power supply, without the need for an external supply. If you attempt this with the MG996 servo, you may find that the current draw is too great, and this may cause glitches in the power supply lines that cause the Arduino to "<debughl><a href="https://www.allaboutcircuits.com/technical-articles/what-is-brown-out-reset-microcontroller-prevent-false-power-down/" title="Link to an article on the All About Circuits website">Brownout reset</a></debughl>”. For the remainder of this exercise, we will use the MG90.</p>
979979
<div class="admonition note">
980980
<p class="admonition-title">Note on the following Informal Exercise</p>
981-
<p>The exercise is a legacy exercise from a previous iteration of this course and required an unconnected Arduino and a MG90 servo, i.e. not connected into your robot chassis, as shown in <debughl><a href="#simpleServo">Fig. 1</a></debughl>.</p>
981+
<p>The exercise is a legacy exercise from a previous iteration of this course and required an unconnected Arduino and a MG90 servo, i.e. not connected into your robot chassis, as shown in <debughl><a href="#simpleServo">Fig. 2</a></debughl>.</p>
982982
<p>This exercise is not manditory, but provides you with a code example for the operation of a standard servo motor, and the code is applicable for both the MG90 and the larger MG996. This example code, provided, can form the basis of the assessed exercise for the servo integrated onto the robot chassis.</p>
983983
</div>
984-
<p>During this exercise, we will use the circuit shown in <debughl><a href="#simpleServo">Fig. 1</a></debughl>, where:</p>
984+
<p>During this exercise, we will use the circuit shown in <debughl><a href="#simpleServo">Fig. 2</a></debughl>, where:</p>
985985
<ul>
986986
<li>The red wire of the servo is the positive supply, and is connected to the 5V if the Arduino</li>
987987
<li>The brown wire is the negative supply and should be connected to the ground line.</li>
@@ -998,7 +998,7 @@ <h3 id="controlling-a-standard-servomotor-directly-from-the-arduino-informal-exe
998998
</div>
999999
<p><strong>Procedure:</strong></p>
10001000
<ol>
1001-
<li>Connect the circuit shown in <debughl><a href="#simpleServo">Fig. 1</a></debughl>.</li>
1001+
<li>Connect the circuit shown in <debughl><a href="#simpleServo">Fig. 2</a></debughl>.</li>
10021002
<li>Download the <debughl><a href="https://drive.google.com/uc?id=12UGk72jEbWFEJZEG9WvTIxJYWdE80f4-">Standard_Servo_Example.ino</a></debughl> code from the Blackboard folder for this practical. Also included below:</li>
10031003
</ol>
10041004
<p><em>Arduino code for the Standard_Servo_Example.ino Example</em>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)