7week//

This week I've programmed my Hello board to blink with Arduino using my Fab ISP programmer.
I've programmed the microcontroller ATtiny44A, the RGB led and the buttom with the Arduino Blink. Once the microcontroller is programer it'll be remember the program.

//Software installation

• To start I've installed:
1.FTDI drivers
2.Arduino IDE Software
3.Arduino ATtiny hardware Library
Follow this steps to install this Library:
• Unzip the attiny master.zip file. It should contain an “attiny-master” folder that contains an “attiny” folder.
• Locate your Arduino sketchbook folder.
• Create a new sub-folder called “hardware” in the sketchbook folder.
• Copy the “attiny” folder (not the attiny-master folder). Arduino 1.0 into ATtiny

//Program the board

• To program the board I've used the ISP.
•My board didn't work, so I've checked the connections and re-sold all the components that looks no be attach and I've add wire where the conexions didn't work.

•I 've followed this steps to program my microcontroller with Arduino:
1. Connect the ISP programmer with your Hello board using your ISP connector cable. I've used my Fab ISP programmer.
2. With the USB cable conect ISP programmer to your computer and open your Arduino IDE.
3. Go to Tools: Board menu and select ATtiny44 (20 Mhz Clock)
4. Now, go to Tools: Programmer menu and select USBtinyISP
5. To finish and send the bootloader to the micro controller go to: Tools and select Burn Bootloader

•Now my board is working: blinks!