Open
Conversation
Owner
|
This is some good stuff, ill take a deeper look at it later (probably before the end of next week) when I have some more time. You might want to look at PR #7 which I have been working on which works with later firmware versions. These devices used to just blast telemetry data to any device which asked for it, but now they require this really really cursed handshake where the devices use ECDH to get a shared secret and then all subsequent messages are encrypted using that shared secret, it was a huge PITA to figure out their cursed protocol (I have no clue why they didn't just use the built in Bluetooth encryption which would have been way easier), but it mostly works. |
This was referenced Feb 19, 2026
Author
|
Awesome! A quick test looked promising |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tested with Firmware v0.1.2.8 but the
UUID_IDENTIFIERis not advertised (only readable from GATT tree).Firmware v0.1.3.7 is not working and seems to be paired/bonded without public notify data.