Team Eleven/Journal

From Maslab 2013
(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
 
<div>Jan - 8</div>
 
<div>Jan - 8</div>
 
<div>-Today we experimented with the IR sensor, but could not get it to work reliably outside of a 3in range between 3 and 6 inches. Will work on this tomorrow. Temporary limit switches were added to the front of the pegbot for checkoff 2. A debounce class was added for digital reads. New commands are now supported by the arduino code, the ability to get limit switch info and to set the speed of the left and right motor separately.</div>
 
<div>-Today we experimented with the IR sensor, but could not get it to work reliably outside of a 3in range between 3 and 6 inches. Will work on this tomorrow. Temporary limit switches were added to the front of the pegbot for checkoff 2. A debounce class was added for digital reads. New commands are now supported by the arduino code, the ability to get limit switch info and to set the speed of the left and right motor separately.</div>
 +
<div>Jan - 9</div>
 +
<div>-Today we mostly worked on preparing the deliverables for the checkoff. Most importantly, we decided what design we want to go with and have a scale detailed drawing of it. We also made some progress with the vision code. Some proto code was written that we used to find balls in the sample image. The arduino code was also edited to move motor control into a class to reduce repeated code.</div>

Revision as of 17:44, 10 January 2013

Jan - 7
-Today we made the peg bot. We set up the arduino code to receive command codes from the computer. The command system is setup so that the computer can send a code and parameters over serial to the robot. The supported commands added today were set forward and backwards speed. For checkoff one, we had the computer send varying speed commands that made the robot move back and forth.
-Problems: the right motor is not moving properly. Will check it's setup later
Jan - 8
-Today we experimented with the IR sensor, but could not get it to work reliably outside of a 3in range between 3 and 6 inches. Will work on this tomorrow. Temporary limit switches were added to the front of the pegbot for checkoff 2. A debounce class was added for digital reads. New commands are now supported by the arduino code, the ability to get limit switch info and to set the speed of the left and right motor separately.
Jan - 9
-Today we mostly worked on preparing the deliverables for the checkoff. Most importantly, we decided what design we want to go with and have a scale detailed drawing of it. We also made some progress with the vision code. Some proto code was written that we used to find balls in the sample image. The arduino code was also edited to move motor control into a class to reduce repeated code.