This project builds a context-aware outfit advisor. It reads local weather
(temperature, humidity, wind, precipitation) and maps simple rules into
daily clothing tips. Output combines a servo pointer gauge
and LCD text. We start with fast cardboard prototypes and
progress to a sensor + microcontroller build for real-world testing.
In-Class Activity 1 Geurrilla Prototyping I
References (video tutorials that informed each step)
I built a temperature–humidity “comfort lamp” that reads a DHT sensor and maps the result to four tiers with hysteresis
(BLUE < 16°C, GREEN 16–26°C, YELLOW 27–34°C, RED ≥ 35°C). The LCD shows live T/H and the current state, while the RGB
status light gives immediate ambient feedback. The system already streams clean serial messages for a ProtoPie bridge, so
the next step is removing the LCD and shifting UI + audio to ProtoPie, plus adding a mode button, a pattern button, and a
brightness/speed knob to increase physical interaction based on peer feedback.