https://github.com/oluceps/hatoreto-rehoso
Heartrate re-broadcast for whawei band heartwares.
https://github.com/oluceps/hatoreto-rehoso
Last synced: about 1 year ago
JSON representation
Heartrate re-broadcast for whawei band heartwares.
- Host: GitHub
- URL: https://github.com/oluceps/hatoreto-rehoso
- Owner: oluceps
- License: mit
- Created: 2024-02-26T12:43:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T06:03:02.000Z (over 2 years ago)
- Last Synced: 2025-03-29T08:45:56.774Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## envs
|Variable|Description|
|--------|-----------|
|DEVICE_ADDRESS|Device mac address. Turn band into heart rate broadcast mode getting this.|
|MODIFY_UUID|Heart Rate Measurement Service. Generally `00002a37-0000-1000-8000-00805f9b34fb`. [reference](https://bitbucket.org/bluetooth-SIG/public/src/59af7d1e972a17acbe4a210af158a2740b8a70e8/assigned_numbers/uuids/characteristic_uuids.yaml#lines-167)|
|WRITE_UUID|Useless since not do write in this case. Generally `0xfe07`.|
## build
```console
nix build
```
## run
1. edit `.env` and fill `DEVICE_ADDRESS=`
2. `python main.py`
3. `cd hosoer && bun run dev`
## web
```
cd hosoer
bun run dev
```
