Skip to content

Week 19 Invention, Intellectual Property, and Income

Individual assignment

Lucky Bot — Invention, Intellectual Property, and Income

My final project is Lucky Bot, a warm and personal voice buddy powered by Lucky's cloned voice. It is a very personal project. The project combines digital fabrication, electronics, embedded programming, voice interaction, AI, and user interface design. I review the invention, IP, and income, and consider how I might commercialize the project if I had the chance.

Invention Overview

Lucky Bot is an intelligent voice companion desktop bot designed to create a more personal and emotional interaction experience.

Unlike a normal voice assistant, Lucky Bot focuses on personality, warmth, and familiarity. The most important feature is that it can respond using Lucky's cloned voice, making the conversation feel more natural and personal to me. For commercialization, personal voice customization would be an outstanding feature that makes the project different from a normal chatbot or speaker.

Current Implementation

Currently, I have already finished the first version, and all functions have been verified. The system includes two parts:

Hardware system

  1. 3D-printed enclosure
  2. 2D laser-cut stand
  3. PCB
  4. XIAO ESP32C3
  5. 1.28 inch display
  6. Microphone
  7. Laptop to work together

Software system

  • Wake word
  • ASR
  • LLM
  • Voice cloning and TTS
  • UI on display
  • UI on web platform
  • UI sync with status

All of this has been included in the firmware.

Intellectual Property

I chose an open-source-oriented intellectual property strategy instead of a closed proprietary model.

The project is designed as a reference system and experimental platform, aligned with Fab Lab principles of sharing, learning, and iteration.

Licensing Approach
Component License
Hardware design, documentation, and visual materials Creative Commons Attribution-NonCommercial-ShareAlike 4.0 (CC BY-NC-SA 4.0)
Firmware and codebase MIT License

This structure allows:

  • free use and modification for educational and research purposes
  • attribution to the original project
  • protection from direct commercial use without permission
  • flexibility for others to reuse and learn from the code
Rationale

This approach fits the current state of the project. Lucky Bot is not a finished commercial product. It is an evolving prototype that documents a process, a system architecture, and a way of connecting cultural objects with interaction design.

Sharing the project openly also makes it easier for others to study, modify, and build on it. This is important to me because the value of the project is not only the object itself, but also the knowledge behind it.

Dissemination Plan

The project will be shared through multiple channels:

  • Fab Academy documentation page
  • GitHub repository with hardware files, firmware, and documentation
  • Final demo video
  • Social media platforms such as LinkedIn and maker communities
  • Possible Fab Lab exhibitions or workshops
Target Audience

Individuals who want to stay connected with an important person in their life.

Future Development

If there is a possibility for commercialization someday, these parts still need improvement:

  • Design of enclosure
  • MCU — it should at least use the XIAO ESP32-S3, with SRAM or higher specs for a better experience
  • Speaker and battery system
  • Mobile app
  • Subscription system
  • Privacy protection mechanism

Potential Income Models

Currently, there is no commercial plan, as it is a personal project. If I pursue this in the future, there are two possible income models:

  1. Hardware sales
  2. Subscription fee for voice training and LLM token usage

Reflection

From prototyping to commercialization, there is a long way to go — not only to optimize the hardware, but also the business model.

Reflection on intellectual property

  • Privacy issues related to voice cloning