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

Implement status byte #6

Open
biemster opened this issue Sep 9, 2022 · 2 comments
Open

Implement status byte #6

biemster opened this issue Sep 9, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@biemster
Copy link
Owner

biemster commented Sep 9, 2022

The FindMy protocol adds a status byte in the advertisement, and for example the project https://github.com/dakhnod/FakeTag is using this. The https://github.com/biemster/FindMy/ report requester is now parsing this, so it would be nice to have the ability to send it as well.

@biemster biemster added the enhancement New feature or request label Sep 9, 2022
@olivluca
Copy link

olivluca commented Sep 9, 2022

FakeTag uses 2 bits to encode battery status and the remaining 6 is a counter of the detections (I suppose that since he's just interested in seeing if there is new mail, on the receiving end he just checks that the counter has changed, so it doesn't matter if he doesn't get a timely report).
I think that here you could simply use the status byte for the battery status in %.
Or do the same as FakeTag and register the key presses, so you could use the st17h66 exactly like FakeTag.
Your call.

@biemster
Copy link
Owner Author

biemster commented Feb 9, 2023

After key cycling I'm going to work on this (it's a lot easier to work on this now, now GCC can compile the thing!)

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

No branches or pull requests

2 participants