WEEK 10: Wearables¶
For more detailed information regarding Actuator State Changes please see Liza Stark's Presentation Notes
Please visit this site for perfectly detailed instructions on how to Connect ATtiny85 with Arduino Uno
Schematic of my Touch and Sensor Circuit [Each colour represents a new connection]
FUNCTION I: Activate SMD LEd's to switch ON by using external Soft Switch Made in Week 5
FUNCTION II: Activate SMD LED's to Blink, Fade, or any other Arduino Effect that I have programmed onto the ATtiny.
HELPFUL NOTES ABOUT ARDUINO
- You need to always set the BOARD, PORT, PROGRAMMER
- Arduino is not very strong, all it will do is repeat a command (command depends on what sketch you write)
- ARDUINO SOFTWARE COLOUR CODES:
- TURQUOISE: command successful
- BLACK: nothing is read
- GREY: comments