-
-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support to Polar H10 #670
Comments
Welcome to BrainFlow project and thanks for your contribution! We will try to fix your issue ASAP. Make sure that you have read about issue format in the docs. |
Hi! Its possible but I will need a board and some docs about this device(like how it sends values, how there are encoded, which ble characteristics are used, etc), code samples also will be fine. I see they have smth on github - https://github.com/polarofficial and it looks promising, I will need to read more about it if I get a device |
Thank you for the reply. There is a repo on GitHub written by Swift, I think it has everything you need: https://github.com/FleXoft/Polar-H7-HRM I will also read the document and try to integrate it myself. Is there any device currently supported by BrainFlow also BLE device that I can take a look in the code? |
I took a look at the code but I am in trouble with understanding how it works. Can you try to modify the code? I would love to help you test it! |
you should use muse board as a reference(not muse bled). High level overview how it works - https://brainflow.readthedocs.io/en/stable/BrainFlowDev.html#navigation |
You can do the same as in this PR, just ignore part about adding new methods(rotation, etc) |
Hi guys! My team is currently working on a project with Muse, EmotiBit, and Polar H10. Currently, Polar H10 heart rate monitor is the only one that is not supported by BrainFlow. I am wondering if it's possible to add it as a new board? It's a general BLE device, which can send heart rate and RR interval information to receiver. Please let me know if I can provide any information you need, thank you!
The text was updated successfully, but these errors were encountered: