English

Mechanical Automation with Vision: A Design for Rubik's Cube Solver

Robotics 2025-08-19 v1 Computer Vision and Pattern Recognition

Abstract

The core mechanical system is built around three stepper motors for physical manipulation, a microcontroller for hardware control, a camera and YOLO detection model for real-time cube state detection. A significant software component is the development of a user-friendly graphical user interface (GUI) designed in Unity. The initial state after detection from real-time YOLOv8 model (Precision 0.98443, Recall 0.98419, Box Loss 0.42051, Class Loss 0.2611) is virtualized on GUI. To get the solution, the system employs the Kociemba's algorithm while physical manipulation with a single degree of freedom is done by combination of stepper motors' interaction with the cube achieving the average solving time of ~2.2 minutes.

Cite

@article{arxiv.2508.12469,
  title  = {Mechanical Automation with Vision: A Design for Rubik's Cube Solver},
  author = {Abhinav Chalise and Nimesh Gopal Pradhan and Nishan Khanal and Prashant Raj Bista and Dinesh Baniya Kshatri},
  journal= {arXiv preprint arXiv:2508.12469},
  year   = {2025}
}

Comments

Presented at the 15th IOE Graduate Conference, Tribhuvan University, May 2024. Original paper available at https://conference.ioe.edu.np/publications/ioegc15/IOEGC-15-023-C1-2-42.pdf

R2 v1 2026-07-01T04:53:55.170Z