Skip to content

Commit

Permalink
Merge pull request #21 from cagnulein/ui
Browse files Browse the repository at this point in the history
Ui and much more!
  • Loading branch information
cagnulein authored Oct 13, 2020
2 parents 76d3139 + aa53956 commit a0c1e1b
Show file tree
Hide file tree
Showing 19 changed files with 1,631 additions and 149 deletions.
27 changes: 23 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,43 @@ Zwift bridge for Domyos treadmills

<a href="https://www.buymeacoffee.com/cagnulein" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>

![UI](docs/ui.png)

### Features

1. Domyos compatible
2. Zwift compatible
3. Create, load and save train programs
4. Measure distance, elevation gain and watts

![First Success](docs/first_success.jpg)

### Installation
### Installation from source

$ sudo apt upgrade && sudo apt update # this is very important on raspberry pi: you need the bluetooth firmware updated!

$ sudo apt install git libqt5bluetooth5 libqt5widgets5

$ git clone https://github.com/cagnulein/qdomyos-zwift.git

$ sudo apt upgrade && sudo apt update # this is very important on raspberry pi: you need the bluetooth firmware updated!
$ cd src

$ sudo apt install libqt5bluetooth5
$ qmake

$ sudo hciconfig hci0 leadv 0
$ make -j4

$ sudo ./qdomyos-zwift

### Tested on

Raspberry PI 0W and Domyos Intense Run

### No gui version

run as

$ sudo ./qdomyos-zwift -no-gui

### Reference

https://github.com/ProH4Ck/treadmill-bridge
Expand Down
Binary file added docs/ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a0c1e1b

Please sign in to comment.