ATtiny85 Breakout breadboard Game console 🕹
ATtiny85 So, what can you do with Attiny’s 5 i/o pins?
I made a remix of the classic breakout game, here is a video of the gameplay
Parts required:
Attiny85 + dip8 socket
SSD1306 OLED screen
2x push buttons
2x resistors (10kOhm optimal)
Piezo speaker
3V 2032 coin cell buttery
Schematic: https://github.com/webboggles/AttinyArcade/blob/7c71504662c63546921c63e4a25ffd5c9b1f9896/documentation/attiny_arcade_original_schematic.jpg
Source Code : https://github.com/webboggles/AttinyArcade/blob/7c71504662c63546921c63e4a25ffd5c9b1f9896/sketches/attiny_breakout_vcc_gnd_scl_sda/attiny_breakout_vcc_gnd_scl_sda.ino
References:
Tinusaur OLED control: https://bitbucket.org/tinusaur/ssd1306xled
Programming the Attiny85: http://highlowtech.org/?p=1706
Overcome sketch size issue: https://github.com/TCWORLD/ATTinyCore/tree/master/PCREL%20Patch%20for%20GCC
Sleep the Attiny: http://www.re-innovation.co.uk/web12/index.php/en/blog-75/306-sleep-modes-on-attiny85