Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.23 KB

File metadata and controls

42 lines (28 loc) · 1.23 KB

HomeTrainerSoftware

Display Speed and Equivalent Power with BLE speed sensor for Home trainer ( Working with Tacx Satori 4/10 strength for now)

Requirements

  • Python v3.7 or greater
  • Pip v18 or greater

Quick Start 🚀

  • Make sure you have Python 3.7 or above installed

    • python3 --version

On Windows you might have to use python without the version (3) suffix. Experienced users should use virtualenv.

Installation

  • From sources :
python3 -m pip install bleak
python3 -m pip install matplotlib
python3 -m pip install git+https://github.com/rerelekeke/HomeTrainerSoftware

Start the Software 🏁

  • ble_Calculation_Power or python3 -m ble_Calculation_Power

Contributing

Please feel free to contribute and submit PR requests. All help is appreciated.