Background/Concept Development A problem can be catalyst for a solution. If a creative solution has broad use, it might be a good starting point for a project. I’ve always have a penchant for fashion; wearable…
Category: ITP 2014
ICM final project- Average Age of 1st Marriage Among Countries
The inspiration for this project started after I watched a video named The Girl Effect, which is a movement based on the unique potential of adolescent girls to end poverty for themselves and the world.…
Pcomp: final project presentation
Last week’s class was a productive user studies class. When I decided to make a pair of heated gloves, I thought this is something practical and manageable…. like many things in life, it doesn’t always…
Pcomp User Studies Questions & Progress
User Studies Questions: 1) Who is the ideal user? 2) Feeling of device: – Gender-wise, do you think this kind of wearable is more proper for one gender to the other? Why? – Compared to…
Pcomp WK9 Progress&System Diagram
This week I spent time looking for the code examples to play with temperature sensors. One of them is with TMP102: #include <Wire.h> int tmp102Address = 0x48; void setup(){ Serial.begin(9600); Wire.begin(); } void loop(){ float…
ICM Wk9 Final Project Proposal
“You educate a man, you educate a man. You educate a woman, you educate a generation.” – Brigham Young For ICM final project, I decided to continue working on data visualization. What is it: It…
Pcomp Wk8 Playtest
Description: A pair of heated gloves with LED lighting. This gloves can be turn on/off and with a switch and temperature can can be control/detected through a digital sensor. Rechargeable. LED lighting as ornament and…
ICM Wk8 Data
For this week’s assignment, I tried to count word frequencies in different sources. I collected two articles authored by two writers from Times website that talks about banks in Japan and the States. I converted…
Pcomp Wk7 Computational Fashion– Wearables
It was an insightful class last week. After careful consideration– given the time constrain, skills, practicability, and because the winter is coming, I decided to work on — a heated gloves. Inspiration I…
ICM Wk7 Pixels
This week, we work with pixels. I chose to make a slideshow for my weekly assignment. And here is the screen shot when program is running.