This is my blog from my first semester at ITP. I have since switched to a Notion blog which you can view here.
Intro to Physical Comp:
Intro to Comp Media:
Week 7 → Midterm Project
My original midterm idea was a lamp that would dim/brighten and/or change colors when the user rotates the shade. This more tactile input would hopefully be a more satisfying and effortless interaction than the typical lightswitch setup inside the lampshade.
Based on advice from pcomp resident Kai, I decided to make my own “DIY lightbulb” using an Adafruit Neopixel LED strip connected to a rotary encoder.
First steps: Lighting up the LED strip, wiring the rotary encoder, and connecting them both
Fabrication:
With the basic functionality working, I wanted to think about how this project should be fabricated.
At this point I started to rethink my original design. I still like the idea of using the shade itself as a knob, and could have easily accomplished this by securing the 3D printed knob to the shade.
However, I felt like using the smaller knob at the top was a much more obvious and satisfying input for the design of this particular lamp (maybe because this lampshade is pretty low to the ground and the shade curves inward). But I would be interested to hear the class feedback
I decided to increase the complexity by adding a second warm white strip, and wanted pressing the knob to allow the user to switch between these two modes.
This lab helped me understand how to set up the breadboard with a 12V power supply and a microcontroller, however I modified it a bit for my purposes with help from pcomp resident Kay. I ended up dividing the power between the 2 rails, with one side of the breadboard being supplied 12V from the power source, and the other source being supplied 5V from the regulator. The warm white strip was powered on the 12V side, and the microcontroller and 5V RGB strip on the 5V side.
This Adafruit LED guide was a little confusing to modify for my particular model of LED (it only had two wires instead of 4), but the basic circuitry still worked to light up the LED with the Adafruit test code.
Circuit diagram:
Code:
With the wiring done, adjusting the code took some time. ChatGPT helped me combine the Adafruit test code and the code for the RGB strip. I learned that rotary encoders are pretty finnicky to work with, so it helped a lot to use AI to deal with the math. See the final working code here: https://github.com/cpage275/pcomp-midterm/tree/main
The final project:
Materials list:
- RGB Neopixel LED light strip: https://www.adafruit.com/product/5985
- Warm White LED light strip: https://www.adafruit.com/product/4613
- Elegoo mega 2560 (analogous to Arduino Uno)
- Rotary encoder
- 12V power source
- 220 ohm resistor
- 470 ohm resistor
- 1000 uF capacitor
- 5V regulator
- TIP120 transistor
- wire
- 3D printed knob
- thrifted ceramic base
- lampshade from a garbage can on the street
- repurposed clear Talenti gelato container
- sticky tack
- laser cut scrap wood base
- Ideally it would not be a fire hazard
- Use a real lightbulb, or at least think of a better enclosure for the strips so that the light doesn’t look uneven
- Secure the components in a more permanent & more aesthetic way
- Return to the “lampshade as knob” idea - I think it would work better with a lamp that is shaped differently for a better affordance
I’m happy with how this project turned out! I’m glad I challenged myself to increase the complexity, and I feel like I got a good taste of different fabrication techniques (3D printing, sautering, laser cutting).