telemetry-correlation-debugging

Align VCP and robot battery telemetry logs in a shared time base.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/GOODWORKRINKZ/biba --skill telemetry-correlation-debugging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telemetry-correlation-debugging
Source: https://github.com/GOODWORKRINKZ/biba/tree/main/.agents/skills/telemetry-correlation-debugging
Command: npx skills add https://github.com/GOODWORKRINKZ/biba --skill telemetry-correlation-debugging

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users align and compare transmitter-side VCP telemetry logs with robot-side battery telemetry data when timestamps and sampling rates differ, preventing misinterpretation due to time domain mismatches.

Core Features & Use Cases

  • Normalize timestamps across disparate sources to a single shared time domain.
  • Detect and compare event plateaus, direction changes, and voltage steps to build robust cross-domain inferences.
  • Produce a concise report highlighting matched plateaus, gaps from coarse sampling, and observed latency between domains.

Quick Start

Collect VCP logs from artifacts/telemetry-captures and robot battery telemetry from docker logs, then run the correlation workflow to generate a timing-aligned report.

Frequently Asked Questions about telemetry-correlation-debugging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I align telemetry logs with different timestamps and sampling rates?

Aligning telemetry logs with different timestamps requires normalizing varying sampling rates to a shared time base, then applying event-plateau matching to produce confidence-labeled cross-domain comparisons.

How do I normalize timestamps across VCP and robot battery telemetry domains?

Normalize VCP and robot battery telemetry timestamps by mapping both domains to a shared time base, then apply event-plateau matching and lag estimation to produce confidence-labeled matches.

Can I compare EdgeTX VCP logs with robot battery telemetry from docker logs?

Comparing EdgeTX VCP logs with robot battery telemetry from docker logs is supported by collecting both sources and running a correlation workflow to generate a timing-aligned report.

Why does my telemetry correlation fail when sampling rates differ between logs?

Telemetry correlation fails with differing sampling rates because domain mismatches cause misalignment; applying lag estimation and event-plateau matching resolves these gaps to generate accurate comparisons.

What is the best way to debug cross-domain telemetry timing gaps?

Debugging cross-domain telemetry timing gaps involves aligning VCP and robot battery logs in a shared time base, detecting voltage steps and direction changes to highlight gaps from coarse sampling.

Do I need to collect VCP logs and robot battery telemetry separately before correlation?

Collecting VCP logs from telemetry-captures and robot battery telemetry from docker logs is required before running the correlation workflow to generate a timing-aligned report with matched plateaus.