doudar / SmartSpin2k

Transform your spin bike into a Smart Trainer!
GNU General Public License v2.0
187 stars 38 forks source link

Fitness Machine Service Branch Needs Testing #100

Closed doudar closed 3 years ago

doudar commented 3 years ago

@kadaan , please test this latest binary from the Fitness Machine Service Branch

It might work (might not 😂) with your IC4.

It won't work with the fitness machine service in general however because I haven't incorporated reading the bitflags yet. (It's hardcoded to the fields that are supposed to work for the IC4 (Watts and Cadence).

You might need to enable the double power option.

firmware.zip

kadaan commented 3 years ago

@doudar Interestingly I get this page when connecting to the device after flashing the firmware. Is the SPIFFS missing int he firmware you uploaded?

image

kadaan commented 3 years ago

@doudar. I was able to work around this by uploading the filesystem image from PlatformIO

doudar commented 3 years ago

@kadaan Any updates from the testing session last night after the bit field implementation?

kadaan commented 3 years ago

FTMS decoding is in this branch and a big refactoring to abstract away different sensor data providers.

doudar commented 3 years ago

Merged into develop-release-candidate