ZSWatch
ZSWatch copied to clipboard
BLE Central POC
- 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
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.
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.
Awesome, will check it out!