Re: Pyloton Cycling Computer software on a Rasperri PI?
by Peter_Gamma on Fri May 21, 2021 1:27 pm
Yes, the guide says it does exactly this. But the Pyloton has as far as I know no standard interface like LabstreamingLayer or MQTT. The Pyloton software needs to be connected to the Pyloton --> Pi --> AIO.
At first sight, the whole project looks difficult, but one has to work through it, and I think it can be made easier. What is great about this project is, that it already has three BLE profiles, heart rate, speed an cadence.
There are two ANT+ projects developed by PhDs. One PhD. ported the ANT+ stick to a Rasperri PI, one made an instruction to read power data from an ANT+ device, which can be modified for other purposes. Another PhD developed a device to sniff out BLE sensor data from a Peloton.
For the Adafruit BLE sports sensor project, no PhD is required, as far as I can see. It is great that there is already a path there to the Adafruit cloud. No MQTT interface developement necessary.
Most of the ANT+ sports sensor profiles are also available for BLE. Only some are missing, for instance bike radar. This is what I have learned from DC Rainmaker.
I think John Park did really a great job with this setup, which should be promoted. It can be connected to Adafruit software platforms from the beginning. This makes it easy to start with.