DuelingDresses_SociableObjects_Final

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 […]

RPS_Arduino Code

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 […]

Assignment#3-Rock, Paper, Scissors

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 […]

“Glow the led”-Assignment2

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 […]

Assignment 1

“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 […]

XBeeRadioBreakoutBoard_Soldering

Thursday (May 22), I spent the morning soldering male and female headers to my XBee breakout board.  I used the picture at
Sparkfun (3rd picture) to make sure that I soldered female headers on the 2 out rows (on the side which is printed with pin numbers) and I soldered male headers on the 2 inner […]

ReadingsResponse_Week1

Response on May 19, 2008 Readings for “Sociable Objects”
“The most profound technologies are those that disappear” and even more so, the most profound are those which are not seen as technologies at all.  Writing has become an extension of human consciousness, and it is Mark Weiser’s goal that ubiquitous computing, the seamless integration of computers […]