Skip to content
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

BLE Central POC #274

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

BLE Central POC #274

wants to merge 1 commit into from

Conversation

alj28
Copy link

@alj28 alj28 commented May 13, 2024

  • Enable BLE central mode
  • Extended ble_comm module to support central connections
  • POC peripherals application to manage connections with peripheral devices.
  • Extended "sensors summary" application to display heart-rate measurement

* Enable BLE central mode
* Extended ble_comm module to support central connections
* POC peripherals application to manage connections with peripheral devices.
* Extended "sensors summary" application to display heart-rate measurement
@Kampi
Copy link
Collaborator

Kampi commented May 14, 2024

Thanks for the PR. Can I test it with my Xiaomi Band 8 or how can I test it?

@alj28 you can check my branch (https://github.com/Kampi/ZSWatch/tree/Rework-Sensors-Summary) for a solution with multible screens if you want.

@alj28
Copy link
Author

alj28 commented May 14, 2024

Thanks for the PR. Can I test it with my Xiaomi Band 8 or how can I test it?

@alj28 you can check my branch (https://github.com/Kampi/ZSWatch/tree/Rework-Sensors-Summary) for a solution with multible screens if you want.

If Xiaomi Band 8 advertises Heart-Rate BLE service it should work. I am using heart-rate band from Dechatlon for testing.
Just now, I also tested with Zephyr's peripheral_hr example that I flashed on a spare dev board and it works.

Just as a note: I was testing this on posix build as I need to order HW.

@jakkra
Copy link
Owner

jakkra commented May 14, 2024

Awesome, will check it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants