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
126 stars 25 forks source link

Simulate FTMS BLE device (smart indoor bike) #35

Open dfxh opened 8 months ago

dfxh commented 8 months ago

Hi, I have the following issue:

I would need the option of pycycling to simulate a smart bike like wahoo kickr or TACX etc. e.g. I start pycycling (maybe as a service) and connect to systems via BLE like ZWIFT simulating a real "smart" indoor bike. I need the option to change information such as power, cadence, heartrate with pycycling via console or some (web interface).

Furthermore with this interface to report power, cadence, heartrate and get the should values of power and cadence within pycycling I can create a interface (via the pi's GPIO pins or some shield) to the "old fitness machine" and set the values there.

OevreFlataeker commented 8 months ago

Maybe have a look at this project here: https://ftmsemu.github.io/ Guess that's pretty much the same basic idea behind it. This might act as a starter for your journey: https://github.com/OevreFlataeker/ftms_emu

zacharyedwardbull commented 4 months ago

@dfxh did you manage to simulate the FTMS device? Please could you update with your findings and then I will close the issue.