Invention, Intellectual Property, and Income

Individual assignment:
  1. Develop a plan for dissemination of your final project
  2. Prepare drafts of your summary slide (presentation.png, 1920x1080) and video clip (presentation.mp4, 1080p HTML5, < ~minute, < ~25 MB) and put them in your website's root directory
Types of Intellectual Property

Intellectual property (IP) refers to creations of the mind, such as inventions, artistic works, designs, symbols, or names used in commerce. It is protected by law to encourage innovation and creativity.
Reference

Patents

Description: Legal protection for new inventions, processes, machines, or compositions of matter that are novel, non-obvious, and useful.

Examples: A new motor controller circuit design, a unique software algorithm.

Duration: Typically 20 years from filing (utility patents); 15 years for design patents.

Protection: Grants exclusive rights to make, use, or sell the invention.

Trademarks

Description: Protects symbols, names, logos, or phrases that distinguish goods or services.

Examples: A brand name for a motor controller product, a distinctive logo on a PCB.

Duration: Indefinite, as long as used and renewed (every 10 years in many jurisdictions).

Protection: Prevents others from using similar marks that cause confusion.

Copyrights

Description: Protects original works fixed in a tangible medium, such as literature, music, software code, or artistic designs.

Examples: Firmware code for a motor controller, a project demo video, a technical poster.

Duration: Typically author’s life + 70 years; for corporate works, 95 years from publication or 120 years from creation.

Protection: Grants exclusive rights to reproduce, distribute, or adapt the work.

Trade Secrets

Description: Protects confidential business information that provides a competitive edge, provided it’s kept secret.

Examples: Proprietary calibration methods for a current sensor, undisclosed PCB layout techniques.

Duration: Indefinite, as long as secrecy is maintained.

Protection: No formal registration; relies on confidentiality measures (e.g., NDAs).

Industrial Designs

Description: Protects the ornamental or aesthetic design of a product.

Examples: The unique shape of a motor controller enclosure, OLED display interface layout.

Protection: Covers the visual appearance but not the functional aspects.

Geographical Indications

Description: Protects products tied to a specific region due to their unique qualities or reputation.

Examples: Champagne, Darjeeling tea (less relevant to motor controller projects).

Duration: Indefinite, as long as the product maintains its regional tie.

Protection: Prevents misleading use of origin.

Intellectual Property of Choice
The IP I have chosen for E-bike project is under a Creative Commons Attribution Non Commercial license. This allows others to use, share, and follow my work for non-commercial purposes while giving back credit to me as the original creator.

This assignment covers final project dissemination and the future project

Dissemination Plan

Purpose To ensure that the design, implementation, testing results, and lessons learned from the E-Bike conversion kit and system architecture are shared broadly to benefit makers, educators, and the DIY community. Dissemination builds visibility, invites collaboration, and helps others learn from my successes and setbacks.

Target Audience Methods of Dissemination
  1. Online Documentation (Project Webpage)
    • Create a GitHub Pages site dedicated to the E-Bike project.
    • Include high-resolution images of the PCB layout, schematic screenshots, and mechanical CAD renders.
    • Embed short demonstration videos (e.g., how to assemble the controller, how to wire everything, and live testing footage).
    • Publish complete design files: KiCad schematics, PCB Gerbers, 3D model CAD files (STEP or STL), and mechanical drawings.
    • Provide a fully detailed Bill of Materials (BOM) listing each component, manufacturer part number, quantity, and approximate cost.
    • Host source code repository with well commented firmware (C++ or Arduino), instructions, and a troubleshooting.
  2. Social Media
    • Share build updates on LinkedIn groups focused on hardware engineering and e-mobility.
    • Post on Facebook maker groups to engage hobbyists and gather feedback.
    • Use concise, visually appealing posts (images of the PCB, short video clips, in progress photos, or screenshots of simulation results).
  3. Video Presentation
    • Produce a polished 2–3 minute overview video summarizing project goals, system architecture, and a live demo of the e-bike running under controller power.
    • Include textover explaining each subsystem: power stage, control logic, user interface, and safety features.

    Future Opportunities for E-Bike Project
    Smart Features
    • Bluetooth/Wi-Fi App Control: Monitor speed, battery health, GPS location, and ride history in real-time.
    • Remote Diagnostics: Detect faults using onboard sensors and report issues to a connected mobile app or cloud service.
    • Anti-theft System: GPS-based tracking, motion alerts, and remote locking features to enhance security.
    Sustainable Power
    • Solar Charging: Integrate solar panels for charging while parked or during extended rides to boost range.
    Commercial Expansion
    • Rental Business: Provide e-bikes for delivery services, campus transport, or shared ride systems.
    • Government Tenders: Propose the project to public agencies for transport initiatives, including police patrol e-bikes.
    • Local Assembly Kits: Promote local economic development through in-country assembly, such as FabLab-based workshops in Lesotho.
  4. GitHub Repository
    • Create a public GitHub repository for ease access to the documentation.
    • Include a description that explains project purpose, features, and usage instructions.
    • Maintain an “Issues” tab for user questions and community contributions (bug reports, design suggestions, feature requests).
What Have You Learned?
Code and Interface Files

The following files are included as part of the project: