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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: