Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mycropht authored Jan 7, 2021
0 parents commit c7b5c06
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
Binary file added CubeTestScan 1.lms
Binary file not shown.
2 changes: 2 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

This is basically a simple modification of PrimeCuber by David Gilday (mindcuber.com). All rights belongs to him.
Binary file added PCSolver-v1p 5.lms
Binary file not shown.
Binary file added PrimeCuber-v1p 5.lms
Binary file not shown.
31 changes: 31 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

A PrimeCuber variant for LEGO Mindstorms 51515

The code is work by David Gilday (mindcuber.com). This is just a Mindstorm port.

The LEGO design is done by my son Marin using the Primecuber instructions and only the Mindstorms 51515 parts.

The solver can be seen in action at https://youtu.be/e2EDLIPwlSM

FILES DESCRIPTION

*** PCSolver-v1p 5.lms

Loader which loads .py files into the Mindstorms hub. The modifications are in the ScanFace function (as the scanning arm design is different) and also at the beginning of the code so the program files are installed every time even if they are present in the hub.

*** PrimeCuber-v1p 5.lms

The project which solves a cube by calling the functions in the .py files loaded by PCSolver-v1p 5.lms.

*** CubeTestScan 1.lms

A quick and dirty program used to determine proper scanning arm positions:

- parking position
- scanning corner squares
- scanning side squares
- scanning the middle square

Enjoy!

Mladen

0 comments on commit c7b5c06

Please sign in to comment.