This app allows you to send OSC messages of your heart rate using your TizenOS Watch.
Theoretically should work on all Tizen OS Watches
- Galaxy Watch (SM-R800)
- Galaxy watch active 2
- Prerequisites: You should have
Node.js
installed. - Install HeartRateToWeb on your watch.
- Open the app on your watch and insert your
local IP
anddesired port
. The default port is6547
. - Set the delay to a minimum of
2000 ms
to avoid being rate-limited. - Open your terminal and run the following commands:
Tip
If you don't have Git installed (git clone command), you can manually download the repository here.
git clone https://github.com/N0rule/vrc-osc-tizenos-hrm.git
cd vrc-osc-tizenos-hrm
npm install
- Wait for all the dependencies to be installed.
- Open
config.js
and change thehostname
andport
to match those on your watch. - Optionally, modify
offset
andhrMessage
according to your preferences. - Type
npm run start
to initiate the server. - ❗ Remember to check your firewall settings to ensure there are no connection blocks.
- Feel free to Fork this repository, create a feature branch and submit a pull request.