BluetoothRocks / Pulse

Show your heartbeat using WebBluetooth

Home Page:https://bluetooth.rocks/pulse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BluetoothRocks! Pulse

See your own pulse using a hearbeat monitor using WebBluetooth

What do you need?

A browser that support WebBluetooth and a heart rate monitor or sportsband that supports Bluetooth LE, like:

  • Any heart beat monitor that supports the standard heartrate characteristic, like the Polar H7 sensor which you can strap on your chest
  • HPLUS Watch

How does this work?

The browser can connect to a Bluetooth LE device like the heart rate monitor using the WebBluetooth API. Each Bluetooth device has a number of services and characteristics. Think of them like objects with properties. Once connected to the device, the API then exposes these services and characteristics and you can read from and write to those characteristics.

A heart rate monitor usually exposes a number of standard characteristics for reading out the current value of the heartbeat.

Why??

What do you mean? Because it's fun, of course!

About

Show your heartbeat using WebBluetooth

https://bluetooth.rocks/pulse

License:MIT License


Languages

Language:JavaScript 64.5%Language:CSS 25.4%Language:HTML 10.0%