FAB ACADEMY 2012 FĂŠlix Libio
Embedded Programming
Arduino IDE: This software is easy to use, but a little long to install, it has too many requirements. Here are the steps in windows7 installation: --Step 1: Download Arduino IDE
--Step 2: Add ATtiny libraries in /arduino-1.0/hardware/, Download the libraries “ --Step 3: Install the driver FABISP (USBtiny)
do it only if it recognizes the usbtiny=fabisp, install it from device manager, look for the folder you downloaded, and to install anyway. --Step 4: Install FTDI --Step 5: Install Winavr for the use of avrdude, Already installed, open Arduino and setting:
1. Menu "tool/board" select "Attiny44 (external 20MHz clock)
2. Menu "tool/SerialPort" select port, You see in device manager in "Ports Com"
3.Menu "tool/programmer" select "usbtiny"
4. Finally click in "Burn Bootloader"
You must have your code ready, there are many examples in Arduino in /File/example/digital/button and select the pins of Attiny, connecting the LED and BUTTON