Coffee Brewing Scale
Precision and timing are critical for brewing coffee, but most scales lack intuitive workflows.
Built a custom Arduino-based scale with an integrated timer and minimal interface.
Key Features
- Real-time mass display with synchronized updates
- Integrated timer with simple button control
- Long-press tare, short-press timer logic
- Clean OLED interface
What I Learned
- Designing intuitive user interactions with minimal inputs
- Synchronizing sensor readings with UI updates
- Handling debouncing and timing logic cleanly