Erich and Brandon's Lowrider

Hi! Our names are Erich and Brandon. We are taking a computer class at Vina Danks Middle School in Ontario, California. In the first two trimesters this year, we have learned how to do Logo programming using MicroWorlds and how to make web pages using HTML. This trimester we are building with Legos and programming them with the Logo software that comes with Legos.

Our first project is called lowrider. We named it Lowrider because it is a low riding robot with a pen attached to it. First we built the Lowrider and tested it out and we had trouble with the wires getting tangled in the wheels. It took us one hour and thirty minutes. It drew straight lines but turned a little each time it went back and forth making the pen draw a curved line.

Below is a picture of the Lego project and the procedures.

to lowrider
talkto [motora soundb]
setleft
onfor 15
talkto [motora soundb]
setright
onfor 15
talkto [motora soundb]
setleft
onfor 15
talkto [motora soundb]
setright
onfor 15
end

to rider
repeat 100[lowrider]
end

Vina Danks Home Page || Student Projects