Week 12 Slides

Nov 5, 2013 by Liza // Leave a Comment

*Remember to alter your heat circuit by adding the TIP120!*

Circuit

photo

Code


/*
Flexinol PWM Tests
Comp Craft
MFADT Fall 2013

Connect to pin 3
Change the values in analogWrite() to control the
amount of power the wire is getting.
*/
int flex = 3;
void setup(){
pinMode(flex, OUTPUT);
}
void loop(){
analogWrite(flex,127);
delay(500);
analogWrite(flex,0);
delay(8000);
}


Resources

photo (1)
Flexinol from Robotshop

Jie’s Make Article


Heatit


Leave a Reply

  • (will not be published)

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>