How to Maek Game of Life Using ATtiny13A and Mini Breadboard.

by SANUKI UDON in Circuits > Arduino

2993 Views, 16 Favorites, 0 Comments

How to Maek Game of Life Using ATtiny13A and Mini Breadboard.

How to maek Game of life using ATtiny13a and mini breadboard

I challenged making a Conway's Game of Life at 1 KB using ATtiny13A.Used to display MAX7219 Dot Matrix Module.Because ATtiny13a does not have a pin for displaying the Game of Life.And using MAX 7219 makes the circuit very simple.

Sketch

sketch01.png
sketch02.png

I wrote in a program at ATtiny13a using Arduino IDE used version 1.06 and Arduino core for Attiny13.

Or Arduino IDE used version 1.82 and MicroCore.


Fuse bit :hFuse = 0xFF, lFuse= 0x7A
(interne 9.6 MHz clock)

Circuit & Material

game of life circuit.png

Material
1x ATtiny13a
1x Mini breadboard
1x MAX7219 Dot Matrix Module LED Display Module
Some jumper wires

Jumper Wire

20170326_221819.jpg

The circuit is very simple:-)

MAX7219 Dot Matrix Module LED Display Module

20170326_222319.jpg
20170326_221945.jpg

Solder MAX7219 Dot Matrix Module LED Display Module and Assemble.

Insert MAX7219 Dot Matrix Module LED Display Module on the Breadboard.

20170326_221907.jpg
20170326_221815.jpg
20170326_221502.jpg

Please insert it not to get a wrong pin.

ATtiny13A 8pin ... VCC
ATtiny13A 7pin ... Matrix Module LED Display CLK
ATtiny13A 6pin ... Matrix Module LED Display CS
ATtiny13A 5pin ... Matrix Module LED Display DIN
GND ... Matrix Module LED Display GND
5V ... Matrix Module LED Display VCC
ATtiny13A 4pin... GND

I take the power supply out of USB at 5V

Done!

20170326_221438.jpg
20170326_221453.jpg

It will be displayed if it succeeds.Changes in 20 generations.

have fun :-)