Project Demo
Description
The kitchen is undeniably a place of social gathering. In most households, a variety of social interactions happen in the kitchen as we prepare and consume food. The fridge is particularly central, as it holds not only consumables inside, but memories on its exterior, in the form of photographs and mementos. We wanted to explore the idea of sound as a memento, and designed Fridgechat, a simple device that stays on the fridge door like any other magnet. Using a photoresistor, we can determine if the fridge door is open or closed. When the door is opened, it will play one of several queued message recordings. After the door has been closed, several seconds of ambient noise will be recorded and queued for future listening. In this way, Fridgechat becomes a time capsule, capturing sound bites of current events in the kitchen.
Observational Process
We began our observational process by spending time in our respective kitchens, tracking tasks we did, how we did them, tools we used, and interactions we had with others. After a few days, we spent a few hours brainstorming ideas and picking out topics that we found particularly interesting, for further independent study in our own kitchens once again.
Other ideas we considered were related to sorting garbage and recycling, or monitoring who did and who didn't wash dishes in the sink. We were all also interested in was the social nature of the kitchen. We considered ways to make dish cleaning fun and social, by diffracting light through water. We also played with various fridge magnet ideas, starting with music generation and moving towards a voicemail, where each member of the household had their own magnet and could record messages for one another.
Thinking of the fridge as a central social hub in the kitchen, we worked out various magnet ideas, thinking about notes that we leave for roommates and family members, photographs, clippings, and other miscellaneous items that tend to be kept on the fridge.
Kitchen Exploration
Design Process
We sketched out many different ideas around social magnets, and eventually settled on interaction with opening and closing the fridge door--a common event for anyone actively using the kitchen. We decided against having a music maker: though it would encourage creativity in household members, it didn't allow for multiple threads. We also decided against having magnets for each individual person, since it seemed inflexible--what if somebody moved out?
Recording ambient noise to play back later combines the right amount of unintentional interaction with social time shifting, so others can hear things that happened earlier.
A basic box would hold our circuitry, speaker, and VoiceShield. We also wanted to give some indication of when the box was recording, using an LED display and a loud beep (which was very annoying and was removed). We then changed the basic LED display to be a bottom-lit etched plastic sign of a microphone.
Sketches
Prototype
Wiring Diagram
Code
Instructions
Electronics:
Follow the wiring diagram.
To add lighting lighting, attach 3-6 white LEDs in parallel (each with some resistance in serial) to pin 7 and ground.
Code:
Upload the code in the code widget.Tune the LIGHT_THRESHOLD constant so that it correctly detects when the fridge is opened and closed.
The code is set up as a state machine. Each time the state changes, new behavior occurs based on the handle...Event() function called. The code is set up to begin playback when the fridge is opened, then record with LEDs lit up when the fridge is closed.
Assembly Instructions
- download fridgebox2.ai" and "screen.ai"
- add holes to the faces of the box and the screen to fit your corner brace length.
- laser cut box on grey acrylic
- assemble box by joining sides with corner braces + machine screws + nuts. (on the front side, join the glass + acrylic
- put the electronics in the box
- hot glue 3-6 LEDs in the bottom of the screen, depending on your lighting preference
- we added a scrap piece of grey acrylic to the bottom to cover up the LEDs. If you do, cover the back with electronic tape to keep the LEDs from shining through.
Comments