hollyhudson / erg-interface

Code to interface with the sensors on the Virtufit 1000 rowing machine to provide custom stats.
0 stars 2 forks source link

BLE interface #3

Closed osresearch closed 3 years ago

osresearch commented 3 years ago

We need BLE!

ellvinib commented 3 years ago

Why not using the BLE of the console ? And connect and retrieve that information ?

osresearch commented 3 years ago

The console has very bad estimates for power and distance: as far as I can tell it only looks at how far you've pulled the cable, nothing about how fast or frequently. Instead we've completely disconnected their head unit and have everything estimated by the esp board based on some simplified fluid drag equations.

And instead of outputting over BLE, we're now publishing a local website via websockets, as well as pushing into our grafana dashboard system. So, it turns out, we don't need BLE...