polar-display is a Python program that reads data from a Polar H10 heart rate sensor, broadcasts the data via WebSocket, and displays it on a webpage as ECG and ACC charts. This program uses the polar-python library to interact with the Polar H10 device.
- Python 3.6+
- Polar H10 heart rate sensor
-
Clone the repository:
git clone https://github.com/zHElEARN/polar-display.git cd polar-display
-
Install the
polar-python
library:pip install polar-python
-
Ensure your Polar H10 device is on and nearby.
-
Run the server:
python server.py
-
Open your web browser and navigate to
http://localhost:8080
to see the real-time ECG and ACC charts.
This project is licensed under the MIT License. See the LICENSE file for details.
- polar-python: Library for interacting with Polar H10 devices