Running DOOM II on esp32

Аватар автора
Good Friends
ESP32-DOOM, a port of PrBoom to the ESP32 This is a port of PrBoom, which is a port of the original 1993 ID software hit game Doom, to the ESP32. It runs on an ESP32 which has 4MiB of flash and 4MiB of PSRAM connected. Special thanks to ✨ Gadget Workbench ✨ ================================================== Main Project : (credits: Espressif, prBoom, id) ================================================== if you enjoyed those videos, then please subscribe to my channel which I update every week =========== = Hardware = ============ ESP32-WROVER-B PSRAM 4MB + FLASH 4MB LCD Screen ILI9341 SPI SDCard SDMMC Sound is using the I2S DAC output (8-bit), a 3W amplifier and tiny 0.7W speaker. Push Buttons 6X OR joystick + 2 Buttons Some jumper wires with breadboard =========== = schematic = ============ ======================= = Precompiled firmware. = ======================= ========================= = Flashing ESP32-Wrover = ========================= esptool for macos Easy Installation You will need either Python 2.7 or Python 3.9 or newer installed on your system. To install esptool, run the following command in macOS terminal (Applications-Utilities-Terminal) Install command: brew install esptool OR. pip install esptool Commands Write binary data to flash: write_flash esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000...

0/0


0/0

0/0

0/0