Patent 11505231

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-flash

Derivative works

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

✓ Generated

Defensive Disclosure: US Patent 11505231 - Removable Seat Attachment for a Stroller

Current Date: April 26, 2026

As a Senior Patent Strategist and Research Engineer specializing in Defensive Publishing, the following constitutes a defensive disclosure for US Patent 11505231, "Removable seat attachment for a stroller." This document aims to establish prior art by detailing numerous variations and extensions of the claimed subject matter, thereby rendering future incremental improvements by competitors obvious or non-novel. The derivatives are constructed from the core inventive concept of a removable/attachable front seat support/attachment/adapter that positions a second seat (or other child conveyance) forward of and lower than the main seat, typically over the front wheels, while maintaining stroller stability.


Derivative Variations for Core Claims (e.g., Claims 1 & 14)

1. Ultra-Lightweight Modular Composite Stroller System with Magnetic Quick-Release

Enabling Description:
A stroller system, based on the principles of US11505231, where the main frame, including the front wheel support portion and the first stroller seat support, as well as the removable front seat attachment, are constructed from a multi-layer carbon fiber reinforced polymer (CFRP) composite. The CFRP tubing features a tailored ply orientation and variable wall thickness, optimized via Finite Element Analysis (FEA) for stress distribution and vibration dampening, achieving a weight reduction of at least 30% compared to equivalent aluminum alloys (e.g., 6061-T6). The interface for the removable front seat attachment with the main frame's front wheel support portion utilizes a quick-release magnetic latching system. This system comprises high-strength, corrosion-resistant neodymium magnets (e.g., N52 grade, nickel-plated) embedded within precision-machined composite receptacles on both the frame and the attachment. Latching engagement is achieved through automatic magnetic alignment upon proximity. Disengagement requires a deliberate, simultaneous depression of two spatially separated, haptic-feedback enabled, spring-loaded buttons (e.g., made of high-impact polycarbonate), which temporarily disengages a mechanical detent alongside overcoming the magnetic force, preventing accidental release. The seat attachment points on the adapter utilize standardized composite bayonet fittings with integral, self-lubricating, wear-resistant polymer sleeves (e.g., ultra-high-molecular-weight polyethylene, UHMW-PE) for durable and smooth seat coupling.

classDiagram
    class StrollerSystem {
        +Frame frame
        +MainSeatSupport mainSeatSupport
        +FrontSeatAttachment frontSeatAttachment
    }
    class Frame {
        -CFRP_Tubing[] tubing
        -MagneticReceptacle[] receptacles
        -FrontWheelSupport frontWheelSupport
        -RearWheelSupport rearWheelSupport
        -FoldingMechanism foldingMechanism
        -Handle handle
    }
    class MainSeatSupport {
        +attachTo(Frame)
    }
    class FrontSeatAttachment {
        -CFRP_Tubing[] tubing
        -MagneticLatch magneticLatch
        -HapticButton[] releaseButtons
        -BayonetFitting[] seatMounts
        +attachTo(FrontWheelSupport)
        +support(FrontStrollerSeat)
    }
    class MagneticLatch {
        -NeodymiumMagnets magnets
        -MechanicalDetent detent
        +engage()
        +disengage()
    }
    class FrontWheelSupport {
        -MagneticReceptacle receptacles
    }
    StrollerSystem "1" -- "1" Frame : comprises
    Frame "1" -- "1" MainSeatSupport : supports
    Frame "1" -- "1" FrontWheelSupport : includes
    FrontSeatAttachment "1" -- "1" MagneticLatch : uses
    FrontSeatAttachment "1" -- "*" BayonetFitting : includes
    FrontSeatAttachment "1" --> "1" FrontWheelSupport : attaches to

2. All-Terrain High-Capacity Modular Stroller System with Dynamic Load Balancing

Enabling Description:
A stroller system adapted for demanding off-road environments, where the main frame's front wheel support portion and the removable front seat attachment are constructed from aerospace-grade aluminum alloy (e.g., 7075-T6, heat-treated for optimal strength-to-weight ratio). All wheels feature independent, actively controlled, variable-stiffness suspension systems utilizing electro-rheological fluid dampers (ER dampers) within each shock absorber. The ER fluid's viscosity, and thus the damping coefficient, is modulated by an applied electric field, controlled by an onboard microcontroller (e.g., ARM Cortex-M4 based MCU). Load cells (e.g., strain gauge type, accurate to ±0.1% FS) are integrated into each seat attachment point and the main seat support, providing real-time data on individual child weights and overall weight distribution. An algorithmic control unit within the MCU dynamically adjusts the ER dampers to maintain optimal stability, absorb shocks, and ensure consistent ride comfort across diverse terrains (e.g., gravel, sand, snow, cobblestones) and for varying child configurations (up to 50kg per seat, total system capacity 100kg), preventing tilting and excessive jolting. The front seat attachment is designed to accommodate specialized heavy-duty infant carriers or gear modules.

