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

Fails to find advertisement on nRF52 #20

Open
ryang14 opened this issue Apr 19, 2021 · 0 comments
Open

Fails to find advertisement on nRF52 #20

ryang14 opened this issue Apr 19, 2021 · 0 comments

Comments

@ryang14
Copy link

ryang14 commented Apr 19, 2021

When running the scan example on a nRF52 chip, the scan fails to match the BroadcastNet advertisement.
Running on Blinka with the PyPi version works as expected.

BroadcastNet generates the match prefix: (b'\xff\x22\x08\x03\x03\x00',)

The received advertisement on nRF52 is:
b'\x0e\xff\x22\x08\x03\x03\x00%\x06\x04\n\x00\x00\xdaA'
b'\x02\n\x00\x0e\tCIRCUITPY4638'

The received advertisement on Blinka is:
b'\x0e\xff\x22\x08\x03\x03\x00\x95\x06\x04\n\x00\x00\xd8A\x0e\tCIRCUITPY4638'

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