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

add ble workflow for new notification services #15

Open
kpwebb opened this issue Jan 19, 2021 · 2 comments
Open

add ble workflow for new notification services #15

kpwebb opened this issue Jan 19, 2021 · 2 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@kpwebb
Copy link
Member

kpwebb commented Jan 19, 2021

BLE Wheel service (uuid: 1381f6e7-12f9-4ad7-aa87-1c5d50fe03f9)

  • forward counter characteristic (read/notify, uuid: 4365ec89-253c-49f4-b8a4-3ffe6ad73673)
  • reverse counter characteristic (read/notify, uuid: 0d7f503f-78ed-4c24-a9f3-271264661448)
@kpwebb kpwebb mentioned this issue Jan 20, 2021
@kpwebb kpwebb added enhancement New feature or request question Further information is requested labels Mar 1, 2021
@kpwebb
Copy link
Member Author

kpwebb commented Mar 1, 2021

forward / reverse are now included in the app / ble data spec. need to consider:

  1. combining forward/reverse into a single ble message stream (two 32bit ints in one 64 bit ble message)
  2. add UI functionality in app to enable reverse counting

@kpwebb
Copy link
Member Author

kpwebb commented Mar 17, 2021

added new dual message support for SiWheel supported characteristic in 81b53a9

final DUAL_UUID = new Guid("1fb110c0-3874-4c32-99c1-e1c8669c543f");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant