Skip to content

Releases: SteffanDonal/fit-for-live

v2.0.0 - OSC Interface

27 Jun 10:58
Compare
Choose a tag to compare

Fit for Live

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!

Requirements

  • ANT+ Chip - v2 or v3. v3 is the smaller USB stick with the curved end.

First-time setup

  1. Plug your ANT+ USB into your PC.
  2. Download and run Zadig.
  3. Options -> List All Devices
  4. Select your ANT+ device.
  5. Using the up/down arrows, choose the WinUSB driver and click install.
  6. Open config.json and adjust your settings.
  7. Double click FitForLive.exe to start broadcasting data!

Learn more about OSC

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.

v1.0.0 - WebSocket Interface

28 Aug 09:23
Compare
Choose a tag to compare

Fit for Live

A really simple little ANT+ heart-rate monitoring server intended for use in tools like OBS.

Requirements

  • ANT+ Chip - v2 or v3. v3 is the smaller USB stick with the curved end.

First-time setup

  1. Plug your ANT+ USB into your PC.
  2. Download and run Zadig.
  3. Options -> List All Devices
  4. Select your ANT+ device.
  5. Using the up/down arrows, choose the WinUSB driver and click install.
  6. Open config.json and adjust your settings.
  7. Double click FitForLive.exe to start!
  8. Use the address provided in the console to see what monitors are available.

Developing your own monitor

The entire www folder is served as static content to express, so any css, javascript, images, html are able to be easily handled.

See www/basic.html for a minimal implementation example