Skip to content

Naraenda/HRPresence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Watchers

Forks

Packages

No packages published

Languages