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

GoCube/GoCube Edge simultaneous moves unsupported #63

Open
Nocosix opened this issue Apr 22, 2020 · 1 comment
Open

GoCube/GoCube Edge simultaneous moves unsupported #63

Nocosix opened this issue Apr 22, 2020 · 1 comment

Comments

@Nocosix
Copy link

Nocosix commented Apr 22, 2020

I have a GoCube Edge, no regular GoCube to test with, and the Bluetooth site seems to randomly ignore slice moves. The current implementation assumes an 8-byte long message such as [42,6,1,0,6,55,13,10] (B) , but in trying to debug the problem, I found that the ignored slices send a 10-byte long message, [42,8,1,0,6,3,9,69,13,10] (B + F').

As a side note, my cube isn't picked up in the Bluetooth filters and I need to use the all possible devices fallback. I'm not sure what causes this, but this script works just fine. EDIT: I suspect this is due to the request filtering for services for the Giiker, when Web Bluetooth documentation states a device needs to match all services to match a filter.

@oddpetersson
Copy link

I don't know if this helps but here's my attempt at documenting the GoCube protocol: https://github.com/oddpetersson/gocube-protocol/blob/main/README.md

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

No branches or pull requests

3 participants