From cd7c81a37c75c94108e47808ff3e15a3e50d5350 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Wed, 27 May 2026 00:13:20 +0200 Subject: [PATCH] some minor doc updates. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e53e9c..8138d6d 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,11 @@ That's it. Your trainer's power and cadence data should now be available over BL Modern training apps and devices (phone apps, many power meter displays) support Bluetooth LE but lack ANT+ radios. Previously, hardware-based Bluetooth-to-ANT+ bridges were available for this purpose, but these have now been -discontinued. This project provides a simple, software-based alternative using a standard USB ANT+ dongle. -This bridge listens to ANT+ data from a wired trainer and re-broadcasts it as a standard Cycling Power Profile +discontinued. This project provides a simple, software-based alternative using a standard USB ANT+ dongle. +This is useful if the hardware device breaks and cannot be replaced when the trainer is still functioning +perfectly. + +This bridge listens to ANT+ data from a trainer and re-broadcasts it as a standard Cycling Power Profile service over BLE. ## How it works