Writing own python program

Hello,

as a part of learning more about programming, I want to write my own application that can control the erg-wattage on my KICKR Core. I know how to connect to bluetooth devices via BLE, but I would like to learn more how to communicate with the KICKR Core. I couldnt find documentation or other examples thus far…
Can someone point me in the right direction?

Greetings,
zwep

1 Like

The protocol is standardized under Bluetooth as FTMS, or Fitness Machine Service. That’s what you’d use.

2 Likes

I guess you already might have found this library
I have not tried it myself but seems like a nice project.