zacharyedwardbull / pycycling

A Python package for interacting with Bluetooth Low Energy (BLE) compatible bike trainers, power meters, radars and heart rate monitors
https://pypi.org/project/pycycling/
MIT License
131 stars 25 forks source link

Added HR support #7

Closed sjorsgeelen closed 3 years ago

sjorsgeelen commented 3 years ago
zacharyedwardbull commented 3 years ago

Thanks @sjorsgeelen, nice PR (and good spot with the fix to cycling_power_service_example.py)!

sjorsgeelen commented 3 years ago

Cheers. My pleasure. Now pycycling has everything I currently need (on the sensoring and control side) for a simple FOSS trainer app. Have you developed pycycling for a specific use-case?

zacharyedwardbull commented 3 years ago

Glad to hear, good luck with the app!

I developed pycycling as part of a project for my Master's degree: specifically, building a virtual reality simulator for cycling.