Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.5 KB

File metadata and controls

44 lines (29 loc) · 1.5 KB

Vilya

iOS Testing

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.

Installation

You'll need Xcode to run this and install it on your iPhone.

git clone https://github.com/realprogrammersusevim/Vilya
open Vilya -a Xcode

Usage example

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

Meta

Distributed under the Mozilla Public License 2.0. See LICENSE for more information.

https://github.com/realprogrammersusevim

Contributing

  1. Fork it (https://github.com/realprogrammersusevim/Vilya/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

You might also like