Activity 7 - Timed Movement

Estimated completion time:
50-60 minutes

Electronic Systems: The Robot & The Codes (Page 81-83)

Link to tinkerCAD Model

The tinkerCAD model uses an older design with slightly different coding.


https://www.tinkercad.com/things/dgK0wyb2oP9

Hint #1

The forward in this code is repeated 4 times:


for (i=0: i <=3; i++){

forward (255,255)

}