jakkra / ZSWatch

ZSWatch - the Open Source Zephyrâ„¢ based Smartwatch, including both HW and FW.
https://forms.gle/G48Sm5zDe9aCaYtT9
GNU General Public License v3.0
2.18k stars 178 forks source link

BLE Central POC #274

Open alj28 opened 1 month ago

alj28 commented 1 month ago
Kampi commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

Awesome, will check it out!