Back to Blog

Cycling Biomechanics Research: Raw IMU Data & Custom Algorithms

Use Cases & Personas

Research Labs and Cycling Biomechanics

University biomechanics departments, sports-science institutes, and human-performance labs study cycling to answer questions that go far beyond "is this rider fast?" They investigate muscle activation patterns, joint kinematics, fatigue mechanisms, equipment effects on drag, and the neuromuscular control of pedaling. These questions demand data that is raw, unfiltered, and fully documented — the opposite of the consumer-facing black-box output most fitness devices provide. Cycling biomechanics research has historically relied on lab-based optical motion capture, force plates, and ergometers, but these tools cannot reproduce the real-world conditions of outdoor riding. The DIDI.BIKE sensor bridges that gap by exposing raw IMU and barometric data through an open API, letting researchers build custom algorithms and publish reproducible results from on-road data collection.

What research labs need from telemetry

A research study is only as credible as its data provenance. Peer reviewers demand to know the sampling rate, sensor model, filtering applied (if any), calibration procedure, and uncertainty bounds of every measurement. Consumer devices that output a single "aero score" without documenting the underlying calculation are unusable for publication. Research labs need four things from a telemetry platform:

Requirement Why it matters DIDI.BIKE
Raw data access Reproducible analysis Open API, unfiltered streams
Documented sampling rate Frequency-domain analysis Specified in API docs
Known sensor specifications Error and uncertainty bounds IMU model documented
No proprietary filtering Transparency for reviewers Raw output, user-applied filters

Raw IMU streams

The DIDI.BIKE sensor provides raw 3-axis accelerometer and 3-axis gyroscope data at the sensor's native sampling rate. This raw stream is the foundation for any custom biomechanics analysis. Researchers can implement their own low-pass, high-pass, or band-pass filters based on the specific frequency content of their research question — whether that is high-frequency vibration analysis for comfort studies, or low-frequency postural sway for fatigue research.

Barometric pressure for elevation and speed

Barometric pressure data allows researchers to calculate elevation changes, road gradient, and air-density-corrected speed — all critical inputs for accurate CdA calculation in field conditions. The raw barometric stream lets labs apply their own atmospheric corrections rather than trusting a device's internal compensation.

Building custom algorithms

The value of raw data access is the ability to build analysis pipelines tailored to a specific research question. A lab studying pedaling symmetry might fuse left/right power data with IMU-derived crank-phase acceleration to detect asymmetries invisible to power meters alone. A lab studying rider fatigue might track the spectral content of handlebar vibrations over a multi-hour ride, correlating changes in frequency distribution with electromyography (EMG) measures of muscle fatigue.

A typical research pipeline looks like this:

  1. Data collection: Mount the sensor, record raw streams during controlled riding protocols.
  2. Synchronization: Time-align IMU data with complementary instruments (EMG, force pedals, optical capture if used indoors).
  3. Filtering: Apply study-appropriate filters to the raw data. Document every filter parameter for the methods section.
  4. Feature extraction: Compute kinematic or aerodynamic features — joint angles from sensor fusion, CdA from the virtual-elevation method, vibration dose values for comfort metrics.
  5. Statistical analysis: Run the study's planned comparisons in R, Python, or MATLAB.
  6. Publication: Report sensor model, sampling rate, filtering parameters, and uncertainty analysis in the methods section.

Lab versus field: complementary, not competing

Cycling biomechanics research benefits from combining lab-grade instruments with on-road telemetry. Each setting answers different questions.

Setting Strength Limitation
Lab (optical motion capture, ergometer) Sub-millimeter precision, controlled variables Ecological validity — no real road, wind, or fatigue
Field (on-road telemetry) Real conditions, real fatigue, real equipment Less control over confounding variables

A robust study design uses the lab for ground-truth validation — confirming that the sensor-derived kinematics match optical capture on the ergometer — then deploys the same sensor on the road to measure what actually happens in ecologically valid conditions. This dual approach strengthens both the internal validity (lab) and external validity (field) of the findings.

Real-world use case: fatigue and position drift

A sports-science lab is investigating how rider position changes over the course of a 4-hour endurance ride, and whether those changes correlate with measures of neuromuscular fatigue. The study design:

  • Subjects: 12 trained cyclists, each completing a 4-hour ride at endurance intensity.
  • Instruments: DIDI.BIKE sensor (raw IMU, barometric, CdA), surface EMG on four leg muscles, a power meter.
  • Protocol: Riders complete the ride on a controlled outdoor loop. Raw sensor data is logged continuously. EMG is sampled in 30-second windows every 15 minutes.
  • Analysis: The lab computes a position-stability index from the IMU data — the variance in handlebar acceleration and roll angle over each 15-minute window. They correlate the stability index with EMG median frequency (a fatigue marker) across the ride.

The hypothesis: as riders fatigue, their position stability degrades (the stability index rises), and this degradation correlates with declining EMG median frequency. If confirmed, the finding suggests that position drift is not merely a comfort issue but a measurable indicator of neuromuscular fatigue — a potentially useful field marker for coaches and athletes.

This study is impossible with a consumer device that outputs only a polished CdA number. It requires the raw IMU stream, documented sampling, and the freedom to implement a custom stability index. That is exactly what the DIDI.BIKE open API provides.

Cost and accessibility for academic labs

Item Cost Notes
DIDI.BIKE sensor $299 Per unit
Open API access Included No subscription
12-sensor study (as above) $3,588 Full study hardware
OEM / bulk pricing $180/unit For large-scale studies

Compare this to a single optical motion-capture system at $50,000–$150,000, or a wind-tunnel testing block at $5,000–$15,000 per day. The sensor does not replace those instruments, but it makes on-road data collection feasible at a budget accessible to a single grant or even a graduate-student research fund. For labs publishing in sports biomechanics, this accessibility is the difference between a study that stays in the lab and one that reaches the road.

For the broader context of how telemetry serves different stakeholders in cycling, see the cycling telemetry use cases pillar. Coaches who consume research-validated metrics in their team dashboards should read Coaches and Data-Driven Athlete Development, and fitters interested in the evidence base for position work will find Bike Fitters: Replacing Motion Capture With Sensors relevant.

FAQ

What data does the DIDI.BIKE sensor expose for research? The DIDI.BIKE sensor exposes raw IMU streams (3-axis accelerometer, 3-axis gyroscope), barometric pressure, and calculated CdA via an open API. Researchers can access unfiltered data at the sensor's native sampling rate for custom processing.

Can research labs build custom algorithms on DIDI.BIKE data? Yes. The open API provides raw sensor streams that labs can pull into MATLAB, Python, or R for custom filtering, sensor fusion, kinematic modeling, and biomechanics analysis. No proprietary filtering is applied to the raw output.

How does on-road telemetry compare to lab-based biomechanics measurement? On-road telemetry captures real-world conditions — road vibration, wind, fatigue — that a lab ergometer cannot reproduce. Labs typically use both: optical motion capture indoors for ground-truth kinematics, and on-road telemetry for ecological validity.

What sampling rate does the DIDI.BIKE IMU provide? The DIDI.BIKE IMU samples at rates suitable for cycling biomechanics analysis. Exact rates are documented in the API specification. Researchers should verify the rate meets their study's requirements before data collection.

References

  1. Journal of Sports Engineering and Technology: Wind speed telemetry and aero profiling in velodrome field tests.
  2. DIDI.BIKE Technical Reprints: Case studies on professional time trial alignments and OEM frame calibrations.
Read the complete guide