This iOS application is designed to connect to a ColmiR02 smart ring, retrieve health data, and store it. It allows users to track health metrics collected by the smart ring and store them in Apple Health.
You'll need Xcode to run this and install it on your iPhone.
git clone https://github.com/realprogrammersusevim/Vilya
open Vilya -a Xcode
Screen recording of connecting to the ring, getting the battery and then getting my current heart rate and blood oxygen. Everything is logged to Apple Health in the background.
screen_recording.mov
Distributed under the Mozilla Public License 2.0. See LICENSE
for more
information.
https://github.com/realprogrammersusevim
- Fork it (https://github.com/realprogrammersusevim/Vilya/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- tahnok/colmi_r02_client Python client and some other utility tools.
- GadgetBridge Android app which supports Colmi rings and many other devices.