SpeedcuberOSS / speedcuber-timer

The smart, offline-ready speedcubing Android/iOS app made for speedcubers, by speedcubers.
Mozilla Public License 2.0
4 stars 0 forks source link

Parse GoCube Rotation Messages #70

Closed thehale closed 1 year ago

thehale commented 1 year ago

The GoCube Protocol (which also works for the Rubik's Connected) is largely described here: https://github.com/oddpetersson/gocube-protocol/blob/main/README.md

We are successfully pulling the binary messages from the Bluetooth Cube, but now we need to transform them into the actual move sequences.