Patent 9507477

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: Derivative Works and Applications of Peripheral Integrity Sensing Interconnects

Introduction: This document discloses a series of derivative works, applications, and integrations based on the core concept of a peripheral, electrically-testable signal interconnect for detecting substrate damage, as described in U.S. Patent 9,507,477. The purpose of this disclosure is to place these foreseeable extensions and modifications into the public domain, thereby establishing them as prior art.

1. Material & Component Substitution Derivatives

1.1. Piezoresistive Polymer Guard Trace

  • Enabling Description: The second signal interconnect is fabricated from a piezoresistive polymer composite, such as carbon nanotube (CNT) or graphene-doped polydimethylsiloxane (PDMS). Instead of detecting only a binary open/closed circuit condition, this variation allows for the continuous monitoring of the interconnect's resistance. Mechanical stress on the substrate, a precursor to cracking, will deform the polymer trace and cause a measurable change in its bulk resistance. An analog-to-digital converter (ADC) connected to the inspection terminals monitors this resistance. A predefined threshold change (e.g., >5% deviation from baseline) flags the device for potential mechanical compromise, enabling pre-emptive failure detection long before a full fracture occurs. This composite can be screen-printed or inkjet-printed along the substrate periphery during the manufacturing process.
  • Mermaid Diagram:
    graph TD
        subgraph Substrate Assembly
            A[Substrate Edge] -->|experiences stress| B(Piezoresistive Polymer Trace);
            B -->|resistance changes| C(Inspection Terminals);
        end
        subgraph Monitoring Circuit
            C --> D[Analog Front-End];
            D --> E[ADC];
            E --> F{Microcontroller};
            F --
    > Resistance > Threshold? --
    > G[Raise Pre-emptive Failure Flag];
        end
    

