Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

This repo is archived. Please use something newer like:

HRPresence

Windows GATT heartrate monitor tool that pushes BPM to OpenSoundControl (OSC) for VRChat and DiscordRPC. Simply connect any generic Bluetooth heartrate monitor to your computer and run the application!

# config.toml

# Restart if x seconds of no communication
time_out_interval = 4.0

# Wait x seconds before restarting in case of any errors
restart_delay = 4.0

# Enable Discord Rich Presence
use_discord_rpc = true

# The DiscordRPC Application ID
discord_rpcid = "385821357151223818"

# Enable OSC
use_osc = true

# the port to send OSC data to
oscport = 9000

OSC Parameters

Parameter Path Description
HR /avatar/parameters/HR actual heartrate as int
onesHR /avatar/parameters/onesHR ones digit
tensHR /avatar/parameters/tensHR tens digit
hundredsHR /avatar/parameters/hundredsHR hundreds digit
floatHR /avatar/parameters/floatHR maps 0:255 to -1.0:1.0

About

No description, website, or topics provided.

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages