A knee brace design for controlled staged rehabilitation after knee surgery. The system helps patients regain full range of motion (ROM) safely using an angle-limited actuator and phase-based constraints.
- Support safe controlled flexion/extension after surgery.
- Enforce progressive ROM limits per recovery stage.
- Provide repeatable motion control with safety stops and user/clinician override.
- Log usage and provide simple status feedback.
- Stage 0 - Immobilization/Protection
- Goal: protect repair, limit flexion to 0-30°
- Stage 1 - Early Motion
- Goal: gradual flexion to 0-60°
- Stage 2 - Mid-phase Recovery
- Goal: 0-90° with increasing tolerance
- Stage 3 - Full ROM
- Goal: 0-120°+ (or as patient-specific target)
Note: Clinician must define angles and progression cadence for each patient.
-
Inputs
- User buttons / app commands
- Physical limit switches / I/O safety
-
Control Logic
- Current stage values:
stage,angle_min,angle_max,max_rate - PID / bang-bang output for actuator
- Emergency stop handling
- Current stage values:
-
Outputs
- Actuator (motor, stepper, linear actuator, servo)
- Brake/lock mechanism
- UI (web app)
- Chassis: adjustable knee frame + straps
- Actuator: 12V stepper with current sense and brake
- Microcontroller: Arduino nano
- Power: 12V battery/AC adapter with overcurrent and thermal protection
- Safety chains: mechanical hard stops, emergency release, quick disconnect
- Start and self-check (sensor range, actuator readback, safety switches)
- Load
stagefrom config or clinician input - Enforce stage bounds:
target_min,target_max - Read current angle at 50-100 Hz
- Compute control output and cap by
max_speed - Check safety (overextension, current/torque limit, timeout, emergency)
- Log and display status
- On stage change: gradually adjust limits rather than abrupt unlock
- Include mechanical fail-safe that cannot overflex if electronics fail.
- Add redundant sensing for angle limit (active and passive stops).
- Implement watch-dog and galvanic isolation for patient safety.
- Validate with a licensed physical therapist and surgical team.