some minor doc updates.

This commit is contained in:
Erik Brakkee 2026-05-27 00:13:20 +02:00
parent 370b22bb02
commit cd7c81a37c

View File

@ -23,7 +23,10 @@ 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
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