This is a software that allows you to use a heart rate bracelet to send heart rate to VRChat OSC via Pulsoid.
Check This: https://www.blog.pulsoid.net/monitors
In theory, it can support Mi Band 3/4/5/6
- Open Mi Sports, select the heart rate bracelet you want to use, and turn on the Bluetooth broadcast and exercise heart rate broadcast
- Install Pulsoid on your mobile phone and register an account
- Connect the heart rate bracelet to be used
- run.bat
- The program will automatically open the browser and require you to log in for verification. After logging in, click the "Copy to clipboard" button to copy the token
- past Token
Addresss | Value Type | Description |
---|---|---|
/avatar/parameters/HeartRateInt | Int | Int [0, 255] |
/avatar/parameters/HeartRate3 | Int | See HeartRateInt |
/avatar/parameters/HeartRateFloat | Float | Float ([0, 255] -> [-1, 1]) |
/avatar/parameters/HeartRate | Float | See HeartRateFloat |
/avatar/parameters/HeartRateFloat01 | Float | Float ([0, 255] -> [0, 1]) |
/avatar/parameters/HeartRate2 | Float | See HeartRateFloat01 |
/avatar/parameters/HeartBeatToggle | Bool | Reverses with each heartbeat |
Vard made this Avatar, you can use his Avatar to test: Example_Avatar.unitypackage (This Avatar uses RED_SIM's Simple counter shader to display numbers)
The value used by this Avatar is Heartrate
, which is of type Float and ranges from -1(0bpm) to 1(255bpm).