Page 3 of 3

Re: NES emulator on an ESP32

Posted: Wed Jan 24, 2018 7:28 am
by hex007
@ESP_Sprite Is there a performance benefit to using the same pins as in the README on github for ILI9341? I am using 23 for MOSI and 18 for CLK.

Build fails on custom hardware due to non configuration of MISO pin.

Re: NES emulator on an ESP32

Posted: Wed Jan 24, 2018 1:59 pm
by ESP_Sprite
The ESP32 code in that emu routes SPI over the GPIO mux, so there's no requirement to use any specific GPIO. Feel free to change as you please. I actually think I made some Menuconfig options for that, so you may not even have to change the code.

Re: NES emulator on an ESP32

Posted: Sat Mar 31, 2018 1:44 pm
by Helder
I posted this in an other thread but seeing this is more the proper place to ask it, how can we (if we can) use an external I2S DAC like the MAX98357A with the emulator? I'm not very code savvy so asking for a little help, thanks.

Re: NES emulator on an ESP32

Posted: Sun Aug 12, 2018 2:54 am
by NotAGenius
Maybe some of you are still interested...I made some slight changes.
IMG_20180812_015710.jpg
IMG_20180812_015710.jpg (3.2 MiB) Viewed 7214 times
https://youtu.be/sx6dCqX3idE
https://hackaday.io/project/160402-nespemu

Source Code can be found here:
https://github.com/MittisBootloop/esp32 ... _wemosmini