Advanced Simon Says

by joon874 in Circuits > Microcontrollers

2836 Views, 9 Favorites, 0 Comments

Advanced Simon Says

20151102_090541.png

Hello ALL!

This instructables shows "Advanced Simon Says".

There is the reason why I put 'Advance' to 'Simon Says'.

All of you may know what Simon Says and easy to find it with arduino project.

(Actually, I did not.. first I named it 'Memory game'..)

It has Level up and Life system. If you get a high score, it will show level up and the LED speed will be faster.

Also, if you has wrong answers three times, life will be gone and the game finished.

For now, Lets Start how it works in technically.

Why I Start It

20151102_081317.png
20151102_081343.png
20151102_081400.png

When I joined Korea Maker Faire in 2015, there are so many ideas and projects.

I though only IoT before, but it gave me other things like fun fun and FUN.

Want to make fun thing. This idea went around in mind.

So, I started build up this idea.

First, it will be fun with all ages.

Second, there is a steps for difficulty.

Third, limited chance.

Last, the best score will be published.

What I Have..

20151102_081411.png

After I got the idea.. I started.. But.. with what?!!!

I looked around my desk and tried to find something.

Then I found WIZwiki-W7500, some LEDs, Buttons, OLED and LAN cable..(ALL I used for WIZnet Academy...)

The list is all I used for this instructable

MCU : WIZwiki-W7500 (mbed Platform)

Part 1 : LED x 5

Part 2 : Button x 5

Part 3 : 128x64 I2C OLED (Any I2C OLED is OK)

Part 4 : LAN cable

Hardwired

20151102_081426.png

Hardwired is so simple If you did wiring with arduino or other mcu before.

Just few things cars about.

I wired LED with Pull Up circuit and the Button with Pull Down circuit.

Wondered there are many LEDs and Button on floating connection.

I used the button for Interrupt. So I recommend you to Pull down circuit with buttons.

System Flow

20151102_081441.png

This is the Advanced Simon Says system flow.

If you get high score, the level will be up.

And If you loose three times, the game will be done.

After that you can check you score in Web server.

But my source code does not have web-server. it is prototype.

the reason why I did not put it in, when I finished and tested it, the web server worked but not well...

So, I want to give you the perfect code for it.

If you want to do with web-server, please contact me. will guide you how to do it.

Demo Video

Demo Video.

I set the highest score '30' for Level up.

Open Source

20151102_094138.png

https://developer.mbed.org/users/joon874/code/Advanced_Simon_Says/

uploaded open source in mbed developer site.

I will guide the code after.. when I have time to it...

If you want to know it more details.. please contact me.

Thank you !!