How to Make Simon Says Using ATtiny13a and Mini Breadboard.

by SANUKI UDON in Circuits > Arduino

8080 Views, 85 Favorites, 0 Comments

How to Make Simon Says Using ATtiny13a and Mini Breadboard.

SaymonsSaysATtiny13a.gif
ATtiny13aとミニブレッドボードで作る記憶力ゲーム(Simon Say)

I made the game that I used 12 LED for in ATtiny13a.
The memory of ATtiny13a is very little with 1KB.I tried the challenge I make games in 1 KB.
I made very small Simon Say using ATtiny13a and the mini breadboard.

Circuit Diagram

simon say.png

Circuit diagram is using a large breadboard :-)


Material

1x ATtiny13a
1x Mini breadboard
1x CR2025 CR2032 3v button battery holder
1x 10K resistor
1x 1.1K resistor
1x 2.4K resistor
1x 8.2K resistor
4x Button(Tactile switch)
4x 3mm LED
Blue LED requires a high voltage . It will not emit light immediately .
Jumper wire

Sketch

IDE001.png
IDE002.png

I wrote in a program at ATtiny13a using Arduino IDE used version 1.06 and Arduino core for Attiny13.
Sketch (Arduino source code.)

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

ATtiny13a Put on the Mini Bread Board.

57b31d182e7fb6e035000312.jpeg

Please note the orientation of the ATtiny13a.

Buttons

57b320802e7fb6e035000325.jpeg

Please note the orientation of the button .

Resistor

57b31e67deafa4efdf0002ff.jpeg

It does not work and choose a different resistance .
Please choose the correct resistance . Or modify the sketch .

LEDs

57b32d8850e1b69a56000028.jpeg

Please choose your favorite color of 3mmLED.
Blue LED requires a high voltage . Recommended red LED and yellow LED is .

Jumper Wire

IMG_20160815_195744.jpg
IMG_20160815_195955.jpg

Carefully so as not mistaken .

CR2025 CR2032 3v Button Battery Holder

IMG_20160815_200103.jpg

Done!

Assembling Video.

ATtiny13aとミニブレッドボードで作るサイモンの組み立て方

have fun :-)