8000 GitHub - bluejorts/heartrate-sensor: BLE Heart Rate Broadcast Receiver
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bluejorts/heartrate-sensor

 
 

Folders and files

NameName
Last commit message
< 8000 div title="Last commit date" class="Truncate__StyledTruncate-sc-23o1d2-0 liVpTx width-fit">Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HR Sensor

Usage

General

If you do not know the address of your HR Monitor, put your device into broadcast mode and run the following command to list all BLE devices in range.

python discover.py

Once you've found your address it should look something like D2:82:35:C1:K5:34. Run the following command replacing {ADDR} with the address copied in the previous step.

# Display only mode
python watch.py -d {ADDR}

# Write to file
python watch.py -d {ADDR} --file --file_path /tmp/hr.csv

Development

You can list out all C 4C46 haracteristics/Descriptors/Services for the device with the following command.

python discover.py -d {ADDR}

About

BLE Heart Rate Broadcast Receiver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.8%
  • Makefile 3.2%
0