Skip to content

Commit

Permalink
Merge pull request #12 from notsureifkevin/peloton
Browse files Browse the repository at this point in the history
added peloton bike decoding service
  • Loading branch information
ptx2 authored Oct 8, 2020
2 parents 3d42206 + 47e2546 commit d9d5f59
Show file tree
Hide file tree
Showing 9 changed files with 1,254 additions and 1,158 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.1.0
- Added support for Peloton data source via USB serial device patched to the Peloton data cable

## 1.0.5
- Add fix for accurate cadence reporting. [f807cb48](https://github.com/ptx2/gymnasticon/commit/f807cb48c85711e1bbc695762d9293dfaf8a5982)
- Add error message when run with insufficient capabilities. [7cd90d2f](https://github.com/ptx2/gymnasticon/commit/7cd90d2fcabcb354fb5ade7903fa8eb23a523bdb)
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@

Gymnasticon enables the obsolete Flywheel Home Bike to work with Zwift and other training apps. Support for other bikes can be added easily.

The original Peloton Bike is now supported. Support requires a serial to USB adapter and custom wiring via RCA cables or through terminal blocks. For more details on setting up the hardware, see the [PR notes](https://github.com/ptx2/gymnasticon/pull/12).

> Note: Peloton Bike+ is currently unsupported as it uses a USB-C connection and a (most likely) proprietary communications protocol.
<p align="center">
<img src="docs/diagram.png">
</p>

## Bikes tested

* Flywheel (tested)
* Peloton Bike (Original)
* LifeFitness IC5 (probably works)

## Apps tested
Expand Down Expand Up @@ -117,6 +122,8 @@ Options:
--bike-adapter <name> for bike connection [default: "hci0"]
--flywheel-address <macaddr>
--flywheel-name <name>
--peloton-path <path> usb serial device path
[string] [default: "/dev/ttyUSB0"]
--bot-power <watts> initial bot power [number]
--bot-cadence <rpm> initial bot cadence [number]
--bot-host <host> for power/cadence control over udp [string]
Expand Down
Loading

0 comments on commit d9d5f59

Please sign in to comment.