https://github.com/miso-develop/cube-scrambler-rpi
キューブを自動で崩したり揃えたりする、LEGOで作れるロボットです。
https://github.com/miso-develop/cube-scrambler-rpi
Last synced: 9 months ago
JSON representation
キューブを自動で崩したり揃えたりする、LEGOで作れるロボットです。
- Host: GitHub
- URL: https://github.com/miso-develop/cube-scrambler-rpi
- Owner: miso-develop
- License: mit
- Created: 2024-10-30T12:00:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-29T17:02:54.000Z (9 months ago)
- Last Synced: 2025-06-29T18:18:40.940Z (9 months ago)
- Language: TypeScript
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
# Cube Scrambler for Raspberry Pi
### [日本語](./README.md) | English
This is a robot that can be built with LEGO and Raspberry Pi that automatically scramble and solve cube.
https://gist.github.com/user-attachments/assets/ec00468d-7e7f-4045-a26f-624f176d802e
## Features
### SCRAMBLE
Scramble the cube randomly.

### SOLVE
Solve the cube.
The state of the cube to be solved can be entered through the Web UI.

### SEQUENCE
Execute any sequence.

### STEP
Scramble each step of the [M2L method](https://cubevoyage.net/how-to-solve/beginner-m2l/) to a random state.
You can focus on the step you want to practice.

## Web UI Demo
### [➡ Demo Page](https://cube-scrambler-ui-demo.vercel.app/)
## Assembly Instructions
Separate sections for Raspberry Pi and LEGO robots are available to show how to set up each.
### [➡ Raspberry Pi (elchika)](https://elchika.com/article/98b4cc3e-b154-4638-9740-ee91da24b8e9/)
### [➡ LEGO Robot](https://drive.google.com/file/d/1LfaUZmzZbCQRWulfV_bqecyGe_8wCMht/view)
If you have any questions on how to set it up, please contact me via Issue on GitHub or my email address <>.

## LICENSE
### [MIT](./LICENSE)