stateDiagram
    [*] --> Idle
    Idle --> Monitoring: System On
    Monitoring --> AnalyzeLoad: Continuous sensor data
    AnalyzeLoad --> AdjustDamping: Load imbalance detected / Terrain change
    AdjustDamping --> Monitoring: Suspension adjusted
    AnalyzeLoad --> AlertUser: Critical instability / Overload
    AlertUser --> Monitoring: User acknowledged
    Monitoring --> Idle: System Off
    Monitoring : Entry/ Do Read_Load_Cells()
    Monitoring : Entry/ Do Read_Inclinometer()
    AdjustDamping : Entry/ Call_ER_Damper_Control_Algorithm()

3. Autonomous Medical Transport Pod System with Standardized Module Interface

Enabling Description:
A mobile transport system for medical facilities, repurposing the core frame and removable attachment concept. The main frame functions as a mobile robotic platform, constructed from medical-grade stainless steel (e.g., 316L) or autoclavable high-performance polymers (e.g., PEEK). The "front seat attachment" is conceptualized as a removable medical device module attachment, designed to interface with the main platform via a robust, keyed mechanical coupling system and standardized electrical/data connectors (e.g., medical-grade USB-C Power Delivery with galvanic isolation, compliant with IEC 60601-1 for medical electrical equipment). This attachment provides secure mounting rails (e.g., compliant with DIN EN 12284 for medical equipment rails) and power/data passthrough for various medical equipment modules (e.g., portable infusion pumps, multi-parameter vital sign monitors, portable ventilators, specimen transport containers). The system incorporates a central autonomous navigation unit using simultaneous localization and mapping (SLAM) with LiDAR (e.g., RPLIDAR A2M8) and ultrasonic sensors (e.g., HC-SR04) for obstacle avoidance and efficient routing within a hospital. Medical staff can dispatch pods to specific patient rooms or labs via a centralized management interface or direct voice commands, significantly enhancing logistical efficiency and patient care delivery.

flowchart TD
    A[Start Transport Request] --> B{Destination Set?}
    B -- Yes --> C[Autonomous Navigation System]
    B -- No --> D[Manual Override / Error]
    C --> E{LiDAR / Ultrasonic Data}
    E --> F[SLAM Algorithm]
    F --> G[Path Planning & Obstacle Avoidance]
    G --> H[Propulsion & Steering Control]
    H --> I[Move to Destination]
    I --> J{At Destination?}
    J -- No --> G
    J -- Yes --> K[Module Attachment Interface]
    K --> L[Secure / Release Medical Module]
    L --> M[Transport Complete]
    M --> N[Report Status]
    N --> A
    E --> K

4. Smart Stroller with IoT-Integrated Safety and Environmental Monitoring

Enabling Description:
A stroller system featuring a removable front seat attachment (or adapter) with an integrated Internet of Things (IoT) sensor suite. This suite includes a non-contact infrared temperature sensor (e.g., MLX90614, with ±0.2°C accuracy) to monitor the child's body and ambient temperature, a three-axis accelerometer (e.g., ADXL345, with programmable g-range and output data rates) for detecting impacts, unusual movements, or falls, and a UV index sensor (e.g., Si1145) for monitoring sun exposure. A compact, low-power microcontroller (e.g., Espressif ESP32) processes these sensor data streams, aggregates them, and transmits them wirelessly via Bluetooth Low Energy (BLE 5.0) to a dedicated parent's smartphone application or to a central AI unit integrated into the main stroller frame. The AI unit employs machine learning algorithms for predictive alerts (e.g., heatstroke risk based on temperature and UV, colic detection from movement patterns) and verifies the secure attachment of the second seat using integrated Hall-effect sensors (e.g., A1324) at key connection points. It provides haptic feedback (e.g., via a small vibration motor in the handle) or visual warnings on an integrated display if dislodgement is detected or safety parameters are exceeded (e.g., excessive tilt angle from an inclinometer, child unbuckled).

sequenceDiagram
    ParentApp->>StrollerMCU: Request Stroller Data
    StrollerMCU->>FrontSeatAdapter: Request Sensor Data
    FrontSeatAdapter->>TempSensor: Read Temperature
    FrontSeatAdapter->>AccelSensor: Read Acceleration
    FrontSeatAdapter->>UVSensor: Read UV Index
    TempSensor-->>FrontSeatAdapter: Temperature Value
    AccelSensor-->>FrontSeatAdapter: Acceleration Data
    UVSensor-->>FrontSeatAdapter: UV Value
    FrontSeatAdapter->>FrontSeatAdapter: Process & Aggregate Data
    FrontSeatAdapter->>StrollerMCU: Transmit Aggregated Data (BLE)
    StrollerMCU->>StrollerMCU: AI Analysis & Anomaly Detection
    StrollerMCU-->>ParentApp: Transmit Stroller Status & Alerts (BLE)
    StrollerMCU->>ParentApp: If (Dislodged OR SafetyBreach) Trigger_Alert()
    StrollerMCU->>ParentApp: If (Dislodged) Haptic_Feedback()

5. Fail-Safe Modular Stroller with Progressive Collapse Mechanism and Emergency Braking

Enabling Description:
A stroller system with a removable front seat attachment engineered with intrinsic fail-safe characteristics. The attachment mechanism features sacrificial shear pins, precisely fabricated from a polymer composite (e.g., glass-filled nylon) calibrated to fracture under predefined excessive load conditions (e.g., impact forces exceeding 500N or static overload exceeding 60kg). These pins are designed to fail before critical structural members of the main frame or child seat are compromised. In the event of shear pin failure, the front seat attachment remains securely tethered to the main frame via a redundant, high-strength synthetic fiber cord (e.g., Dyneema® SK78, with a tensile strength of 5kN), preventing complete detachment. This controlled failure initiates a progressive collapse sequence, lowering the attachment into a less stable but still contained position close to the ground, minimizing injury risk. Concurrently, an integrated emergency braking system, comprising spring-actuated caliper brakes on the front wheels, automatically engages upon detection of structural failure (via strain gauges near shear pins) or an excessive tilt angle (via a high-precision inclinometer, e.g., SCA610-CA14H-1) that exceeds a pre-set threshold (e.g., 25 degrees). A visual and auditory alarm (e.g., 90dB piezo buzzer and flashing LED) activates to alert the user.

stateDiagram
    [*] --> Operational
    Operational --> NormalUse: Stroller in use
    NormalUse --> DetectOverload: Load > Threshold OR Impact
    DetectOverload --> ShearPinFail: Shear Pin Fractures
    ShearPinFail --> TetheredCollapse: Attachment Lowers & Tethers
    TetheredCollapse --> EmergencyBrakeEngaged: Brakes engage, Alarms activate
    EmergencyBrakeEngaged --> StabilizedFailure: System stable, limited function
    StabilizedFailure --> UserIntervention: User rectifies / disassembles
    NormalUse --> DetectTilt: Tilt Angle > Threshold
    DetectTilt --> EmergencyBrakeEngaged: Brakes engage, Alarms activate
    EmergencyBrakeEngaged --> StabilizedFailure
    NormalUse --> [*] : System Off

6. Biometric-Secured Multi-Child Transport System

Enabling Description:
A stroller system that integrates advanced biometric security into its modular design, specifically for the removable front seat attachment. The mechanical coupling between the front seat attachment and the stroller's front wheel support includes a smart electromechanical locking mechanism (e.g., a solenoid-actuated bolt). This lock is controlled by an embedded microcontroller which only allows secure coupling or decoupling upon successful biometric authentication. Authentication is achieved via a multi-modal biometric system: either a high-resolution optical fingerprint sensor (e.g., FPC1020, with 508 DPI resolution) integrated into the stroller's handle or a compact facial recognition camera module (e.g., OV7670, paired with an embedded vision processor) positioned near the handle. Only pre-registered users (e.g., parents, guardians) can activate the attachment or detachment sequence. Additionally, each child seat and the removable attachment are equipped with passive RFID tags (e.g., UHF EPC Gen2 compliant). An RFID reader integrated into the stroller's frame continuously scans these tags to verify correct seat placement, attachment integrity, and to confirm the presence of an authorized child (if children wear corresponding RFID wristbands). The system emits an audible warning and prevents movement if an unrecognized child is detected, if a seat is improperly secured, or if an attempt to remove a seat without authorization is made.

