Micro Datasheet

In this assigment I will ve using the Electronics Production week board I did. This is an attiny44a micro from AVR. I found the micro datasheet at this link.

Reading a micro might be a long and messy task. I used Sparkfun Electronics guide "How to read a Datasheet" (link here), which summaries the most important stuff when not having experience with electronics.

According to the guide, I will be looking for: summary, specifications, pinout, absolute ratings, recommended operation conditions and example schematics.

Programming

When doing Electronics design week, I programmed the echo-hello board for having a LED and a button. For this week Im going to make the light blink and the button will stop that blink.

I will be using the Arduino IDE to connect the board and program it with Arduino languaje and C languaje, just to verify it can work with both.

Using the Sparkfun guide "Tiny AVR Programmer Hookup Guide" (Link Here) I will be using the programmer we did during week 2 and Arduino IDE. The guide also explains how to donwload driver for attiny micros and Arduino IDE set up for programming. T

Arduino languaje

Using Arduino IDE I programmed the blink code.

C Languaje