#cclab.2017
Explore tagged Tumblr posts
Text
CC Lab : Rain Pillow
A smart pillow that automatically plays white noise – rainy sound to soothe you and help you get a better sleep. The pillow works automatically when the room is dark and your head is laid on the pillow. Photoresistor acts light sensor to detect lighting condition in your bedroom while the pressure sensor is put together by using velostat mat in between 2 sheets of conductive fabric. The rain sound is a mp3 file installed in a micro sd card inside DFplayer which is connected to 8 ohm mini speaker.
youtube





Below is my entire Arduino codes.
#include "Arduino.h" #include "SoftwareSerial.h" #include "DFRobotDFPlayerMini.h"
int pinSound = 9; int pinLight = A0; int pinPress = A4; bool isPlayed = false;
int lightVal; int pressVal;
SoftwareSerial mySoftwareSerial(6, 5); // RX, TX DFRobotDFPlayerMini myDFPlayer; void printDetail(uint8_t type, int value);
void setup() {
pinMode(pinSound, OUTPUT); pinMode(pinLight, INPUT); pinMode(pinPress, INPUT); mySoftwareSerial.begin(9600); Serial.begin(115200);
Serial.println(); Serial.println(F("DFRobot DFPlayer Mini Demo")); Serial.println(F("Initializing DFPlayer ... (May take 3~5 seconds)"));
if (!myDFPlayer.begin(mySoftwareSerial)) { //Use softwareSerial to communicate with mp3. Serial.println(F("Unable to begin:")); Serial.println(F("1.Please recheck the connection!")); Serial.println(F("2.Please insert the SD card!")); while (true); } Serial.println(F("DFPlayer Mini online."));
myDFPlayer.volume(20); //Set volume value. From 0 to 30 // myDFPlayer.play(1); //Play the first mp3 }
void loop() { static unsigned long timer = millis();
lightVal = analogRead(pinLight); pressVal = analogRead(pinPress);
Serial.print(lightVal); Serial.println(pressVal);
if (lightVal > 900 && pressVal >900 && !isPlayed) { timer = millis(); myDFPlayer.play(); //Play next mp3 every 3 second. isPlayed = true; } else if( lightVal < 800 && pressVal < 150) { isPlayed = false; myDFPlayer.stop(); }
if (myDFPlayer.available()) { printDetail(myDFPlayer.readType(), myDFPlayer.read()); //Print the detail message from DFPlayer to handle different errors and states. } }
1 note
·
View note
Video
GLOBAL SHOPPING FESTIVAL 2017 from CCLAB on Vimeo.
我们有幸受邀制作天猫双11购物节2017概念开场视频,我们运用丰富的渐变色彩变换与快节奏的剪接,项目制作时间为20天,希望大家喜欢
0 notes
Video
vimeo
GLOBAL SHOPPING FESTIVAL 2017 from CCLAB on Vimeo.
Client:天猫 Created by: CC Lab Director:Peng Cece 苍老师/Len C Storyboard:Peng Cece Design:Peng Cece Animation:苍老师/Len C 张宇/zy Editor:张宇/zy Music:猫腿子boom
0 notes
Video
GLOBAL SHOPPING FESTIVAL 2017 from CCLAB on Vimeo.
我们有幸受邀制作天猫双11购物节2017概念开场视频,我们运用丰富的渐变色彩变换与快节奏的剪接,项目制作时间为20天,希望大家喜欢
0 notes
Text
Tweeted
Shots at @CollCampus, #CCLABS #Queenscollective On #Kickstarter soon:EB #discounts https://t.co/3X8DoX415n http://pic.twitter.com/XQuchFJgaX
— AntStand (@theantstand) August 31, 2017
0 notes
Video
tumblr
Connecting Arduino LED Lights using a switch turn on and off swapping between 2 LEDs.
1 note
·
View note
Text
ideas in form
This project series questioned the meaning and usage of Sign Languages as one of the way to convey the sense of love, care and protectiveness within the domain of parenthood in many different ways extracting hand gestures, facial expressions and body movements from the context, creating artifacts; 2 dimensional, 3 dimensional and 4 dimensional. Below is my process of this project from start to end.
1D :
(Initial domain maps)
(Words mapping)

After mapping out all the words I select 5 words below to work with.
The story is written as a way to narrate my point of view reflected from those 5 words – ‘Early childhood development’, ‘Speaking Environment’, ‘Gestures’, ‘Native Speaker’, and ‘Bilingual’. After reading the story to classmates without telling them my 5 keywords, most of the classmates guessed similarly except for Jason who had suggested that he sensed the feeling of ‘love’, ‘care’ and ‘protectiveness’ from the story. After getting this feedback, I re-read my own story and decided to change my words and do more research on my domains and words. New chosen 2 words are Non-verbal and Parenting.

2D :
HAND GESTURE - definition of the word "Sign Language” and the way it is being perceived by people in general as a communication used only or mostly by deaf people. As the research on this subject continued deeper, I found that the gestures of sign language are used differently for different spoken languages around the world.

I started questioning what if parents have their own versions of sign language how might that be? How would they communicate their love through these hand gestures?
Below shown a line drawing of hands gesture in which I had extracted from the original context of a mother who was knitting something for her child. From the photo, I can sense ‘love’, ‘care’ and ‘protectiveness’ the same way my classmate sensed from my story.


Even though, the illustration seems to appear as a normal line drawing, when zoom in to look closely those simple lines are actually made up of words and story in which I wrote to narrate the love and care.
“We’re busy through the day. We didn’t have much time to play. We’d wash your clothes. We’d cook your food. We’d knit your scarf and it will keep you warm. We’d knit and knit and knit and knit. We’d never stop and it will keep you warm.”


Finalised production of 2D is a laser engraved canvas of this illustration. Originally I wanted to use embroidery as the execution method but with time and pricing constraint I decided to adjust and adapt using this method instead.


3D :
As I started thinking about my 3-dimensional artifact, I looked back at the workshop we had in our class as our ideation for 2D, where each of us took turns to draw one after another.


This drawing is the one that I started. I drew a mother who was holding her baby while saying ‘I love you, my baby.’ in 3 different languages. Somehow someone who took their turn to draw after me turned my drawing into a robot.

Inspired that drawing and Fritz Kahn’s illustrations, I started thinking about how a robot would act as a mother(or father)? what is its way to communicate love and protection to its children?

I decided to use a facial expression of when parents blowing food to cool it down before feeding their children to develop further. I tried to think of this as the functionality of a robot. Below shows the process and demo of my first prototype. The way it works is when something that is hotter than my default setting temperature comes near it, it will trigger the fan to cool it down.
youtube
After having the main function works, I started thinking about finishing product. I added LED lighting which will blink


4D :
In the brief, 4-dimensional artifact needs to involve either interaction or time-based.


0 notes
Text
five in five : day three
5 in 5 : a creative process of creating a new single project in every single day in a period of 5 days – at the end of this process, there should be a total of 5 new projects.

I am recently moving into a new apartment. There were a lot of furniture and household items/supplies shopping in the past week. I’ve been carrying many heavy shopping bags that I got these kinds of bruises all over my arms. I feel like this would be something to remind me of my experience of moving in and settling my life in New York. So my day three project is in tribute to my bruised arms and my New York very first apartment.
For this project, I used Force sensor from my Arduino kit as an input. The stronger force you pressed the sensor, the worse the bruises appear on the screen. I used Firmata library to connect my Arduino board with my processing sketch.
I’ve uploaded my code on GitHub : here.

youtube
0 notes
Text
Tweeted
Shots at @CollCampus, #CCLABS #Queenscollective On #Kickstarter soon:EB #discounts https://t.co/rZvozp81GG http://pic.twitter.com/xY5iqp6id2
— AntStand (@theantstand) August 24, 2017
0 notes