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

Incomplete package? #6

Open
luiselse opened this issue Jun 10, 2023 · 0 comments
Open

Incomplete package? #6

luiselse opened this issue Jun 10, 2023 · 0 comments

Comments

@luiselse
Copy link

luiselse commented Jun 10, 2023

When I run the scanner I get this output:

B5:70:00:00:0C:65 -65 02 01 06 03 02 F0 FF 15 FF 10 00 00 00 65 0C 00 00 70 B5 71 0B CA 00 1E 05 39 3D 09 00
B5:70:00:00:0C:65 -66 02 01 06 03 02 F0 FF 15 FF 10 00 00 00 65 0C 00 00 70 B5 71 0B CA 00 1E 05 37 3D 09 00
B5:70:00:00:0C:65 -67 02 01 06 03 02 F0 FF 15 FF 10 00 00 00 65 0C 00 00 70 B5 71 0B CA 00 1E 05 3A 3D 09 00

But running on Android with 2 different apps I get a bigger output:
0x0201060302F0FF15FF10000000650C000070B5710BCA001F059C3D09000D09546865726D6F426561636F6E051218003801020A00

Putting the content in a similar format:

ble-scanner/scanner.c
0201060302F0FF15FF10000000650C000070B5710BCA001E053A3D0900
nRF Connect:
0201060302F0FF15FF10000000650C000070B5710BCA001F059C3D0900 Extra data 0D09546865726D6F426561636F6E051218003801020A00

I'm attaching a screenshot with the output of nRF Connect and LigthBlue.
LigthBlue:
LigthBlue
nRF Connect:
nRF Connect

The extra data has the Local name and the data that the scanner is receiving is the Manufacturer specific data according to the android apps.

Edit: the extra content has the name, 0D means 13 chars, 09 means EIR_COMPLETE_NAME, the next chars are the name "ThermoBeacon"

How do I get the complete data?

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

No branches or pull requests

1 participant