I read the datasheet for this chip the Attiny44. The datasheet was very helpful because it give me the numbers of the pins. It show it me the numbers of the pins voltage and which way to orient the package. It also give me a intro of code. After this I started to figure out witch pins Im using to program my board.
I made my board you can look back to lesson #6
The wuestion that I have can you display numbers or things in the serial monitor in arduino. I'm not very familiar with the programming but I have seen this in arduino before. If you can not I would like to know why not or what do I need to add in my board to do that. But if my board can work with Arduino then how would I do that?.
When I was going to do my assigment my board work, I burn Bootloader and programmed and I took a picture with my phone. But because my phone broke and I was not able to recovered my pictures. Then I change the chip but it still ive me problems. Then I change all the parts in my board and still did not work. Then I made another board and it gave me the same problem. I looked at the data sheet to see if I was conecting my Fab ISP right. Conections where right. I do not know what it is but when I have more time I will be looking foardward to solve the problem.
This are my two boards.But I already had my code so I ended up doing it with the satshakit.
I just started to learn simple code. For example to turn on an LED. For my board Im using pin #6. Then I declare in my code that my output is the LED. Then for timing I write digitalwrite, Im giving power to my Led so is turning it on. Then I give another command digitalwrite take power away (low). But before that in order for me to see the change in the LED I put a delay of 500.
Now my light is blinking
The second code that I did is that everytime you push the button the LED will light up.
Making my LED turn off my push button.