Home About Me Final Project Weekly Progress Notes
fab-academy2.jpg

[03/11/2014]

Programming LED + Button Board  

After finishing testing of the Echo Hello World board connection testing I started to work on programming the board. First I had to install the toolchain over Windows so I followed this tutorial http://academy.cba.mit.edu/content/tutorials/akf/programming_FabISP.html. I used Windows version of AVRDude and used the tutorial written by Anna and the code supplied by Neil to program the Echo Hello World. Here is the link to the tutorial. http://academy.cba.mit.edu/content/tutorials/akf/hello_echo_c.html
avrdudescr1.png
avrdudescr2.png
avrdudescr3.png
After succefully uploading the code of the Echo Hello world to my board I installed the Arduino development envirnment to test the code using the serial terminal available. Everything went fine.
avrdudescr4.png
To program the Button and LED I used Arduino IDE and followed the installation instruction to install the attiny board configuration in Arduino using this tutorial http://academy.cba.mit.edu/content/tutorials/akf/embedded_programming_arduinoIDE.html.


 avrdudescr5.png wk6pic3.jpg
 
This week experience was enjoyable.