Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

How to get Rubic's cube colors in an ASCII string

0 votes
How to get the 54 rubic stickers color in a configurable ASCII string (to send it to a solver soft and to a robot)
asked Oct 7, 2018 in Misc Questions by phk010 (140 points)

1 Answer

0 votes
Have you seen this project?

http://www.cbarker.net/projects/cubr

It might be a good starting point, he used OpenCV and Python which you candirectly use on JeVois. Once you have the colors detected in your Python module, use jevois.sendSerial() to send them over the serial link. This tutorial can help:

http://jevois.org/tutorials/ProgrammerInvSerial.html
answered Oct 11, 2018 by JeVois (46,580 points)
...