Installation - XilefTech/CharlieOSX GitHub Wiki
Requirements:
- Visual Studio Code installed
- The Lego Mindstorms EV3 MicroPython Extension installed
- An SD-Card with the EV3-Micropython image in your EV3-Brick and booted up
Now to install CharlieOSX follow these steps:
- Download the project from this repo. Soon you'll be able to find the latest (somewhat) stable release here
- Open the Project in VSCode
- Go through the entire config.cfg and put in the parameters of your robot
- Make sure the line endings are set to LF (Unix Line endings) in main.py
- Everything should be now completely set up and ready to use.
You can now code your program in main.py. See, how to use CharlieOSX for information about what you can do and how to do it with CharlieOSX
After writing the code, simply upload it to the brick and everything is ready to go.
Just start main.py when you want your program to run.