cavenel / ev3dev_examples

Examples of program for ev3dev
24 stars 22 forks source link

ev3dev_examples

Examples of program for ev3dev

Installation

For python/rubiks_test.py:

UI

Server

It is possible to run the color analyzing software and the rubiks cube solution software on the ev3 but there are two advantages in offloading this to a much faster server:

To use a server create an ev3dev_examples/python/server.conf file that has the following fields

dwalton76@ev3dev[python]# cat server.conf username=dwalton76 ip=192.168.0.13 path=/home/dwalton76/ev3dev_examples/ dwalton76@ev3dev[python]#

You will need to create ssh keys so that you can login without a password http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/