Thursday, October 2, 2008

And so our heroes continue...

While wading through the murky waters of discovery, we uncovered many possibilities of progress. Our initial attempts to push forward towards a skin system faltered when we were unable to get both wires to substantially react. We think that it is because of a lack of power since we can only see the wires slightly move, though perhaps it is just wishful thinking.
We decided to hook up LEDs to make sure the circuit at least reacted.


The basic circuit looks like





with
' {$STAMP BS2}
'{$PBASIC 2.5}
TIME VAR Word
DEBUG "Prototype 1", CR
DO
HIGH 14
PAUSE 100
RCTIME 14, 2, TIME
DEBUG DEC TIME, CR
IF TIME=1 THEN
HIGH 2
DEBUG "TRIPPED", CR
HIGH 3
DEBUG "TRIP", CR
PAUSE 20
ENDIF
PAUSE 1000
LOW 2

LOW 3

LOOP

*N00Bs*

_Laura Wickesberg and Jessica Becker!

Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?