✦ Where the project stands right now
This week documents the current state of the Kinetic Ambient Lamp, the plan for the coming days, and the intellectual property and dissemination decisions made for the project. Rather than describing what the project will do, this page focuses on what has been built, what still needs to happen, and what comes next.
✦ What's Working / What's Not
- CAD design
- OLED display
- NeoPixel system
- Holographic concept
- Custom PCB design
- Final hologram visibility
- Touch sensor placement
- WiFi interface testing
- ESP32 communication
- Final enclosure assembly
- System integration test
✦ Project Timeline
✦ What questions still need to be resolved
- How visible is the holographic effect under normal room lighting conditions?
- What is the optimal brightness ratio between the OLED display and the NeoPixel ring to avoid washing out the hologram?
- Can all subsystems run simultaneously on the ESP32-C6 without timing conflicts or memory issues?
- How reliable is the WiFi connection when the lamp is used away from the router?
- What is the minimum enclosure volume that allows clean cable routing and proper heat dissipation?
✦ Dissemination plan
The project will be shared openly following Fab Academy's open-source philosophy. The dissemination plan includes:
✦ Intellectual Property
The project is released under a Creative Commons Attribution - Non Commercial - Share Alike 4.0 (CC BY-NC-SA 4.0) license. This means:
- Attribution — anyone using or adapting this work must credit the original author
- Non-commercial — the project cannot be used for commercial purposes without explicit permission
- Share alike — any adaptations must be released under the same license
All design files, firmware, and documentation will be publicly available. The project does not contain any patented processes or proprietary technologies — all components and techniques used are open source or commercially available.
✦ Future Possibilities
✦ Final Thoughts
What have you learned
Working on this project has reinforced that the most valuable skill is not knowing how to use specific tools, but knowing how to think through a problem systematically. Each subsystem — the holographic optics, the lighting animations, the touch logic, the WiFi server — required a completely different way of approaching the problem.
I also learned that iteration is not failure. The servo-driven kinetic mechanism was removed not because it was a bad idea, but because the project became more focused and honest without it. Knowing when to simplify is as important as knowing when to add complexity.
Finally, Fab Academy taught me that documentation is part of the design. A project that cannot be understood, reproduced, or shared is incomplete, regardless of how well it works in person.