148
edits
| No edit summary | |||
| Line 1: | Line 1: | ||
| == ATMEL AVR workshop ==   | |||
| Instructor: Chikashi Miyama   | Instructor: Chikashi Miyama   | ||
| === Why AVR ? === | |||
| Arduino is nowadays almost the de-facto standard. Many electronic instrument builders and installation   | Arduino is nowadays almost the de-facto standard. Many electronic instrument builders and installation   | ||
| artists employ it for there works. It is easy to use and helpful for prototyping. However, if you want to make   | artists employ it for there works. It is easy to use and helpful for prototyping. However, if you want to make   | ||
| Line 29: | Line 29: | ||
| actually use their Arduino as the writer of the AVR chip!   | actually use their Arduino as the writer of the AVR chip!   | ||
| === ATMEL AVR ATMega 88 ===   | |||
| Though there are more than 100 variant of ATMEL AVR microcontroller.  http://www2.atmel.com/   | Though there are more than 100 variant of ATMEL AVR microcontroller.  http://www2.atmel.com/   | ||
| The workshop focuses on ATMEL AVR ATMega 88 PDIP. It costs around 3$ and available all over the   | The workshop focuses on ATMEL AVR ATMega 88 PDIP. It costs around 3$ and available all over the   | ||
| Line 37: | Line 37: | ||
| Refer http://www.atmel.com/dyn/resources/prod_documents/2545S.pdf for further specification.   | Refer http://www.atmel.com/dyn/resources/prod_documents/2545S.pdf for further specification.   | ||
| === What workshop covers === | |||
| AVR chip offers very many functions and it is impossible to cover   | AVR chip offers very many functions and it is impossible to cover   | ||
| everything in limited time. So I would like to separate my workshop into   | everything in limited time. So I would like to separate my workshop into   | ||
| Line 77: | Line 77: | ||
| Germany.   | Germany.   | ||
| ===Prerequisites=== | |||
| * Basic knowledge of C language and unix commands are preferred   | * Basic knowledge of C language and unix commands are preferred   | ||
| * Basic soldering technique and knowledge of electronic circuit are preferred   | * Basic soldering technique and knowledge of electronic circuit are preferred   | ||
| * The AVR programmer runs on Linux, Mac, and Win. I will use linux or Mac for the workshop.   | * The AVR programmer runs on Linux, Mac, and Win. I will use linux or Mac for the workshop.   | ||
| ===Bio of instructor===  | |||
| Chikashi Miyama is a composer, video artist, interface designer, and performer. He received his MA   | Chikashi Miyama is a composer, video artist, interface designer, and performer. He received his MA   | ||
| (2004) from Kunitachi College of Music, Tokyo, Japan, and Nachdiplom (2007) from Music academy of   | (2004) from Kunitachi College of Music, Tokyo, Japan, and Nachdiplom (2007) from Music academy of   | ||
| Line 99: | Line 99: | ||
| DAAD scholarship.   | DAAD scholarship.   | ||
| ===Relevant workshops held by the instructor===  | |||
| June 2-4 2008 <br /> Qgo-AVR workshop at Kunstraum Walcheturm, Zurich, Switzerland Organized by SGMK (Schweiz Gesellschaft für Mechatronische Kunst) | June 2-4 2008 <br /> Qgo-AVR workshop at Kunstraum Walcheturm, Zurich, Switzerland Organized by SGMK (Schweiz Gesellschaft für Mechatronische Kunst) | ||
| Line 105: | Line 105: | ||
| Oct 31- Nov2 2007 <br /> Sensor-Instrument DIY workshop, Zurich, Switzerland Organized by SGMK (Schweiz Gesellschaft für Mechatronische Kunst)   | Oct 31- Nov2 2007 <br /> Sensor-Instrument DIY workshop, Zurich, Switzerland Organized by SGMK (Schweiz Gesellschaft für Mechatronische Kunst)   | ||
| ===Relevant  conference peer reviewed paper=== | |||
| Peacock : a non-haptic 3D performance interface   | Peacock : a non-haptic 3D performance interface   | ||
edits