Always write down username and password to some place safe. Took me days to figure out my username and password to my blog..........
Our group members for project 1
Ajahne Santa Ana
Lynda Bayas
David Kuo
Zinger Yang
Shoaib Zahoori
Cricket and Tablet - Project Tasks (also available on course website)
Create a SerialReaderWriter class that receive input from the cricket and send it commands. Make two crickets communicating; implement a simple responsive environment scenario using two crickets, digital and analogue input (sensors) as well as output (motors and LEDs). Learn how to use the tablet to recognize a variety of gestures. Combine input from the tablet in your responsive environment.
Our First Meeting (02-10-2005 @ 19:00)
Ajahne and Zinger were trying to get the Tablet to work while Lynda, Shoaib and I were playing with the HandyCricket.
Minor Problem with Cricket Logo
the usage of 'on' vs. 'onfor' seems a bit unclear
for example:
when typed the following codes into the "Command Center"
a, on // turn on a -- the motor
off
onfor 20
b, on // turn on b -- the lamp
the above codes works and everything works (motor and lamp)
Now when we typed the following codes into the "Cricket Logo Programs"
to demo
a, on // turn on a -- the motor
off
onfor 20
b, on // turn on b -- the lamp BUT it DID NOT light up
end
the motor works but lamp didn't light up.
So we replaced the line "b, on" with "b, onfor 10" and it works
We will have to play more with Cricket Logo to get a better understanding on this programming language.
Ajahne and Zinger got the Tablet to work.
Our next meeting is schedule on 02-15-2005