@@ -90,27 +90,27 @@ Each color allows to run a different demo as following:
90
90
- ` green ` launches the hand following demo
91
91
- ` blue ` launches the line follower demo
92
92
93
- To run a demo, press the ` OK touch pad ` , after selecting the right color demo.
93
+ To run a demo, press the ` OK touch button ` , after selecting the right demo color .
94
94
95
95
To run a different demo, turn the robot off and on again or reset the Arduino® Nano ESP32.
96
96
97
97
### 1. Touch mode example (RED)
98
98
This example starts with the red leds on.
99
99
100
- ` directional touch pads ` (up, down, left, right ) program the desired movements.
100
+ ` directional touch buttons ` (UP, DOWN, LEFT, RIGHT ) program the desired movements.
101
101
102
- Everytime a directional touch pads is pressed, the leds blink with a purple color indicating that the command has been registered.
103
- - ` UP touch pad ` will register a 10 cm forward movement
104
- - ` DOWN touch pad ` will register a 10 cm backward movement
105
- - ` LEFT touch pad ` will register a 90° clockwise rotation movement
106
- - ` UP touch pad ` will register a 90° counterclockwise rotation movement
102
+ Everytime a ` directional touch button ` is pressed, the leds blink in a purple color indicating that the command has been registered.
103
+ - ` UP touch button ` will register a 10 cm forward movement
104
+ - ` DOWN touch button ` will register a 10 cm backward movement
105
+ - ` LEFT touch button ` will register a 90° clockwise rotation movement
106
+ - ` UP touch button ` will register a 90° counterclockwise rotation movement
107
107
108
- To clear the commands queue, press the ` cancel touch pad ` .
108
+ To clear the commands queue, press the ` CANCEL touch button ` .
109
109
The leds will blink in red.
110
110
111
- To start the sequence, press the ` ok touch pad ` .
111
+ To start the sequence, press the ` OK touch button ` .
112
112
113
- Pressing the ` cancel touch pad ` at any time stops the robot and resets the sequence.
113
+ Pressing the ` CANCEL touch button ` at any time stops the robot and resets the sequence.
114
114
115
115
<br >
116
116
@@ -119,11 +119,11 @@ This example starts with the green leds on.
119
119
120
120
Place an obstacle or your hand in front of the robot.
121
121
122
- To start the robot press the ` ok touch pad ` .
122
+ To start the robot press the ` OK touch button ` .
123
123
124
- The robot automatically moves itself to keep a 10 centimeters distance from the obstacle/hand.
124
+ The robot will move to keep a 10 centimeters distance from the obstacle/hand.
125
125
126
- It is possible to stop the robot at any time by pressing the ` cancel touch pad ` .
126
+ It is possible to stop the robot at any time by pressing the ` CANCEL touch button ` .
127
127
128
128
<br >
129
129
@@ -132,9 +132,9 @@ This example starts with the blue leds on.
132
132
133
133
To run this example, a white board and black tape (2cm wide) is required.
134
134
135
- Place the robot at the center of the line and press the ` ok touch pad ` .
135
+ Place the robot at the center of the line and press the ` OK touch button ` .
136
136
137
- It is possible to stop the robot at any time by pressing the ` cancel touch pad ` .
137
+ It is possible to stop the robot at any time by pressing the ` CANCEL touch button ` .
138
138
139
139
140
140
0 commit comments