work

  • OHM
    2011

    An 18" x 24" poster describing and organizing a number of components commonly used in electronic prototyping, and includes a handy diagram of Ohm's Law and references to other uses of the word "ohm".

  • 2010

    A proposed solution for servers working in the restaurant industry; a tool to help maintain balanced weight distribution throughout the spine and upper body.

  • 2010

    A research-based project done in collaboration with Lululemon Athletica and SafetyLab. This project focused on awareness of body position during the dynamic practice of yoga, and use as a teacher-learner tool in the studio. The contrasting strips of material on the shirt give clarity to angles and twists in the body during yoga, and design details such as the high collar and glove-like thumb holes help anchor the garment while being worn.

  • 2009

    This was an interactive children's toy designed in the second semester of Year 2 Design with Christian Blyt, in collaboration with fellow student Rebecca Spencer.

  • 2009

    A snap-happy robot for kids to connect with their surrounding and make memories. The robot "sniffs out" humans, and photographs them as a way to create bonds between children and their playmates and peers.

  • 2009

    const int sensorMin = 550;      // sensor minimum, discovered through experiment
    const int sensorMax = 800;    // sensor maximum, discovered through experiment
    int ledPin = 10;    // LED connected to digital 10
    int ledPinTwo = 9;    // LED connected to digital 9
    int ledPinThree = 11;  //LED connected to digital 11
    int vibePin = 13;          ...