A really simple little ANT+ heart-rate monitoring server intended for use with OSC.
A previous version of this exposes a web interface to be used in OBS, see this by switching branches to websocket-interface
!
- ANT+ Chip - v2 or v3. v3 is the smaller USB stick with the curved end.
- Plug your ANT+ USB into your PC.
- Download and run Zadig.
- Options -> List All Devices
- Select your ANT+ device.
- Using the up/down arrows, choose the
WinUSB
driver and click install. - Open
config.json
and adjust your settings. - Double click
FitForLive.exe
to start broadcasting data!
I use a tool called Protokol to see the messages that this tool outputs.
Here's the OSC website, a useful resource for any developer looking to play around with easy, quick data transmission that's time sensitive.