The Rowing Monitor is a Progressive Web App that uses Web Bluetooth to connect to a PM5 Monitor and tracking exercises.
It uses IndexedDB to save exercises to a logbook.
git clone https://github.com/GoogleChromeLabs/rowing-monitor.git
cd rowing-monitor
npm i
npm run dev
The PM5 Monitor provides 4 different services: Discovery, Information, Rowing and Control
The Discovery Service is used to find PM5 Monitors available. The Information Service is used to retrieve Monitor information, such as manufacturer, serial number, etc. The Rowing service provides exercise information.
See CONTRIBUTING for more.
See LICENSE for more.
This is not a Google product.