Week 12 — Mechanical and machine design
This week’s topic: Mechanical and machine design.
Group assignment
In Shenzhen Chaihuo, our group developed a compact vending-machine concept for XIAO boards to explore machine design as a full system problem: interaction flow, electronics control, actuation, and mechanical reliability.
Work objective
- Define a practical machine concept useful in a makerspace context.
- Break the concept into structure, control, sensing, and actuation modules.
- Plan staged testing before full mechanical-electrical integration.
1) Idea generation and requirement framing
We started from use-case discussion and translated it into clear requirements: compact size, controlled single-item dispensing, readable interaction flow, and prototype-friendly build cost.
2) Planning and architecture definition
The selected architecture uses a vertical storage column with gravity feed and a servo-driven gate. RFID input triggers dispensing logic on the controller side.
3) Component selection and subsystem roles
| Part | Role in the prototype |
|---|---|
| Wio Terminal | Main controller with local display for state feedback. |
| Grove RFID reader | User input module to trigger transaction and dispense sequence. |
| STS3215 serial bus servo | Actuator controlling gate motion and dispensing position. |
| Acrylic + 3D-printed structure | Visible enclosure, storage column, and motion interfaces. |
4) Mechanical interface and integration note
A custom 3D-printed arm was used to couple servo rotation to gate motion. This interface was critical for preventing double-dispense behavior and keeping release motion repeatable.
Result summary
- Established a feasible machine concept for controlled XIAO dispensing.
- Defined subsystem boundaries across structure, control, and actuation.
- Identified integration-critical mechanical interfaces early in the process.
- Created a practical base for later full assembly and refinement.