Run Arduboy on UNO and NANO and use i2c OLED

Channel:
Subscribers:
4,120
Published on ● Video Link: https://www.youtube.com/watch?v=zNNrf0dK3Jk



Duration: 1:37
2,062 views
34


I just wanted to build a #Arduboy myself with parts i already have laying around. Which is a #Arduino_Uno and an #OLED display that is the exact same as the one on the Arduboy, but it uses the I2C interface instead of SPI. I have modified the library to work with this display it is a SSD1306 display

This is different from the

real ARDUBOY
: the real ARDUBOY uses the Arduino leonardo with the ATmega32u4 processor and the UNO or NANO uses the ATmega328 processor

ATmega328 ATmega32u4

operating frequency 16 Mhz 16 Mhz
RAM 2 KB 2.5 KB Flash 32 KB 32 KB EEPROM 1 KB 1 KB Obviously, by comparison, we can easily find that ATmega328's RAM is 0.5 KB less, which will cause some games to fail


If you enjoyed those videos, then please subscribe to my channel which I update every week
👉 Subscribers : https://bit.ly/2EpEwrU

------------------------------------------------------------------------
👍 FOLLOW ME :
------------------------------------------------------------------------
► Youtube: https://www.youtube.com/djamaluk
► Facebook: https://www.facebook.com/Djamal.UK
► Twitter: https://twitter.com/DjamalUK
► Website: https://Djamal.UK

============================
Hardware Very Simple
============================

- Arduino uno .clone from china $2
- Oled I2C Display . from china $2
- 6 Push Buttons + buzzer $1 or less

=============================
Schematic
================================

The speaker is positive === 9 (Buzzer there I did not use the resistor because I found the sound is almost inaudible)
Speaker negative === 11
red LED === 5
blue LED === 6
green LED === 7 (Because Atmega328p lacks a PWM, green led cannot adjust brightness)
Up key === 17 A3
down key === 2
left key === 15 A1
right key === 3
A Key === 4
B key === 16 A2
OLED_SCL === 19 A5
OLED_SDA === 18 A4


Done .! Now you can absolutely Play most of Arduboy games

Game Codes ? let me know in the comment section below


Thank you everyone for stopping by my youtube channel I would love to hear from you, so leave a comment to let me know you were here!




Other Videos By Djamal.Uk


2019-02-15Play The Zombie Escape Arduino Video Game ( with Television ) Quick Simple Fun Arduino Game
2019-02-13Arduino Game Project - Replica of Flappy Bird for Television Using Gamebuino Library
2019-02-12I’m testing a JAVA app that streams video Games from Arduboy to the PC/MAC using the USB cable.
2019-02-10Gamebuino TV Clone - Play Games, Quick & Easy! with Arduino
2019-02-05Turned my Arduino Uno into an Amiga MOD player. Chiptune
2019-02-04the CHEAP and EASY WAY! - ESP8266 Breadboard Game Console DIY
2019-02-02Playing SID files on Arduino without SD-CARD Memory Needed
2019-01-27Super Mario played on TV with an Arduino Uno Quick Simple Fun Arduino Game
2019-01-20Play Doom on Arduino Uno in 3D with only 3 components make it in 5-Minute
2019-01-17"Watch This Space (Invader)"! ATtiny85 Arduino - Based a 100% NO Soldering Required Homemade Console
2019-01-10Run Arduboy on UNO and NANO and use i2c OLED
2019-01-08PLAY Upto 256 Arduboy Games. Flash and Play using only 2 Arduino Uno, Oled i2c display and SD CARD
2019-01-06Don't buy Arduboy $50 too much just use Arduino uno + Oled I2C Display less Than $4 (VIDEO Part - 1)
2019-01-04Frogger | Game on ATtiny85 Running simple Arduino programs
2019-01-02Arduboy DIY The Ballon Boy " Game dev Kit ( VIDEO Part - 2 )
2019-01-01Arduino Game Project: Pong Game using an ATtiny85 and OLED display SSD1306
2018-12-30Play Pac-Man on this ATtiny85-based mini Arduino System
2018-12-28Arduboy DIY The Ballon Boy " Game dev Kit ( VIDEO Part - 1)
2018-12-04It's The World's Tiniest Atari 2600 Console!
2018-12-03Flappy Bird ATtiny85 - impossible!
2018-12-02Play Atari Breakout on ATtiny85 - based Breadboard Game Console



Tags:
SSD1306 display
Arduboy
OLED
Arduino_Uno