Schematics are in the link @Ard_Flamingo shared. I made whole circuit based on it. But the high resolution version is kind of hard to find (it was on same page but you have to search it in the files so I will just try to upload high res version here if the site lets me
Credits to
harbaum (Till Harbaum) · GitHub, of course.
After you complete circuit you can git clone codes or download as zip from github page. If it is not zipped, you can zip it yourself too (Zip the folder itself, not the files inside the folder)
In the same github page, there are two more libraries harbaum shared. You should download and zip them sepereately too.
After that you should have 3 seperate zip files, delete everything arduboy related from your arduino IDE and install this zip files using sketch/include library/install .ZIP library option from menu bar.
Close and reopen arduino IDE and if it asks for you to update libraries don’t let it because we are using a different fork of library.
From menu bar, select file/examples and you should see the three libraries you just installed here. Select anything from arduboy2 (I used SetSystemEEPROM because I was afraid to use breakout again) and install it to your nano.
After that your arduino nano should be ready to install games (Not every game like you said, generally smaller games work better and larger games might not upload at all) you can install the games from their github pages using the same download option then you might need to put it in your documents folder (Idk why but some games require this, some don’t) find the .ino file, (In this case, arduventure ino file name is ARDU_AB.ino) open it with arduino IDE and upload to your arduboy.
I tried some games, Arduventure, shadow runner and castle boy worked fine with no issues as far as I can see.
Circuit dude was booting and it was playable but it was freezing after 1-2 minutes and I had to reset everytime it froze so it was not a optimum experience
Starduino, catacombs of the damned, micro city and ardynia don’t installed and gave errors when I tried to upload.
Theese are all the games I tried. Let me know if you can find more games that work good
Edit: I couldn’t find a way to install .hex or .arduino files so if anyone can explain how to do that, that would be big help
Edit 2: I was able to run some games with changing some codes, games generally don’t run due to sound issues so I turned some sound codes to if (1==0) to make them false and then midnight wild ran without sound, ardyna was the same, I deleted some sound codes (but I didn’t delete all function, I just turn them to empty brackets) and ardyna seems to run fine too (also without sounds)
I will leave the edited codes if anyone wants to try, they sometimes freeze but I hit reset and I can continue playing
Ardynia and MidnightWild.zip (3.2 MB)