Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Arduino Workshop

Arduino Workshop

Arduino workshop covering Arduino basics, soft circuits, and ATtiny45s.

Becky Stewart

August 01, 2013
Tweet

More Decks by Becky Stewart

Other Decks in Technology

Transcript

  1. Lets us translate electricity into code and code into electricity

    Physical things can affect or be affected by electricity What's an Arduino?
  2. How to work with code and circuits with Arduinos Build

    circuits with traditional components Use less traditional conductive materials to make 'soft circuits' Put code on smaller microcontrollers – ATtiny45 Use Arduino Uno to make sound Projects What are we doing?
  3. Installing Support for ATtiny 1.See http://hlt.media.mit.edu/?p=1695 2.Download .zip file from

    https://github.com/damellis/attiny/ 3.Extract contents and put in folder named 'attiny' 4.Move folder to inside sketchbook location to Arduino/hardware 5.Restart Arduino
  4. To Upload Code to Attiny • Select Uno as Board

    • Upload ArduinoISP to Uno • Select ATtiny45 as Board • Burn Bootloader • Upload your code