Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n0rule/vrc-osc-tizenos-hrm
This app allows you to send OSC messages of your heart rate using your TizenOS Watch.
https://github.com/n0rule/vrc-osc-tizenos-hrm
heart-rate heartrate osc tizen-wearable tizenos vrchat vrchat-osc vrchat-tool
Last synced: 4 days ago
JSON representation
This app allows you to send OSC messages of your heart rate using your TizenOS Watch.
- Host: GitHub
- URL: https://github.com/n0rule/vrc-osc-tizenos-hrm
- Owner: N0rule
- Created: 2024-03-27T11:01:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T19:05:33.000Z (9 months ago)
- Last Synced: 2024-12-19T20:10:01.491Z (4 days ago)
- Topics: heart-rate, heartrate, osc, tizen-wearable, tizenos, vrchat, vrchat-osc, vrchat-tool
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TizenOS OSC heart rate monitor for VRChat
This app allows you to send OSC messages of your heart rate using your TizenOS Watch.
## βSupported devices
Theoretically should work on all Tizen OS Watches### Confirmed devices:
- Galaxy Watch (SM-R800)## π Getting Started
- **Prerequisites:** You should have `Node.js` installed.
- Install [HeartRateToWeb](https://galaxystore.samsung.com/detail/tUhSWQRbmv) on your watch.
- Open the app on your watch and insert your `local IP` and `desired port`. The default port is `6547`.
- Set the delay to a minimum of `2000 ms` to avoid being rate-limited.
- Open your terminal and run the following commands:
```
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 the `hostname` and `port` to match those on your watch.
- Optionally, modify `offset` and `hrMessage` 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.
π€ Contributing π€
- Feel free to [Fork](https://github.com/N0rule/vrc-osc-tizenos-hrm/fork) this repository, create a feature branch and submit a pull request.