https://github.com/mangini-a/antplus-app
Desktop app aimed to control an indoor cycling session's intensity based on the athlete's heart rate (HR).
https://github.com/mangini-a/antplus-app
csharp dotnet wireless-sensor-network
Last synced: 2 months ago
JSON representation
Desktop app aimed to control an indoor cycling session's intensity based on the athlete's heart rate (HR).
- Host: GitHub
- URL: https://github.com/mangini-a/antplus-app
- Owner: mangini-a
- Created: 2025-01-27T14:29:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-18T11:35:24.000Z (over 1 year ago)
- Last Synced: 2025-03-18T11:36:43.254Z (over 1 year ago)
- Topics: csharp, dotnet, wireless-sensor-network
- Language: C#
- Homepage:
- Size: 562 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Indoor cycling tool suitable for maintaining a given HR
Object-oriented solution with the goal of making a [Tacx Antenna with ANT+ Connectivity](https://www.garmin.com/en-US/p/690897) interface with a [Garmin Tacx NEO 3M Smart Trainer](https://www.garmin.com/en-US/p/885302) and a [Polar H10 Heart Rate Monitor](https://www.polar.com/us-en/sensors/h10-heart-rate-sensor) in order to determine indoor cycling sessions' work pace on the basis of the athlete's detected heart rate.
This is achieved by adjusting the exercise intensity (i.e., the trainer's resistance) according to the gap between the current heart rate and the defined target (e.g., 120 beats per minute), with the latter being specified through an ad hoc control found on the UI.