ZSWatch icon indicating copy to clipboard operation
ZSWatch copied to clipboard

BLE Central POC

Open alj28 opened this issue 1 year ago • 3 comments

  • 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

alj28 avatar May 13 '24 14:05 alj28

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.

Kampi avatar May 14 '24 12:05 Kampi

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.

alj28 avatar May 14 '24 13:05 alj28

Awesome, will check it out!

jakkra avatar May 14 '24 14:05 jakkra