top of page
Source Code
​
  1. ​Download latest ev3dev image file and flash the SD card.

  2. Boot ev3dev and connect via ssh.

  3. Download ev3dev-c, compile it and install it on the brick.

  4. Download our code for C-ev3PO and compile it on the robot using the Makefile located inside the Robot-Project-OS folder.

  5. Run it typing ./MainProgram or "make run"

  6. The program can be stopped by typing ./StopProgram

​
​
bottom of page