Posted on August 1st, 2008 by al861
Today I made an interactive bowl of party nutz, which shake and shout the closer you get. The ER was closed today, so here is a pic that I took last night of the prepared motors. I will take more and load them soon. These motors were then embedded in real peanut shells, fed through […]
No Comments »
Filed under: 5-in-5, ITP
Posted on July 31st, 2008 by al861
Today was another work day, so I decided to do a short animation with AfterEffects. Since I have practically no experience with the program, I wanted to see if I could animate one of my favorite pictures ever. Here is my inspiration for Day #4 of 5-in-5:
I took this picture when some of […]
No Comments »
Filed under: 5-in-5, ITP
Posted on July 30th, 2008 by al861
For Day#3, I tried a wearable, and almost made it to completion. I hit a snag at the very end when my Lilypad Arduino would not upload. I am going to continue debugging to try and figure out why it will not upload programs. I began by selecting a pattern and cutting it out and […]
No Comments »
Filed under: 5-in-5, ITP
Posted on July 29th, 2008 by al861
Today I made the PCompatible Earrings, earrings made of physical computing parts. I wanted a short design exercise since I work today, so yesterday I made these sketches:
Ultimately, though, I let the components themselves dictate the design. I will let you see which parts you can identify. Here is the finished result:
Be […]
No Comments »
Filed under: 5-in-5, ITP
Posted on July 28th, 2008 by al861
Here is a link to DAY 1 of the first ever ITP 5-in-5 Project. The premise is that all participants create 5 different projects each for 5 days! It is going to be AMAZING!
http://5-in-5.com
No Comments »
Filed under: 5-in-5, ITP
Posted on July 2nd, 2008 by al861
For our Sociable Objects class (Summer 2008-Professor Rob Faludi), Seungran Woo and I decided to create two interactive garments. Playing off of the idea that two women can never show up in a place wearing the same outfit, these outfits will detect when there is another identical garment nearby, “warn”/notify the user that this is […]
No Comments »
Filed under: Sociable_Objects, ITP
Posted on June 8th, 2008 by al861
Here is Steven’s Arduino code for RPS
#define txLED 3 // LED to indicate outgoing data
#define rxLED 4 // LED to indicate incoming data
#define rockRxLED 5
#define paperRxLED 6
#define scissorsRxLED 7
#define rockInPin 8
#define paperInPin 9
#define scissorsInPin 10
#define winlossLEDPin 13
#define restartPin 12
#define inputReceived 2
#define txrxDelay 100
int scoreCount = 0; // keep track of the score, nothing happens in case […]
1 Comment »
Filed under: Sociable_Objects, ITP
Posted on June 8th, 2008 by al861
For Assignment #3, Steven and I recreated the game, “Rock, Paper, Scissors” using XBee radios. The game allowed two users to select from three switches (representing rock, paper and scissors, respectively) and reset the game. After selecting a choice, the choice would be displayed along with a light indicating if there was a winner or […]
No Comments »
Filed under: Sociable_Objects, ITP
Posted on May 30th, 2008 by al861
For our 2nd assignment for “Sociable Objects”, Stella and I partnered together to glow leds wirelessly using potentiometers. We followed the schematic in Chapter 9 of “Making Things Talk” and also uploaded the code to our Arduinos. The only change to the code was that I switched the MY and destination addresses on […]
No Comments »
Filed under: Sociable_Objects, ITP
Posted on May 27th, 2008 by al861
“The Welcome Robot” – Assignment #1 for Sociable Objects
For our first assignment for Sociable Objects, we had to assess a need on the ITP floor and build a small physical computing project to address that concern. I noticed that there are times when no one is at the front desk, so occasionally there is no […]
No Comments »
Filed under: Sociable_Objects, ITP