Sakura Desk Lamp
A Desk Lamp
Project Name
A multifunctional lamp
Author: Bumbacea Ioana Sarah
GitHub Project Link: https://github.com/UPB-PMRust-Students/fils-project-2026-sarahioana05-ship-it
Description
This project consists of a smart decorative lamp built using using a recycled aluminum can, with RGB LEDs placed inside to create lighting effects. The base of the lamp is inspired by a cherry blossom tree design.
Motivation
The idea for this project started from the desire to create a unique and visually appealing desk decoration using everyday materials. I also wanted the project to be more than just decorative, so I added features such as lighting effects, a timer, and a display, making it useful as a study lamp.
Architecture
The system is structured into several main functional components that interact with each other to provide the final behavior.
+----------------------+
| Input Module |
|----------------------|
| - Potentiometers |
| - Touch Sensor |
| - Button |
+----------+-----------+
|
v
+----------------------+
| Control Logic |
|----------------------|
| - Mode Selection |
| - Timer Management |
| - State Handling |
+----+-----------+-----+
| |
+-----------+ +-----------+
v v
+----------------------+ +----------------------+
| LED Control | | Display & Alerts |
|----------------------| |----------------------|
| - RGB PWM Control | | - LCD Update |
| - Effects (rainbow, | | - Show time/date |
| blinking, etc.) | | - Buzzer control |
+----------------------+ +----------------------+
Log
Week 6 - 12 May
draw the schematic and planned how to create the lamp support and other decorative elements
Week 13 - 19 May
tested some of the components
Week 20 - 26 May
github assignment and started building the model
Week 27 - 3 April
continued working on the model and finished setting half of the components