Category Archives: Week 7: Microcontroller WS Part 2 ATtiny

Week 7: ATtiny Slides

//Updates are coming! See links to tutorials below in the meantime :o)

Code examples below and here:

HOW TO:
Download the zip file. Place in it your Arduino folder (probably in your Documents folder) and unzip it:

Week7_Code_Examples

GETTING STARTED:
Here is the VERY HELPFUL getting started tutorial for working with the ATtiny.

INCLUDED:
Code and schematics for each
Capacitive Sensing
1) CapSense_Arduino_with_LED
Use this with Arduino

2) CapSense_ATTiny
Use this with the ATtiny

3) CapSense_ATTiny_SoftwareSerial
Use this to read sensor values from ATtiny. Here is a helpful tutorial.

Human Circuit
1) HumanCircuit_with_Arduino_LED
Use this with Arduino. Can adapt to ATtiny

2) Touch_ATtiny_Mellis
Use this with ATtiny. Has been finicky for some. Here is the documentation.