1.2. Fiber Optic Bragg Grating (FBG) Sensor Integration

  • Enabling Description: The discrete electrical interconnect is replaced with a single-mode optical fiber embedded along the periphery of the substrate, either within a trench etched into the glass or laminated along the edge. Multiple Fiber Bragg Gratings (FBGs) are inscribed along the length of this fiber. Each FBG reflects a specific wavelength of light, which shifts in response to strain or temperature changes. A broadband light source (e.g., a Superluminescent LED) injects light into the fiber, and an optical interrogator (spectrometer) analyzes the reflected wavelengths. A shift in the Bragg wavelength from any FBG indicates localized stress at that specific point on the substrate's perimeter. This provides not just a go/no-go signal, but a high-resolution map of stress distribution around the device edge, allowing for precise failure location analysis.
  • Mermaid Diagram:
    sequenceDiagram
        participant LightSource as Broadband Light Source
        participant Interrogator as Optical Interrogator
        participant Fiber as Embedded Optical Fiber
        participant FBG1 as FBG at Location 1
        participant FBG2 as FBG at Location 2
    
        LightSource ->> Fiber: Injects broadband light
        Fiber ->> FBG1: Light propagates
        FBG1 -->> Interrogator: Reflects λ1
        Fiber ->> FBG2: Light continues
        FBG2 -->> Interrogator: Reflects λ2
    
        Note over Fiber: Substrate undergoes stress at Location 2
        FBG2: Bragg wavelength shifts (λ2 -> λ2')
    
        LightSource ->> Fiber: Injects broadband light
        FBG1 -->> Interrogator: Reflects λ1 (unchanged)
        FBG2 -->> Interrogator: Reflects λ2' (shifted)
        Interrogator ->> System: Reports localized stress at Location 2
    

1.3. Gallium-based Liquid Metal Microchannel Trace

  • Enabling Description: A microfluidic channel, approximately 10-50 micrometers in width, is etched into the substrate's peripheral region and hermetically sealed. This channel is filled with a room-temperature liquid metal alloy, such as Galinstan (gallium, indium, tin). A micro-crack propagating from the substrate edge that breaches this channel will cause the liquid metal to flow out, breaking the electrical continuity of the metallic path. This provides an extremely sensitive and unambiguous fracture detection mechanism. The primary advantage is self-healing potential; if integrated with a micro-reservoir and a pressure system, the channel could potentially be refilled post-fracture for certain applications, or the change in channel capacitance/resistance can be monitored even without a full break.
  • Mermaid Diagram:
    stateDiagram-v2
        [*] --> Intact
        Intact: Channel filled with Liquid Metal
        Intact: Electrical continuity established
        Intact --> Breached: Substrate micro-crack intersects channel
        Breached: Liquid metal evacuates at breach point
        Breached: Electrical circuit becomes open
        note right of Breached
            High-impedance state is detected
            at inspection terminals.
        end note
    

2. Operational Parameter Expansion Derivatives

2.1. Cryogenic/High-Temperature Operation using Superconducting/Refractory Metal Traces

  • Enabling Description: For devices operating in extreme temperature environments, such as scientific instrumentation or aerospace applications, the guard trace material is selected accordingly. For cryogenic applications (-150°C to -270°C), the trace is a thin film of a high-temperature superconductor like YBCO (Yttrium Barium Copper Oxide). A crack would break the superconducting path, causing a massive, easily detectable jump in resistance from zero to a high value. For high-temperature applications (200°C to 800°C), the trace is fabricated from a refractory metal like tungsten or molybdenum, which maintains structural and electrical integrity. The detection principle remains continuity testing, but the materials ensure functionality far beyond the limits of standard aluminum or copper.
  • Mermaid Diagram:
    graph TD
        subgraph Cryogenic Environment [-196°C]
            A(Substrate) -- contains --> B(YBCO Superconducting Trace);
            B --
    > No crack --
    > C{Resistance ≈ 0Ω};
            B --
    > Micro-crack --
    > D{Resistance -> MΩ};
        end
        subgraph High-Temp Environment [+600°C]
            E(Substrate) -- contains --> F(Tungsten Refractory Trace);
            F --
    > No crack --
    > G{Resistance = R_nominal};
            F --
    > Crack --
    > H{Resistance -> ∞};
        end
    

2.2. Flexible and Rollable Substrate Application

  • Enabling Description: In flexible displays using polyimide or polyethylene naphthalate (PEN) substrates, the guard trace is designed to detect over-bending or metal fatigue failures. The trace is formed as a serpentine or bellows-shaped pattern using a ductile metal like annealed copper or gold. This geometry allows the trace to withstand normal flexing. However, if the substrate is bent beyond its minimum specified bend radius, the trace will undergo plastic deformation and work-hardening. This causes a permanent, measurable increase in its electrical resistance. A second, parallel trace without the serpentine pattern is designed to fracture at this over-bend limit. The system monitors both: a resistance change in the serpentine trace indicates excessive fatigue, while an open circuit in the straight trace indicates a critical over-bend event.
  • Mermaid Diagram:
    flowchart LR
        subgraph Controller
            M1[Monitor R_serpentine]
            M2[Monitor Continuity_straight]
        end
        subgraph Flexible Substrate Periphery
            T1[Serpentine Fatigue Trace]
            T2[Straight Over-Bend Trace]
        end
    
        Event1[Normal Flexing] --> T1;
        T1 -- R_serpentine remains stable --> M1;
        Event2[Repeated Over-Flexing] --> T1;
        T1 -- R_serpentine increases --> M1 --
    > Fatigue Warning;
        Event3[Critical Over-Bend] --> T2;
        T2 -- Open Circuit --> M2 --
    > Catastrophic Bend Alert;
    

3. Cross-Domain Application Derivatives

3.1. Aerospace & Automotive: Structural Health Monitoring of Composite Panels

  • Enabling Description: The guard trace concept is applied to carbon fiber reinforced polymer (CFRP) panels used in aircraft fuselages or automotive monocoques. A grid of conductive traces (e.g., silver nanoparticle ink) is printed onto the surface of the panel or embedded between composite plies. These traces are routed around high-stress areas like cutouts, joints, and bolt holes. Damage to the panel from impact (e.g., a tool drop) or delamination will sever one or more of these traces. A central Structural Health Monitoring (SHM) unit continuously polls the continuity of this grid. The location of the broken trace(s) provides the approximate location of the damage, allowing for targeted, non-destructive inspection (NDI) and reducing maintenance downtime.
  • Mermaid Diagram:
    erDiagram
        AIRCRAFT_PANEL {
            int PanelID
            string Location
        }
        TRACE_GRID {
            int GridID
            int PanelID
            string GridGeometry
        }
        TRACE {
            int TraceID
            int GridID
            string Status
        }
        SHM_UNIT {
            int UnitID
            timestamp LastPoll
        }
        AIRCRAFT_PANEL ||--o{ TRACE_GRID : has
        TRACE_GRID ||--o{ TRACE : contains
        SHM_UNIT }o--|| TRACE : monitors
    

3.2. AgTech: Smart Glazing for Greenhouses

  • Enabling Description: Large glass panes used in advanced greenhouses are equipped with a peripheral guard trace. The primary purpose is to detect damage from hail, thermal stress, or structural settling. A crack in a pane can compromise the controlled environment, leading to crop loss. The guard trace, made of a transparent conductive oxide like Indium Tin Oxide (ITO), is integrated into the pane's edge. All panes are wired into a central building management system. Upon detecting an open circuit, the system can automatically alert the operator with the exact location of the damaged pane and potentially deploy an emergency shuttering system to protect the crops until a repair can be made.
  • Mermaid Diagram:
    sequenceDiagram
        participant HailStorm
        participant GlassPane_3B
        participant GuardTrace_3B
        participant BMS as Building Management System
        participant Operator
    
        HailStorm ->> GlassPane_3B: IMPACT
        GlassPane_3B ->> GuardTrace_3B: Crack forms, severing trace
        GuardTrace_3B ->> BMS: Signal changes (Open Circuit)
        BMS ->> Operator: ALERT: Pane 3B Damaged. Location: North Wall, Row 3.
        BMS ->> Actuators: Deploy emergency shutters for Zone 3.
    

3.3. Medical Tech: Integrity Monitoring of Sterile Packaging

  • Enabling Description: The sterile barrier system (e.g., a rigid tray or a flexible pouch) for medical implants or surgical tools is printed with a peripheral guard trace using biocompatible conductive ink. The trace runs along the heat-sealed or bonded edges of the package. A handheld or integrated scanner checks the continuity of this trace before the package is opened in the operating room. A broken trace indicates that the package seal has been compromised at some point during transport or storage, potentially compromising sterility. This provides a final, electronic verification of package integrity immediately prior to use.
  • Mermaid Diagram:
    stateDiagram-v2
        [*] --> Sealed
        Sealed: Guard trace continuity OK
        Sealed --> Compromised: Seal breached during transit
        Compromised: Guard trace is broken
        state Sealed {
            direction LR
            [*] --> Scanned_OK
            Scanned_OK --> Use: Approved for sterile use
        }
        state Compromised {
            direction LR
            [*] --> Scanned_Fail
            Scanned_Fail --> Discard: Do not use, sterility compromised
        }
    

4. Integration with Emerging Tech Derivatives

4.1. AI-Driven Predictive Failure Analysis

  • Enabling Description: The guard trace is a multi-layered structure of different materials (e.g., piezoresistive, capacitive, and resistive layers). An IoT sensor node attached to the trace terminals collects multi-modal data: resistance, capacitance, and response to a high-frequency AC signal (impedance). This data stream is fed to a cloud-based Machine Learning model (e.g., a recurrent neural network - RNN) trained on data from stress-testing and lifecycle analysis. The AI model learns to identify subtle, correlated signatures in the data that precede failure. It can predict the type of impending failure (e.g., thermal stress fracture vs. impact shock) and estimate the remaining useful life (RUL) of the component, moving beyond simple break detection to true prognostics.
  • Mermaid Diagram:
    graph TD
        A[Multi-modal Guard Trace] --
    > R, C, Z data --
    > B(IoT Sensor Node);
        B --
    > Raw Data Stream --
    > C[Cloud Gateway];
        C --> D(ML Inference Engine - RNN);
        D --
    > Learns Failure Signatures --
    > E[Training Dataset];
        D --> F{Prediction Output};
        F --
    > Failure Type: Thermal Stress --
    > G[Dashboard];
        F --
    > RUL: 150 hours --
    > G;
    

4.2. Blockchain for Component Lifecycle Integrity Verification

  • Enabling Description: For high-value components in critical supply chains (e.g., avionics, server CPUs), the status of the peripheral guard trace is cryptographically signed and recorded on a distributed ledger (blockchain) at each stage of manufacturing, shipping, and installation. A device's unique ID is paired with the initial (pristine) state of its guard trace. At each handover point, a trusted oracle reads the trace's status (e.g., resistance value). If the value is unchanged, a new "integrity verified" transaction is added to the component's blockchain record. If a break is detected, the transaction is flagged as "damaged." This creates an immutable, auditable, and trustless record of the component's physical integrity throughout its entire lifecycle.
  • Mermaid Diagram:
    sequenceDiagram
        participant Factory
        participant Shipper
        participant Integrator
        participant Blockchain
    
        Factory->>Blockchain: Create Asset (DeviceID, Initial_Trace_State)
        Factory->>Shipper: Transfer Physical Device
        Shipper->>Blockchain: Read Trace_State, add "Integrity_OK" Transaction
        Shipper->>Integrator: Transfer Physical Device
        Note over Integrator: Device is dropped, trace breaks
        Integrator->>Blockchain: Read Trace_State, add "Integrity_FAIL" Transaction
        Blockchain-->>Integrator: Immutable record shows damage occurred under Integrator's custody.
    

5. The "Inverse" or Failure Mode Derivatives

5.1. Fused Guard Trace for Controlled Device Decommissioning

  • Enabling Description: The guard trace is designed as a programmable fuse. It is fabricated from a material with a low melting point or a specific chemical sensitivity. For secure data applications, a "wipe" command sent to the device would apply a high current pulse to the trace, causing it to vaporize. The destruction of this trace is physically linked to a charge-dump circuit for onboard flash memory, ensuring that the data is irretrievably erased at the same moment the device is physically "tampered" or decommissioned. This creates a secure, fail-safe sanitization mechanism where physical destruction is a required part of the data wipe protocol.
  • Mermaid Diagram:
    flowchart TD
        A{Receive Secure Wipe Command} --> B[Apply High Current to Fused Trace];
        B --> C{Trace Vaporizes};
        C --> D[Open Circuit Detected];
        D --> E[Trigger Memory Charge-Dump Circuit];
        E --> F[Data Sanitized Irreversibly];
        C --> G[Device logs permanent tamper event];
    

5.2. Multi-Stage Breakaway Trace for Graceful Degradation

  • Enabling Description: The peripheral integrity system consists of multiple, nested guard traces (e.g., Trace A, Trace B, Trace C from outermost to innermost). These traces are engineered with progressively higher fracture toughness. Trace A is brittle and breaks with minor edge impacts. Trace B requires a more significant event, and Trace C only breaks with a crack that threatens the primary display area. The device controller responds differently based on which trace is broken.
    • Trace A broken: Display shows a "Maintenance Suggested" icon.
    • Trace B broken: Display enters a low-power mode, reduces brightness and refresh rate, and warns of imminent failure.
    • Trace C broken: Display is disabled completely to prevent further damage or unsafe operation.
      This enables a graceful degradation of functionality rather than a sudden, catastrophic failure.
  • Mermaid Diagram:
    stateDiagram-v2
        state "Fully Functional" as S0
        state "Maintenance Suggested" as S1
        state "Low Power Mode" as S2
        state "Disabled" as S3
    
        [*] --> S0
        S0 --> S1: Outer Trace A Breaks
        S1 --> S2: Middle Trace B Breaks
        S2 --> S3: Inner Trace C Breaks
        S0 --> S2: Trace A & B Break Simultaneously
        S0 --> S3: All Traces Break
        S1 --> S3: Trace B & C Break
    

Combination Prior Art Scenarios with Open-Source Standards

  1. Combination with MIPI DSI-2 Standard: The guard trace integrity status is embedded into the MIPI Display Serial Interface 2 (DSI-2) protocol's data stream. A custom packet type is defined within the protocol's blanking periods to transmit the status (e.g., resistance, capacitance, or binary continuity) from the display panel's timing controller (TCON) to the host system-on-a-chip (SoC). This avoids the need for separate physical I/O lines for inspection, integrating the physical health status directly into the standard display data link layer. A device driver on the host processor would then parse these packets and report the physical integrity to the operating system.

  2. Combination with KiCad Hardware Design Standard: A standardized "Integrity Guard Trace" footprint and routing guide is developed as an open-source library component for the KiCad electronic design automation (EDA) suite. The library includes pre-designed trace patterns (e.g., serpentine traces for flex PCBs, castellated pads for inspection points) and design rules for clearance and width based on substrate type (FR-4, polyimide, glass). This enables hardware designers to easily and consistently implement the guard trace feature in their open-source hardware designs by simply dropping the component into their layout and following the provided routing guide, standardizing its implementation across the industry.

  3. Combination with Prometheus Monitoring System: The IoT sensor node monitoring the guard trace (as described in 4.1) exposes its metrics via an HTTP endpoint formatted for consumption by the Prometheus open-source monitoring and alerting toolkit. The metrics would include guard_trace_resistance_ohms, guard_trace_capacitance_farads, and guard_trace_continuity_binary. System administrators can then use Prometheus Query Language (PromQL) to build dashboards (e.g., in Grafana) and configure alerts (via Alertmanager) that trigger when these physical integrity metrics cross predefined thresholds, integrating the hardware health of a fleet of devices into standard cloud-native IT infrastructure monitoring practices.

Generated 5/13/2026, 12:49:52 PM