You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: