Monday, May 20, 2013

Button Experiment (failed)

BUTTON EXPERIMENT

Pushbuttons or switches connect two points in a circuit when you press them. This example turns on the built-in LED on pin 13 when you press the button.
HARDWARE
1. Arduino Board
2. momentary button or switch
3. 10K ohm resistor
4. breadboard
5. hook-up wire
CODE
// constants won't change. They're used here to 
// set pin numbers:
const int buttonPin = 2;     // the number of the pushbutton pin
const int ledPin =  13;      // the number of the LED pin

// variables will change:
int buttonState = 0;         // variable for reading the pushbutton status

void setup() {
  // initialize the LED pin as an output:
  pinMode(ledPin, OUTPUT);      
  // initialize the pushbutton pin as an input:
  pinMode(buttonPin, INPUT);     
}

void loop(){
  // read the state of the pushbutton value:
  buttonState = digitalRead(buttonPin);

  // check if the pushbutton is pressed.
  // if it is, the buttonState is HIGH:
  if (buttonState == HIGH) {     
    // turn LED on:    
    digitalWrite(ledPin, HIGH);  
  } 
  else {
    // turn LED off:
    digitalWrite(ledPin, LOW); 
  }
}

CONCLUSION



Monday, May 6, 2013

Final Project Concept (C-Cup)

CONCEPT

My final project name is “C-Cup.” (C= communication)
The communication is the activity of conveying information through the exchange thoughts, message or information as by speech, visuals, signals, writing or behavior. I believe, communication is very important in human society. The concept for this project is experimenting interaction between human to human, by using human’s pulse rate with Arduino. The heart rate or pulse refer to how many times our heart contracts and relaxes per minutes. 


The basic process is the color of light and strength of vibrate changes depending on your heart rate. 


Left cup is sensor cup which it detect pulse rate and convert pulse rate by using Arduino and send it to two object. 
Firstly, vibrate cup that it will vibrate by heart rate.  Next, the table will change the color depending on your heart rate.

TECHNOLOGY EQUIPMENT
Arduino
RGB LED
Pulse Sensor
Bread Board
Vibrator


FINAL OUTPUT
Hold "Pulse sensor cup" -> (Pulse detect to Arduino and convert to Vibrate) -> "Vibrate cup' and 'RGB LED' color change


REFERENCE
1. Arduino Pulse Sensor - RGB LED


2.  Arduino Heart Rate Glove

Monday, April 22, 2013

Quartz Composer

Clear, Sprite, Particle System, LFO (2), Audio Input (2), Color Transformation, Image (2)

hilary exp from Hillary Kim on Vimeo.

Monday, April 15, 2013

Research Arduino

Heartbeat sensor using Auduino Controller


The concept for this project is experimenting interaction between human body and media. The heart rate or pulse refers to how many times our heart contracts and relaxes per minutes. I would like to use the heart rate wave (electrocardiogram) as an element to convert to light box.  In this experiment, we can see the communication between human, computer and light.


1. Arduino Sound controlled light cube

2. Arduino Sound Sensor

3. Pulse Sensor
What is Pulse Sensor?
The Pulse Sensor Amped is a plug-and-play heart-rate sensor for Arduino. It can be used by students, artists, athletes, makers, and game & mobile developers who want to easily incorporate live heart-rate data into their projects.It essentially combines a simple optical heart rate sensor with amplification and noise cancellation circuitry making it fast and easy to get reliable pulse readings.











Monday, April 8, 2013

concept




















The concept for this project is experimenting interaction between human body and media. The heart rate or pulse refers to how many times our heart contracts and relaxes per minute. I would like to use the heart rate wave (electrocardiogram) as an element to convert to the sound wave. In this experiment, we can see the different levels of sound through heart rate beating.

Fire Siren, SoundCloud

Fire Siren

Mixing 1


Mixing 2- Video
Sound Effect: Chorus

CAM00298 from Hillary Kim on Vimeo.

Monday, April 1, 2013

Fire Siren Circuit
































Problem:
Aux cable didn't work.

Solution:
Need to buy audio input device.

Monday, March 11, 2013

Favorite Artist
























Daniele Buetti is a Swiss visual artist working in various media, principally installation and intervention. His work includes photography, video, sound, drawing, sculpture, and digitally assisted work. This is one of his work in Looking for Love  series. I like his works because it raises issues of beauty and individuality also same time it describes the pain and loneliness of humanity.


Daniele Buetti는 인스톨레이션과 인터벤션을 포함하여 다양한 분야에서 활동하는 스위스 비주얼 아티스트이다. 그는 주로 사진, 비디오, 사운드, 드로잉, 조각과 디지털 요소가 포함된 작품을 한다. 이 작품은 Looking for Love의 시리즈 중 하나이다.  내가 그의 작품을 좋아하는 이유는 외로움, 고통을 아름다움과 같이 표현할수 있기 때문이다.