Display Speed and Equivalent Power with BLE speed sensor for Home trainer ( Working with Tacx Satori 4/10 strength for now)
- Python v3.7 or greater
- Pip v18 or greater
-
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.
-
If your version is below 3.7, we recommend you install the latest Python 3.7 or 3.8
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
orpython3 -m ble_Calculation_Power
Please feel free to contribute and submit PR requests. All help is appreciated.