Reflectance Sensors:
The Reflectance Sensors have a single infrared LED and a small phototransistor on the red board. It keeps track of the distance the AEV travels using the reflective tape on the wheel. In this lab, sensors help us control and monitor the distance that AEV traveled, they are important and necessary part in AEV.
Data Analysis Tool:
Code used:
reverse(4);
// Accelerating motors
celerate(4,0,30,2);
motorSpeed(4,30);
goFor(1);
celerate(4,30,15,2);
reverse(4);
celerate(4,15,25,2);
motorSpeed(4,25);
goFor(2);//Decelerate motors to 5
celerate(4,25,5,5);
brake(4);
Concept Screening and Scoring:
For the concept screening and scoring matrices, five different prototypes were scored. With these scores, two prototypes were chosen to move onto the advanced research and design. For the concept scoring matrix (pictured below), many success criterias were chosen and given a weight to it. The lower the number was for each category, the worse it was. When the total score was calculated, if it was over 3, it was considered to move on. If the number was under 3, it was not considered at all. For the concept screening matrix (pictured above), these success criteria were then given +’s and -‘s. Depending on how many +’s, 0’s, and -‘s there were for each would determine if the design was moved on in the process.