Main Content

” A cheap version of the Arduboy clone with which you can play a number of original Arduboy games.

Arduboy is a miniature game system the size of a credit card. It comes installed with a classic 8-bit game and can be reprogrammed from a library of open source games available online. Arduboy is open source so you can learn to code and create your own games.The original version is based on ATmega 32u4 microcontroller and 128x64 Pixels serial Oled display.

The console whose construction is represented below is made up of Arduino Nano and the I2C version of the oled display which can be much easier to find at a lower price. You can download the necessary libraries and code at:

https://github.com/harbaum/Arduboy2”

Link to article