Hi! Our names are Chris and Ernesto. Our fourth Lego project was building a car. First we used the joystick from the previous project, but it kept getting out of adjustment so we made a push button remote. We had to make this remote from scratch. We had to decide what the three buttons would do. We chose forward, back, and left. We couldn't do right because there was only 3 buttons. We then had to make sure that the controller worked with the car. When we found out that the wires were crossed, we had to make sure that the wires were untangled and then check if it worked. We also added a third wheel that made it turn better. When it worked we had a time trial and we had the best time at 15 seconds on a straight forward race. Then Brandon and Erich beat our time with 14 seconds. So we raced again and got a time of 13 seconds. Then Brian and Jason beat us with a time of 12 seconds. Then we did a race around the tables. Then we had to do this obstacle course Mr. St. Clair made with chairs. Our time was 33 seconds.
We also had battles with the other teams. Every time my partner Chris battles, he always loses and when I battle I always win.
Below is a picture of the Lego project and the procedures. The first picture is with the joystick. The second picture is with the button controller and a third wheel. The third picture the car has four wheels and in the back you can see the chair legs in the obstacle course.
to drive
ac, thisway setpower 8
onfor 20
ac, thatway setpower 8
onfor 20
a, thatway
ac, onfor 3
a, thisway
c, thatway
ac, onfor 3
a, thatway
c, thisway
ac, onfor 6
end
to race
resetc1
resetc3
ac, setpower 8
launch [joystick]
end
to joystick
loop [
if counter1 < -1 [right]
if counter1 > 1 [left]
if counter3 < -1 [back]
if counter3 > 1 [forward]]
if (switch2 = 1) [stop]
end
to forward
a, thisway
c, thisway
ac, onfor 5
end
to back
a, thatway
c, thatway
ac, onfor 5
end
to right
a, thisway
c, thatway
ac, onfor 1
end
to left
a, thatway
c, thisway
ac, onfor 1
end
to start
loop[
if switch1 = 1 [forward] if switch2 = 1 [back] if switch3 = 1 [left]]
end