Patent 11921355

Derivative works

Defensive disclosure: derivative variations of each claim designed to render future incremental improvements obvious or non-novel.

Active provider: Google · gemini-2.5-pro

Derivative works

Defensive disclosure: derivative variations of each claim designed to render future incremental improvements obvious or non-novel.

✓ Generated

Defensive Disclosure and Prior Art Generation

Reference Patent: U.S. Patent No. 11,921,355
Subject: Head-worn personal audio apparatus supporting enhanced hearing support
Purpose: To publicly disclose derivative inventions and enhancements to establish prior art against future patent applications in this domain. This document details novel combinations, material substitutions, expanded operational parameters, and integrations with emerging technologies, building upon the foundational concepts of the '355 patent.


Derivatives Based on Claim 1: Integrated Temple Arrangements

The core concept is an electrical component integrated into a temple tip, cover, or fit-over piece of an eyeglass frame.

1. Material & Component Substitution

  • Derivative 1.1: Piezoelectric Audio Temple Tip

    • Enabling Description: The standard electro-dynamic speaker is replaced with a laminated piezoelectric transducer integrated directly into the polymer matrix of the temple tip. The temple tip, made from a high-density, biocompatible polymer such as PEEK (Polyether ether ketone), is designed to make direct contact with the mastoid bone behind the ear. An incoming audio signal is amplified and passed to the piezoelectric element, causing it to vibrate. These vibrations are transmitted through the PEEK material directly into the user's skull, functioning as a bone conduction audio-delivery system. This eliminates the need for an external speaker or earbud, providing a completely sealed and waterproof audio solution. Power is supplied by a flexible, thin-film lithium-ceramic battery embedded within the temple.
    • Mermaid Diagram:
      graph TD
          A[Audio Source] --> B{Audio Processing IC};
          B --> C[Amplifier];
          C --> D[Laminated Piezoelectric Transducer];
          D -- Vibrations --> E(PEEK Temple Tip);
          E -- Bone Conduction --> F(User's Mastoid Bone);
          G[Flexible Thin-Film Battery] --> B;
          G --> C;
      
  • Derivative 1.2: Graphene-Infused Smart Temple Cover

    • Enabling Description: A flexible, slip-on temple cover is fabricated from a silicone elastomer infused with a graphene nano-platelet composite. This composite serves multiple functions: it acts as a capacitive touch sensor along the length of the temple, an EMI/RFI shield for internal electronics, and a passive heat sink. A flexible printed circuit (FPC) with a microcontroller and a Bluetooth Low Energy (BLE) SoC is co-molded within the cover. Users can control functions like volume or call-answering by tapping or sliding their finger along the temple cover. The graphene's conductive properties provide a large, sensitive touch area without discrete buttons.
    • Mermaid Diagram:
      graph TD
          subgraph Temple Cover
              A[Graphene-Silicone Composite];
              B[Flexible Printed Circuit (FPC)];
              C[Microcontroller];
              D[BLE SoC];
              E[Capacitive Touch Sensing Circuit];
          end
          A --Sensing Grid--> E;
          E --Input--> C;
          C --Commands--> D;
          D --Wireless--> F[Paired Device];
      

2. Operational Parameter Expansion

  • Derivative 1.3: Cryogenic-Resistant Eyewear for Lab Environments

    • Enabling Description: This variation is designed for use in environments with extreme cold, such as cryogenic labs (-150°C). The temple tips are constructed from a cryo-grade PTFE (Polytetrafluoroethylene) composite to prevent embrittlement. All electronic components, including the processor and sensors (e.g., a thermocouple for ambient temperature reading), are rated for industrial low-temperature operation. The power source is a custom-formulated lithium-ion battery with a low-freezing point electrolyte and integrated micro-heating elements that are activated by the thermocouple when the ambient temperature drops below a critical threshold, ensuring operational voltage stability. All wiring is insulated with Kapton to maintain flexibility and integrity at cryogenic temperatures.
    • Mermaid Diagram:
      stateDiagram-v2
          state "Operating" as op
          state "Heating" as heating
          state "Shutdown" as shutdown
          [*] --> op: Power On
          op --> heating: Temp < -100°C
          heating --> op: Temp > -95°C
          op --> shutdown: Battery Critical
          heating --> shutdown: Battery Critical
          op: Normal Operation (Sensors, Audio)
          heating: Micro-heater Active
      
  • Derivative 1.4: High-Pressure Submersible Eyewear System

    • Enabling Description: This design is for underwater use, such as by commercial divers, rated to a pressure of 30 atmospheres (300 meters depth). The entire temple arrangement is a monolithic, over-molded unit with no external ports. The housing is made from pressure-resistant titanium alloy or a filled epoxy resin. Communication is achieved not through radio waves (which do not propagate well underwater) but via a modulated, high-frequency acoustic transducer (sonar) for short-range data/voice, or through an optical transceiver (Li-Fi) for line-of-sight communication with a surface-tethered relay. A pressure sensor is integrated to provide the diver with real-time depth information via bone conduction audio alerts. Charging is accomplished inductively through the sealed housing.
    • Mermaid Diagram:
      sequenceDiagram
          participant D as Diver Eyewear
          participant B as Buoy/Tether
          D->>B: Acoustic/Optical Ping (Data Request)
          B->>D: Modulated Acoustic/Optical Signal (Data/Voice)
          loop Real-time Monitoring
              D->>D: Read Internal Pressure Sensor
              D->>D: Generate Bone Conduction Audio Alert
          end
      

3. Cross-Domain Application

  • Derivative 1.5: Aerospace - G-Force and Hypoxia Monitoring for Pilots

    • Enabling Description: A temple tip fit-over for aviation helmets or flight glasses incorporates a 3-axis high-G accelerometer and a pulse oximeter (SpO2) sensor. The accelerometer logs G-forces experienced during maneuvers. The SpO2 sensor uses reflective photoplethysmography (PPG) against the skin behind the ear to monitor blood oxygen saturation. An onboard processor analyzes both data streams. If G-force exceeds a predefined threshold for a set duration (potential G-LOC) or if SpO2 levels fall below 90% (hypoxia), the system transmits an immediate alert via a wired ARINC 429 connection or a short-range 2.4 GHz ISM band link to the aircraft's central warning system.
    • Mermaid Diagram:
      flowchart LR
          subgraph Eyewear Module
              A[High-G Accelerometer] --> C{Processor};
              B[Pulse Oximeter (SpO2)] --> C;
              D[ARINC 429/ISM Transceiver];
              C -- G-force/SpO2 Data --> D;
          end
          C --"Alert Condition"--> D;
          D --"G-LOC/Hypoxia Alert"--> E[Aircraft Avionics];
      
  • Derivative 1.6: AgTech - Environmental Sensor Suite for Farmers

    • Enabling Description: A ruggedized, weather-resistant temple arrangement includes a suite of micro-sensors for agricultural use. This includes a UV sensor to monitor sun exposure, a humidity sensor, a temperature sensor, and a low-power MEMS microphone array. The microphone array is tuned to listen for specific acoustic signatures, such as the stress calls of certain insect pests or the sound of malfunctioning irrigation equipment. Data is logged locally and periodically offloaded via LoRaWAN to a central farm management system. The user receives audio alerts (e.g., "UV index high," "Possible thrips detected in sector 4") via a built-in speaker.
    • Mermaid Diagram:
      graph TD
          subgraph AgTech Temple
              UVSensor[UV Sensor] --> Proc;
              TempHumid[Temp/Humidity Sensor] --> Proc;
              MicArray[MEMS Mic Array] --> Proc{Processor};
              Lora[LoRaWAN Transceiver];
              Speaker[Speaker];
          end
          Proc -- "Analyze & Alert" --> Speaker;
          Proc -- "Log Data" --> Lora;
          Lora --> Gateway[Farm Gateway];
          Gateway --> Cloud[Cloud Analytics];
      
  • Derivative 1.7: Industrial - Augmented Reality Overlay for Assembly Line

    • Enabling Description: The temple fit-over contains a pico-projector and a miniature camera. The camera identifies a part or assembly in the user's field of view using a pre-loaded computer vision model. The processor retrieves the corresponding work instruction or schematic from a local cache or via a Wi-Fi connection to the factory MES (Manufacturing Execution System). The pico-projector then projects a simple overlay (e.g., highlighting the correct bolt to tighten, displaying torque specifications) directly onto the user's safety lens. This provides hands-free, in-context guidance. The system is voice-activated via a noise-canceling microphone.
    • Mermaid Diagram:
      sequenceDiagram
          participant User
          participant Eyewear
          participant FactoryMES
      
          User->>Eyewear: Voice Command ("Next Step")
          Eyewear->>Eyewear: Capture Image with Camera
          Eyewear->>Eyewear: Run Object Recognition
          Eyewear->>FactoryMES: Request Instruction for Object_ID
          FactoryMES-->>Eyewear: Return Instruction/Overlay Data
          Eyewear->>User: Project Overlay onto Lens
      

4. Integration with Emerging Tech

  • Derivative 1.8: AI-Powered Adaptive Hearing Enhancement

    • Enabling Description: The temple arrangements on both sides of the glasses contain multi-microphone arrays. A dedicated, low-power neuromorphic AI processor (e.g., Intel Loihi, Akida) continuously processes the audio streams. The AI model is trained to perform real-time "cocktail party effect" audio separation. It identifies the dominant speech signal based on directionality and speech patterns, isolates it, and enhances it while actively suppressing background noise and other conversations. The system learns the user's companions' voices over time for improved performance. The entire process occurs locally on the device, ensuring privacy.
    • Mermaid Diagram:
      flowchart TD
          A[Left Mic Array] --> C{Neuromorphic Processor};
          B[Right Mic Array] --> C;
          C -- "Identified Voice" --> D[Audio Enhancement DSP];
          C -- "Identified Noise" --> D;
          D -- "Enhanced Signal" --> E[Speaker/Transducer];
          F[User Profile - Stored Voiceprints] --> C;
      
  • Derivative 1.9: IoT-Enabled Personal Safety Monitor with Geofencing

    • Enabling Description: The temple adapter integrates a GPS module, a cellular IoT (NB-IoT/LTE-M) modem, and a 9-axis IMU (Inertial Measurement Unit). The device monitors the user's location and movement. If the IMU detects a fall (sudden high-g impact followed by a period of no motion), it triggers an alert. The device sends its GPS coordinates and a pre-recorded message to an emergency contact via the cellular modem. A geofencing feature can be configured via a companion app; if the user (e.g., a child or elderly person) wanders outside a predefined area, an alert is sent to a caregiver's phone.
    • Mermaid Diagram:
      graph BT
          subgraph Eyewear Device
              IMU[9-Axis IMU] --> Processor;
              GPS[GPS Module] --> Processor{Processor};
              CellModem[Cellular IoT Modem] --> Processor;
          end
      
          subgraph CloudService
              Emergency[Emergency Contacts];
              GeoFence[Geofence Rules];
          end
          
          Processor -- "Fall Detected" --> CellModem;
          Processor -- "Geofence Breach" --> CellModem;
          CellModem -- "Alert + GPS Coords" --> CloudService;
          CloudService --> Emergency;
          GeoFence -- "Sync" --> Processor;
      

5. The "Inverse" or Failure Mode

  • Derivative 1.10: Intrinsically Safe Low-Power Mode for Hazardous Environments
    • Enabling Description: This variation is designed for environments with explosive atmospheres (e.g., oil rigs, chemical plants). The temple arrangement is certified as "intrinsically safe." All circuitry operates at very low current and voltage levels to prevent any possibility of a spark. It features a "fail-safe" mode: if an integrated gas sensor detects volatile organic compounds (VOCs) above a critical threshold, the processor immediately cuts power to all non-essential components (e.g., Bluetooth, high-power audio), leaving only a low-power red LED indicator active to signal the hazard to the user and nearby personnel. The power-down sequence is managed by a hardware-based circuit that is independent of the main processor, ensuring reliability.
    • Mermaid Diagram:
      stateDiagram-v2
          [*] --> Normal_Ops
          state Normal_Ops {
              Audio_Active
              Wireless_Active
              Sensors_Active
          }
          state Safe_Mode {
              Red_LED_On
              Audio_Off
              Wireless_Off
          }
          Normal_Ops --> Safe_Mode: VOC_Sensor > Threshold
          Safe_Mode --> Normal_Ops: Manual Reset AND VOC_Sensor < Threshold
      

Combination Prior Art Scenarios

  • Scenario 1: Open-Source Hardware Module Standard (Project ARA for Eyewear)

    • Description: A system combining the '355 patent's concept of modular temple adapters with a new, open-source hardware standard called "Open-Frame." This standard defines both a physical connector (e.g., a 10-pin magnetic pogo-pin connector) and an electrical protocol (based on the open I2C or SPI bus protocols) for temple modules. Any third-party manufacturer can create "Open-Frame" compatible modules (e.g., cameras, sensors, batteries) that work with any "Open-Frame" compatible eyeglasses. This democratizes the hardware ecosystem, similar to how the USB standard unified peripheral connectivity. A public repository contains the mechanical CAD files for the connector and the protocol specification, allowing anyone to build compatible devices.
    • Mermaid Diagram:
      classDiagram
      class EyeglassFrame {
          +OpenFrameConnector
          +power_rail
          +data_bus
      }
      class TempleModule {
          <<interface>>
          +Functionality()
      }
      class CameraModule {
          +captureImage()
      }
      class SensorModule {
          +readData()
      }
      class BatteryModule {
          +providePower()
      }
      EyeglassFrame "1" -- "1..2" TempleModule : connects_to
      TempleModule <|-- CameraModule
      TempleModule <|-- SensorModule
      TempleModule <|-- BatteryModule
      
  • Scenario 2: Open-Source Communication Protocol (Web of Things Integration)

    • Description: The temple arrangement incorporates a Wi-Fi or BLE transceiver running an open-source firmware based on the Zephyr RTOS. The firmware implements the W3C Web of Things (WoT) standard, exposing all on-board sensors (e.g., accelerometer, microphone) as web-accessible resources. Any device or application on the same network can discover and interact with the glasses using standard RESTful API calls over HTTP or CoAP. For example, a home automation system could dim the lights when the glasses' light sensor detects a dark room, or a web application could plot the user's activity data in real-time by querying the accelerometer's URL endpoint. This combination makes the eyewear a first-class citizen in the open, interoperable Internet of Things.
    • Mermaid Diagram:
      sequenceDiagram
          participant Client as Web Browser/App
          participant Eyewear as WoT Device
          Client->>Eyewear: GET /sensors/accelerometer
          Eyewear-->>Client: 200 OK (JSON: {x, y, z})
          Client->>Eyewear: POST /actuators/led
          Note right of Eyewear: { "state": "on", "color": "blue" }
          Eyewear-->>Client: 201 Created
      
  • Scenario 3: Open-Source Software Platform (Android Wearable Module)

    • Description: A temple adapter is created that functions as a self-contained, ultra-low-power computing module running a stripped-down version of the Android Open Source Project (AOSP), specifically for wearables. The adapter contains a RISC-V based System-on-Chip (SoC), RAM, and flash storage. It connects to the eyeglass frame, which provides only power and basic I/O (e.g., a speaker and microphone). This allows a global community of Android developers to create applications ("micro-apps") for the eyewear, which can be installed on the adapter. For example, developers could create apps for real-time language translation, navigation, or notifications, leveraging the vast existing Android development ecosystem and tools. The hardware abstraction layer (HAL) for the speaker and microphone would be open-sourced to encourage development.
    • Mermaid Diagram:
      graph TD
          subgraph Temple Adapter
              A[RISC-V SoC]
              B[RAM/Flash]
              C[AOSP Wearable OS]
              D[3rd Party Micro-Apps]
              E[Hardware Abstraction Layer (HAL)]
          end
          subgraph Eyeglass Frame
              F[Speaker]
              G[Microphone]
              H[Power Source]
          end
          D --> C --> E
          E --Control--> F
          G --Data--> E
          H --Power--> A
      

Generated 5/1/2026, 2:15:07 AM