• About
  • Selected Personal Works
  • Blog
  • Press
Menu

CEB

Experiential Producer, Director & Artist
  • About
  • Selected Personal Works
  • Blog
  • Press
working-magnetic-circuit
working-magnetic-circuit

PComp Final: Magnetic Circuit

November 16, 2016

Here is the working LED circuit that is turned on with the magnetic switch

Here is the code:

const int LED = 3;
const int sensor = 4;
int state;
// 0 close - 1 open wwitch

void setup() { 
    pinMode(sensor, INPUT_PULLUP);
}

void loop() { 
    state = digitalRead(sensor);
    if (state == HIGH){ digitalWrite(LED, LOW); } 
    else{ digitalWrite(LED, HIGH); } 
}
In Physical Computing
← 1-3 minute animated story -- They can't all be winners ;)Assignment 3: Laser Cutter →

VR / AR / MR

LIVE PERFORMANCE

INSTALLATION


SPRING 2018

Thesis

Advisor: Kat Sullivan

Fall 2017

Designing for Live Performance
Teacher: Andrew Lazarow

Bodies In Motion
Teachers: Todd Bryant & Kat Sullivan

Alt Docs
Teachers: Julia Irwin & Ziv Schneider

Temporary Expert
Teacher: Marina Zurkow

Automated Video
Teacher: Sam Levine


Spring 2017

Collective Narrative
Teacher: Marianne Petit

Directing Virtual Reality
Teachers: Sarah Rothberg & Carol L Dysinger

Doing Good is Good Business - Designing for UNICEF
Teachers: Benedetta Piantella & Christopher Fabian

Fairytales in the 21st Century
Teacher: Marianne Petit

Nothing - Creating Illusions
Teacher: Andrew Lazarow


Fall 2016

Animation
Teacher: Gabe Barcia-Colombo

Fabrication
Teacher: Ben Light

Intro to Computational Media
Teacher: Allison Perrish

Physical Computing
Teacher: Danny Rozin

Visual Language
Teacher: Katherine Dillon