-
1Download the repo.
Run "git clone https://github.com/Artfical/doom-avr/" on your computer.
-
2Get in to the directory.
Run "cd doom-avr" on your computer.
-
3Run the quick setup script and connect the Arduino UNO to your computer.
If you are using Windows run "powershell -ExecutionPolicy Bypass -File scripts\setup_windows.ps1" on your computer. If you are using MacOS run "chmod +x scripts/setup_macos.sh && ./scripts/setup_macos.sh" on your computer. If you are using Linux run "chmod +x scripts/setup_linux.sh && ./scripts/setup_linux.sh" on your computer. After the setup is complete plug your Arduino UNO in to your computer.
-
4List the ports.
Run "python doomavr.py ports" on your computer and note the port. (Ex. On Windows based systems the output must be like this: "COM10 USB-SERIAL CH340 (COM10)". You must note the port number in this example COM10.
-
5Build the code.
Run "python doomavr.py build" on your computer.
-
6Flash the initial firmware to your Arduino.
Run "python doomavr.py menu <Port>" (The port you noted.).
-
7Run the GUI.
Run "python doomavr.py run <Port>" (The port you noted.).
Codertalha5524
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.