top of page
Source Code
​
-
​Download latest ev3dev image file and flash the SD card.
-
Boot ev3dev and connect via ssh.
-
Download ev3dev-c, compile it and install it on the brick.
-
Download our code for C-ev3PO and compile it on the robot using the Makefile located inside the Robot-Project-OS folder.
-
Run it typing ./MainProgram or "make run"
-
The program can be stopped by typing ./StopProgram
​
​
bottom of page