CornN64
CornN64
I forked this and added support for a hard wired NES controller which allows you to access the file tree with LEFT+SELECT. It means that you need to solder in...
Here is something fresh out of the press... https://github.com/darthcloud/BlueRetro/tree/v0.2 I have not tested it myself but looks useful to those who wish to keep things wireless :)
Probably using a newer board manager than version 1.04 ? If you have the time try to use version 1.04 and see if the problem goes away... Cheers
I would say that most ROMs works only some exotic ones will fail. You only have about 1Mbyte of space to store them (in the internal flash memory) so in...
One way would be to use the download tool Get the flash_download_tool_v3.8.5 (https://www.espressif.com/en/support/download/other-tools) Hit developer mode -> ESP32 downloadtool Make sure correct com port is selected and hit ERASE button,...
Good point. I just had it happen to me for a second time. The only way out is to wipe the whole SPIFFS and upload all the stuff again. After...
You can try to drop the back-trace info into the Esp Exception Decoder https://github.com/me-no-dev/EspExceptionDecoder and see if it helps to trace what went wrong Cheers
You can not use pin 26 for audio! In fact both pin 25 & 26 outputs video and can't be changed to anything else. You'll need to use some other...
You have to format the SD card as FAT16 (I am not sure that FAT32 will work but it might) further more you'll need to make filenames no more than...
there seems to be a bug in the audio PLL on older silicon (older than yr2017 or so) https://www.esp32.com/viewtopic.php?t=1363 (see section 3.7 in errata) Maybe this is causing the the...