5-in-5_Day1_Unicorn Striking through the Grass

“n-in-n”, a tradition around ITP, where students complete n project in n day, over a certain number of days.

In this case, 5 days, 5 projects. Besides participating bunch of workshops held by amazing 2nd-years, for my Day1 project, I was thinking about doing StormLighter with this tutorial, but cut it off because of the shortage of materials. So I moved on to other new stuff: Capacity Sensing Library, which I always wanted to try, and RGB Led, because why not. For few hours here’s my rainbow-ish project result.

wires

unicorn_circuits

code

#include <CapacitiveSensor.h>

int redPin = 11;
int greenPin = 10;
int bluePin = 9;

int sendPin = 4;
int RreceivePin = 2;
int GreceivePin = 6;
int BreceivePin = 8;

CapacitiveSensor   cs_4_2 = CapacitiveSensor(4,2);
CapacitiveSensor   cs_4_6 = CapacitiveSensor(4,6);
CapacitiveSensor   cs_4_8 = CapacitiveSensor(4,8);

void setup()
{
  pinMode(redPin, OUTPUT);
  pinMode(greenPin, OUTPUT);
  pinMode(bluePin, OUTPUT);

  Serial.begin(9600);
}

void loop()
{
  long start = millis();
  long total1 =  cs_4_2.capacitiveSensor(30);
  long total2 =  cs_4_6.capacitiveSensor(30);
  long total3 =  cs_4_8.capacitiveSensor(30);

  Serial.print(millis() - start);       
  Serial.print("t");                   
  Serial.print(total1);                 
  Serial.print("t");
  Serial.print(total2);
  Serial.print("t");
  Serial.println(total3);

  int colorR = (int)map(total1, 0, 100, 0, 255);
  int colorG = (int)map(total2, 0, 100, 0, 255);
  int colorB = (int)map(total3, 0, 100, 0, 255);

  setColor(colorR, colorG, colorB);

  delay(50);
}

void setColor(int red, int green, int blue)
{
  analogWrite(redPin, red);
  analogWrite(greenPin, green);
  analogWrite(bluePin, blue);  
}

references: 1, 2

Ani_Butter Test Shot

which is totally useable!

Working on Sunday to pull it off. Setting up took the most of the time, and the filming was definitely less than 1 hour… But it’s totally worth it! What a lovely home of a little cube of Butter. And Kate showed magic to knit the rug. UNBELIEVABLE. It’s a magical world of cardboard and bread 😀

 

More to come 🙂

Application_What’s your definition of time?

a glass of wine and a clip of time.

a glass of wine and a clip of time.

It’s a response to Einstein’s Dream, written by Alan Lightman. Einstein’s Dream is a novel depicts several kinds(approximately 27, I counted) of world views, based on Time. In one world, time is circle that bends back, in one world cause and effect are erratic, and in one world time has changed plans thus sometimes people can glimpse the future. Beautiful and sad stories happen. Being a fiction novel, the book well translated the vision of Einstein in an artistic way.

As for my thoughts  –time exists in each individual’s mind. We can decide our own setting of time, just like what the book depicts. It might flows backward, or it might be in what people live just one day. Once our mindset changes, we can live in whatever kinds of the world the book depicts, and of course in the world you define.

Right now, I live in the world where everyday is the day before due. Chased by deadline, sometimes I work hard to try to win the race against time. Like trying to occupy all the seats in a hall against time. Compared to my rush and anxiety, time moves on gracefully in its pace. Or sometimes, I ignore the existence of deadline in the  “Oh Whatever” way. I explore the environment leisurely and spend time admiring surprising details of life. It’s like comfily curling in a sled, and let time drag me forward. I still do my work, and it probably just turns out being ordinary, but I’ll never be left behind. I can choose to be either kind of person. It all depends.

But this is not my ultimate dreamy setting of time. The one which is closest to my ultimate dreamy setting, SO FAR, would be –time is like the video clips you can stroll around on Youtube. Sometime at night, after all the work, it’s time for a glass of wine and a clip of time. Vividly, you see the beloved eyes from your grand grandmother, the ones without wrinkles, and you interpret the words from her that you couldn’t before. Or it’s a chilly random night, you and he continued the first acquaintance at bar to a 24/7 breakfast branch. You re-cover the taste of alcohol with eggs and pancake, and re-cover the talks of non-sense with visions of future. Or it’s an unexpected museum visiting, and you re-feel the shocks and touch of amaze from the first time of seeing the workpiece of your all time favorite artist.

In this closest to ultimate dreamy definition of time, that each clips of time is reachable, I can hold the one I thought I’d never be able to hold again, and I can recapture the sudden emotion pulse I thought I’d never be able to feel it again. Dose it sound too beautiful to be perfect? What’s the drawback of this? And what’s your ultimate(or the closest)dreamy setting of time? Those are the questions I’d love to quest you guys 🙂