Energy Analysis

Lab 6 Arduino Code

//Run all motors at 30% power for 4 seconds

motorSpeed(4,30);

goFor(4);

//Run all motors at 0% power for 10 seconds

motorSpeed(4,0);

goFor(10);

There were some technical difficulties running the code for the Arduino IDE again, but those were eventually resolved.  The main source of error was taking consistent and accurate measurements on the track.  The group had to coordinate specifically which part of the AEV was being used as a reference point.  Additional runs with different codes would have been preferred for more data points during this lab.