This project is a derivative of the original DIY Mini Retro Game Console by MaDDy Regal (Uttar Pradesh, India), published on Instructables:
https://www.instructables.com/DIY-Mini-Retro-Game-Console-With-Gmaes-Arduino-and/
- Arduino Nano
- I2C Display 128x64 (SBC-OLED01 with SH1106 controller, Joy-IT)
- Custom-designed PCB
- Arduino IDE
- Source code from the original project by MaDDy Regal
- U8g2 graphics library: https://github.com/olikraus/u8g2
The main objective of this project is to teach apprentices and student interns the fundamentals of microcontroller programming. It also aims to provide a basic understanding of how such electronic systems function.
Additionally, the project serves as a foundation for progressing to more complex versions of retro gaming consoles and embedded systems.
- Implement sound functionality
- Add battery support and charging circuit
- Original concept and source code by MaDDy Regal
- U8g2 library by Oliver Kraus
