Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
fabricademy2017:classes:wearables2 [2017/11/20 19:27]
becky_stewart
fabricademy2017:classes:wearables2 [2017/11/23 17:53]
becky_stewart
Line 6: Line 6:
  
 This second class on the topic of wearables and e-textiles will focus on incorporating computation into soft circuits by using microcontrollers and single-board computers. This second class on the topic of wearables and e-textiles will focus on incorporating computation into soft circuits by using microcontrollers and single-board computers.
 +
 +**Prep for Class**
 +
 +Install the Arduino software (IDE) on your computer or test that you can use the new Web Editor for Arduino. Upload the Blink sketch. See [[http://​adventuresinarduinobook.com/​the-adventures/​adventure-1-setting-up-your-arduino/​|this tutorial]] for guidance on installing the IDE or [[https://​www.arduino.cc/​en/​Guide/​HomePage|this page]] for info about both the IDE and Web Editor. Doesn’t matter whether an Uno, Lilypad or some other Arduino board.
 +
 +Prepare a pressure or stretch sensor.
 +
 +Have a multimeter handy.
 +
  
 **Class Outline** **Class Outline**
 +
 +Slides available on [[https://​speakerdeck.com/​theleadingzero/​fabricademy-wearables-and-e-textiles-ii|speakerdeck]].
  
   - Introduction to microcontrollers and single-board computers   - Introduction to microcontrollers and single-board computers
Line 14: Line 25:
   - Hard-soft connections to a microcontroller   - Hard-soft connections to a microcontroller
   - Code reading Arduino examples (how to figure out what to copy and paste)   - Code reading Arduino examples (how to figure out what to copy and paste)
 +
 +Here are the videos that go with the Arduino Starter Kit examples included in the Arduino examples.
 +{{youtube>​2X8d_r0p92U?​medium}}
  
 **Assignment** **Assignment**