Assignment

Final Project

About Me

Week 12

Group Assignmet page

0.Assignment

individual assignment:
add an output device to a microcontroller board you've designed, and program it to do something

1.Using eagle


This week we decided to follow Neil's board, which is an RGB board.


In this article, I have drawn a schematic and a board, looking at what components to put along the component.


It is after soldering.

2.Programming

Programming has decided to use neil's c code using the ubuntu terminal.
I connected FabISP with Hello.RGB.45, plugged USB into computer and programmed as follows.

sudo make -f hello.rgb.45.make

sudo make -f hello.rgb.45.make program-usbtiny


If makefile: xx: *** missing separator. If stop occurs,
You should open the makefile using the nano filename.make command and remove the error on line xx.
Normally, this is an error that occurs because there is a space or the TAB command is not placed before the command,
so correcting them will solve the problem.

In my case, I did this.
The following is a caption of the text of the modified makefile.

You can download my work here
zip file download