-
Notifications
You must be signed in to change notification settings - Fork 0
Syllabus
Semester / Year: Fall, 2013 | Meeting Times: Friday 9am-12pm | Location: MacLean 416 | Instructor: Christopher Baker | Contact Info: [email protected] | Office Hours: By Appointment | Office: MacLean 403
Christopher Baker is an artist whose work engages the rich collection of social, technological and ideological networks present in the urban landscape. He creates artifacts and situations that reveal and generate relationships within and between these networks.
Christopher’s work has been presented in festivals, galleries and museums in the US including The Weisman Art Museum, The Soap Factory, The Minnesota Museum of American Artists, Franklin Artworks, the Visual Studies Workshop, and the Museum of the Moving Image and internationally in venues including, Laboral (Gijon, Spain), Museum of Communication (Bern, Switzerland), Gallery@ (Barnsley, UK), the Pixelache Festival (Helsinki, Finland), Casino Luxembourg(Luxembourg), Alta Technologia Andina (Lima, Peru), as well as venues in Florence, Budapest, Copenhagen, Sydney, and Toronto. Christopher’s work was recently published in ID Magazine and in books including Data Flow: Visualising Information in Graphic Design (2008), Data Flow 2 (2010), Visual Complexity(2011), and Art contemporain nouveaux médias (2011).
Baker completed undergraduate andMasters degrees in Biomedical Engineering and completed a Master of Fine Arts in Experimental and Media Arts at the University of Minnesota in 2008. In late 2009, he concluded a yearlong artist residency at Kitchen Budapest, an experimental media lab in Hungary. He has worked extensively with Minneapolis Art on Wheels and is Owner of Murmur Labs LLC. He was a visiting artist at Minneapolis College of Art and Design in 2010 and is currently an Assistant Professor in the Art and Technology Studies Department at the School of the Art Institute of Chicago. See his profile info here or find out more about his work at http://christopherbaker.net.
Experimental Media introduces graduate students to the basic strategies and techniques associated with using experimental media such as robotics, microcontrollers, networked objects, and basic interactivity.
In concert with the Grad Digital Media Seminar, this course aims to equip new graduate students with foundational tools, techniques and technologies essential to a successful graduate career in Art and Technology Studies. In addition to school fabrication resources, students will be introduced to a variety of contemporary techniques, practices and creative methodologies. Key goals include:
- Working knowledge of contemporary creative coding tools, with intermediate skills in one or more
- Working knowledge of contemporary creative hardware tools, with intermediate skills in one or more
- Working knowledge of and hands-on exposure to the school’s various fabrication facilities
- Working knowledge of with popular online resources for:
- Materials
- Electronics
- Hardware
- Working knowledge of contemporary artists and groups addressing issues related to art and technology
- Working knowledge of intermediate linux/unix OS features (scripting, terminal, automation, etc)
- Building camaraderie between first year students and their classmates.
Using individual in-lab and home assignments, class presentations, lectures, discussions, assigned readings, group and individual desk critiques, students will experience multiple aspects of interactive design. Visiting artists / faculty may enhance the experience and offer additional perspectives.
The course may include workshops and several small projects, relevant technical and theoretical reading, written online responses, technical research and outings.
- Getting Started with Arduino, Second Edition, By Massimo Banzi (aka GSA)
- Programming Interactivity, Second Edition By Josha Noble (aka PI)
Note: Both books are available in DRM-free eBook form from http://oreilly.com/. Steep discounts are available: http://www.google.com/?q=coupon+oreilly.com.
Posted on the blog or on the SAIC course website.
Provided by the student as needed.
- Students are best served by attending all classes.
- Missing three classes will result in a class failure. This is strictly enforced.
- Six or more unexcused late arrivals or early departures will result in class failure.
Tip: If you are going to be absent, late to class, or need to depart early, please contact me BEFORE class starts. This is so I can make sure you have what you need to succeed!
Students wait-listed for classes will be admitted on a space available basis determined by instructors’ discretion (in consultation with the department chair).
Grades are credit / no-credit for this course. Credit is based on several factors: 20% participation (discussions, critiques, etc), 35% smaller projects (in class work, several week-long projects), 45% larger projects.
http://www.saic.edu/webspaces/portal/advising/write\_center.html
http://www.saic.edu/life/services/disabilities/index.html
(subject to change based on incoming skills and experience)
- Introduction to course
- How does this fit in with other courses?
- History of course?
- What does it mean for us?
- Introduction to each other
- Survey of Creative Coding Platforms
- History
- Contemporary Options w/ Examples
- openFrameworks vs. Nodebox
- openFrameworks vs. libCinder
- MaxMSP/Jitter vs. VVVV vs. PD vs. QuartzComposer
- Unity3D
- The future?
- Survey of Creative Hardware Hacking Platforms
- History
- Contemporary Options w/ Examples
- Arduino (in all of its forms, clones, etc)
- Teensy
- STM32 Discovery
- Econotag
- iPhones and similar devices
- The future?
- Introduction to the command line.
- Introduction to git / github.
- Introduction to the IDE
- Introduction to Creative Hacking/Hacking w/Arduino+openFrameworks
- Anatomy of a program
- Programming syntax, a comparative study
- Basic Output (Part 1)
- openFrameworks:
- Drawing: shapes, drawing order typography, images
- Arduino:
- Blinking, Analog/PWM, Digital, DC motor
- Basic Serial Communication
- What is serial communication?
- What is 8N1? 9600?
- ATS Kinetics Lab Orientation/Authorization
- ATS I/O Lab Orientation/Authorization
- CNC / Shop / Orientation (http://www.artic.edu/webspaces/portal/irfm/shops.html)
- Materials Roundup
- Basic Output w/ Arduino (Part 2)
- Looping, Timing, Repetition and Iteration in openFrameworks+Arduino
- delays
- interrupts vs. polling
-
for
/while
/do
while
- Basic Input and Behaviors
- openFrameworks: mouse, keyboard
- Arduino: simple analog sensors: button, light sensors
-
Advanced Output Center Orientation http://crit.artic.edu/aoc/faq.php
-
Variables in openFrameworks+Arduino:
-
data types
-
variables
-
math
-
mapping and scaling
-
repetition
-
randomness
-
Advanced Programming Theory / Syntax
-
openFrameworks/Arduino
-
Functions
-
OOP (Object oriented programming), Classes, Objects
-
Arrays
- Advanced Programming Theory / Syntax (continued)
-
Intermediate I/O
-
openFrameworks:
-
Audio I/O
-
Video I/O
-
Hardware Serial (RS-232) (talking to the arduino)
-
Arduino:
-
Hardware Serial (RS-232) (talking to openFrameworks)
-
Intermediate sensors (gyro, accelerometer, GPS, capacitive touch, etc)
-
Audio/Video on the Arduino (Survey)
- Intermediate I/O (continued)
-
Advanced I/O (Input/Output)
-
openFrameworks:
-
Live Network feeds (push and pull)
-
Data persistence (saving data and preferences)
-
Database interface (MySQL, sqLite, XML, PHP/Web)
-
Arduino:
-
Wired/Wireless Networking (hardware vs. USB proxy)
-
Software serial (RS-232) talking to other Arduinos
-
Advanced sensor/device communication SPI
-
Advance IC interfacing / Bitbanging [bitwise operators]
-
Advanced Topics and Integration
-
- "The circle of life" agile digital fabrication and advanced output
-
scan, modify, print, repeat
-
Topics include:
-
advanced 2D output (vector/svg for laser cutter/CNC)
-
3D in openFrameworks (opengl)
-
advanced 3D output (DXF, Collada) for 3D printer
-
Creative 3D design with sensor data (arduino)
-
sensor data to 3D object
-
Introduction to 3D tools
-
Meshlab
-
Blender || Sketchup || Rhino
- Advanced Topics and Integration (continued)
- Advanced Topics and Integration (continued)