CABLESCOPE
using Hybrid CNNs and Equivalent-Time Sampling
ABSTRACT
Traditional Time Domain Reflectometers (TDRs) are prohibitively expensive and require highly skilled technicians to manually interpret complex waveform reflections.
CableScope is a low-cost, AI-driven TDR system designed to automatically detect, classify, and pinpoint faults in communication cables (Cat5e, Cat6, Coaxial).
By combining a custom analog front-end utilizing a DAC-driven comparator sweep for sub-nanosecond Equivalent-Time Sampling (ETS) with a Hybrid CNN (1D-CNN + 2D-CNN Wavelets), CableScope achieves commercial-grade (≈ 10 cm) spatial resolution.
The system features a fully integrated Python/FastAPI backend and a Next.js/React frontend, providing an intuitive, real-time diagnostic dashboard.
PROBLEM STATEMENT
Industry-grade TDRs with 10 cm resolution rely on expensive FPGAs, proprietary DSPs, and avalanche transistors — costing upwards of ₹3,00,000. Inaccessible for small IT teams and educational labs.
Standard microcontrollers (72 MHz STM32) cannot sample fast enough for short cables. Baseline ADC resolution limits spatial accuracy to ≈ 1.4 meters.
Identifying whether a waveform spike represents an Open, Short, or impedance noise requires specialized training and is prone to human error in noisy environments.
A cost-effective, intelligent system that replaces expensive hardware delay lines with smart analog sweeping, and manual analysis with automated AI classification.
DOMAIN
LITERATURE SURVEY
Fast rise-time pulse reflects at impedance mismatches. The Reflection Coefficient defines fault type:
Technique from high-end oscilloscopes: reconstructs repetitive high-speed signals by sequentially delaying the ADC trigger, bypassing Nyquist limits.
Hybrid CNNs (1D-CNN + 2D-CNN with wavelet transforms) excel at extracting spatial and temporal features, outperforming classical gradient thresholding methods.
TDR is primary technique for detecting chafed cables in spacecraft. NASA's Kennedy Space Center developed In Situ Wire Damage Detection System.
NASA Technical Reports use Finite-Difference Time-Domain methods to predict TDR signatures, validating simulated synthetic data approaches.
METHODOLOGY
SYSTEM MODEL
DAC-driven comparator sweep generates a programmable delay. An RC ramp (100pF, 3.3kΩ) is compared against the DAC voltage by an LM319, producing a delayed trigger that shifts the ADC sampling window by ≈1ns per step.
The 74AC14 hex inverter chain sharpens the delayed trigger into a fast-edge (<2ns rise time) 3.3V pulse. A 200Ω trimpot provides impedance matching at the cable launch point to minimize source reflections.
Reflected waveform is captured by the STM32's 12-bit ADC with BAT54S clamping protection. 1024 ETS samples are assembled into a composite waveform and streamed to the backend via UART/USB.
SYSTEM ARCHITECTURE
CIRCUIT SCHEMATICS
3D PCB MODEL
COMPONENTS
APPLICATIONS
Rapid troubleshooting of Cat5e/Cat6 Ethernet runs in server rooms and office networks.
Identifying intermittent faults, chafing, and opens in aircraft or spacecraft wiring harnesses. Aligned with NASA TDR goals.
Detecting breaks or shorts in long underground or aerial coaxial cable runs.
Automated end-of-line testing for cable spools — zero defects before shipping.
BILL OF COMPONENTS
| COMPONENT | COST (₹) |
|---|---|
| MC74AC14DR2G Hex Inverter | 30 |
| LM319DT High-Speed Comparator | 32 |
| BNC Connector Female (RA PCB Mount) | 296 |
| RJ45 Female PCB Mount | 14 |
| Bourns 200Ω Trimpot & BAT54S Diode | 48 |
| RC Ramp Passives & Headers | 15 |
| Custom 2-Layer PCB Fabrication | ≈ 1,165 |
| TOTAL ESTIMATED HARDWARE | ≈ ₹1,600 |