sequenceDiagram
    User->>StrollerFrame: Initiate Attach/Detach
    StrollerFrame->>BiometricSensor: Request Biometric Scan
    BiometricSensor-->>StrollerFrame: Biometric Data
    StrollerFrame->>AuthenticationModule: Authenticate User
    AuthenticationModule-->>StrollerFrame: Authentication Result
    alt If Authentication Success
        StrollerFrame->>ElectromechanicalLock: Unlock Attachment
        User->>FrontSeatAttachment: Couple/Decouple Attachment
        FrontSeatAttachment->>RFIDReader: Scan RFID Tags
        RFIDReader-->>StrollerFrame: RFID Data (Seat, Child ID)
        StrollerFrame->>StrollerFrame: Verify Attachment & Child Presence
        alt If Verification Success
            StrollerFrame->>ElectromechanicalLock: Lock Attachment
            StrollerFrame-->>User: Operation Successful
        else If Verification Fail
            StrollerFrame-->>User: Audio/Visual Warning (Invalid Seat/Child)
            StrollerFrame->>ElectromechanicalLock: Re-Lock Attachment
        end
    else If Authentication Fail
        StrollerFrame-->>User: Audio/Visual Warning (Access Denied)
    end

Combination Prior Art Scenarios with Open-Source Standards

The following scenarios combine elements of US11505231 with existing open-source standards, demonstrating how such integrations would be obvious to a person having ordinary skill in the art.

1. Integration with Robot Operating System (ROS) for Autonomous Features

Combination Description:
A stroller system incorporating the removable front seat attachment (as described in US11505231) where the underlying frame architecture and attachment points are designed to be compatible with the Robot Operating System (ROS) framework. This would involve the stroller's main control unit publishing sensor data (e.g., wheel encoders for odometry, IMU data for orientation, load cell data for weight distribution) as standard ROS topics. The removable front seat attachment itself could act as a modular ROS node, publishing its own status (e.g., seat occupancy, attachment lock status, environmental sensors if equipped) and subscribing to commands from the main stroller's ROS master. This enables the development of open-source ROS packages for advanced functionalities such as autonomous following of a caregiver (using visual markers or UWB localization), intelligent braking assistance based on terrain and load, or even basic remote-control operation. The mechanical interface for the attachment would include standard power and data lines (e.g., 24V power, CAN bus or Ethernet) accessible via a common ROS-compliant connector.

2. Open Hardware Modular Interface using Open Source Hardware Association (OSHWA) Guidelines

Combination Description:
A stroller system featuring a removable front seat attachment (as described in US11505231) where the physical and electrical interface between the main stroller frame and the attachment adheres to the Open Source Hardware Association (OSHWA) certification guidelines. This implies that the mechanical dimensions of the coupling elements, the fastening points, and the electrical pinouts for power and data transfer (e.g., specifying voltage, current limits, and data protocols like I2C or SPI) are openly published and documented under an open-source license (e.g., CERN OHL). Such a standardized, openly documented "stroller accessory bus" or "modular attachment port" would enable third-party manufacturers and hobbyists to design and produce a wide array of interoperable front seat attachments. These could range from specialized child seats (e.g., adaptive seating for children with special needs), cargo baskets, pet carriers, or even integrated power packs, all guaranteed to be physically and electrically compatible with the core stroller frame, fostering an open ecosystem of modular accessories.

3. Secure Communication for IoT Features using Bluetooth Low Energy (BLE) Generic Access Profile (GAP) and Generic Attribute Profile (GATT)

Combination Description:
A stroller system with an IoT-integrated removable front seat attachment (as described in Derivative 4) that exclusively utilizes Bluetooth Low Energy (BLE) for wireless communication, adhering to the BLE Core Specification. The removable front seat attachment functions as a BLE peripheral device, implementing the Generic Access Profile (GAP) to advertise its presence and connection capabilities. It further implements the Generic Attribute Profile (GATT) as a GATT Server, exposing custom services and characteristics. For instance, a "Child Monitoring Service" (UUID: 0x2A6F) could expose characteristics such as "Temperature" (UUID: 0x2A6E, indicating child/ambient temperature), "Activity Level" (UUID: 0x2A6D, derived from accelerometer data), and "UV Exposure" (UUID: 0x2AB6). An "Attachment Status Service" could expose "Lock Status" and "Presence Detection" characteristics. A mobile application on the parent's smartphone acts as a GATT client, discovering these services and securely subscribing to their characteristics using standard BLE pairing and encryption methods (e.g., LE Secure Connections). The formal specifications for these custom BLE services and characteristics are openly published, ensuring interoperability with any BLE-compliant device capable of acting as a GATT client.

Generated 5/17/2026, 12:47:58 AM