Tag Archives: Rubik’s Cube Solver

This machine can solve the Rubik’s Cube in just 0.887 seconds


And just like that, we have a new world record! 


With their eyes set on the Guinness Book, Jay Flatland and Paul Rose last month unveiled an automated machine capable of solving a Rubik’s Cube in 0.9 seconds. However, their glory was short-lived as fellow Maker and industrial engineer Adam Beer introduced a robotic contender, named Sub1, that has officially sorted the colorful puzzle in only 0.887 seconds — breaking the previous world record by a mere fraction.

record_1

Beer’s machine only requires 20 moves to unravel the cube. As soon as the start button is hit, shutters are removed from Sub1’s two webcams, each of which capture the arrangement of all six sides. These images are then relayed to a laptop, which identify the various colors and calculate a solution using Tomas Rokicki’s implementation of Herbert Kociemba’s Two-Phase Algorithm.

robot_2

The solution is sent over to an Arduino-compatible MCU, which is tasked with actuating the 20 moves of six high-performance steppers that rapidly turn each side of the cube in 887 milliseconds.

Despite Beer’s recent accomplishment, we can’t help but think that the two teams and countless other Makers will be eager to see how quickly they can unravel the Rubik’s Cube as well.

Solving the Rubik’s Cube with Raspberry Pi and Arduino


A Maker duo created a Rubik’s Cube-solving robot using recycled FAC system parts, a Raspberry Pi Compute Module and an Arduino Mini.


Solving a Rubik’s Cube is no easy feat. In fact, for a vast majority of folks, it’s a downright daunting task. But what if there was an automated mechanism that could do it for you? That’s exactly what the duo of Maxim Tsoy and Wilbert Swinkels has developed. Inspired by other DIY cube solvers comprised of LEGO and Fischertechnik, the Makers brought their creation to life using antiquated FAC-System parts — a modular system developed back in the early 1950s.

rubikmachine-1

At the heart of the machine lies a Raspberry Pi Compute Module along with Arduino Mini. The Compute Module actuates a series of  motors and grippers, while also running a two-phase algorithm from Herbert Kociemba. Aside from that, the ATmega328 board was employed to control an LDR-based scanner which consists of three modified ColorPAL sensors. The data is sent to the Arduino and based on the incoming set of information, the program begins computing how to solve the cube and relays commands to the motors.

“It turned out to be very easy to connect Arduino to Raspberry and make them work together,” the Makers reveal. This called for nothing more than two wires and a level converter from SparkFun.

arduino-scanner

The entire system is mounted onto an MDF base, which houses all of the electronic components. It should be pointed out that, at first, an Arduino was implemented as the brains of the entire operation. However, the Makers realized that an RPi would be a much better suitor for the job. After all, the sophisticated cube solving algorithms required quite a bit of memory — more than the Arduino could provide.

Pretty cool, right? See it in action below, and check out the project’s elaborate overview here.