Python code to control a Lego EV3 from a laptop
- Run the server_robot/main.py file from VS Code (with the ev3 MicroPython extension). The EV3 is now listening on Port 12345.
OR
main.py could also be run from the command line (after ssh to the EV3)
OR
main.py could be run from the robot, using the Brickman File Browser - Run the client-laptop/client-laptop.py file from the laptop.
- Press i, j, k, l to maneuver the robot forward, left, backward, & right respectively.
Press q to quit.