Handheld Console Game Using Arduino

by MolayK in Circuits > Arduino

423 Views, 2 Favorites, 0 Comments

Handheld Console Game Using Arduino

Screenshot_20230129_145827.png
Handheld game console

Handheld Console Game: A Portable Gaming Experience

Have you ever wanted to play classic games like Snake, Ping Pong, and Snake on the go? Well, now you can with this handheld console game! This compact gaming device was designed and built using an Arduino, 8*8 LED matrix, and an accelerometer. The end result is a fun, portable gaming experience that you can enjoy wherever you go.

Supplies

  • Atmega328p
  • 16Mhz oscillator
  • ADLX345
  • 4 Switch
  • 8*8 Led matrix
  • Veroboard
  • Burzzer

Setup Board

Hi Everyone, I made this DIY project around 5yr ago.

Lets see how you can build similar things

First of all you have learn how to build custom arduino board.

Check out any tutorial (https://youtu.be/RxmedoBQVdc)

Once you understand to create custom board, you have make the same for the game board.

Here you need 4 switch and buzzer to add any of arduino digital pins.


Setup LED Matrix

LED-Matrix-Breakout-Wiring-Diagram-596x1024.png

I have used 8*8 led matrix. I would suggest first connect the led matrix with arduino play with it. Try to run few of examples that come with led matrix library.

Once that work connect the matrix with custom board.

Run the Game Code

Now you need to run any game inside the atmega microcontroller.

You can get the code of above games easily over google. You need to config it as per your custom board. Check the pin configuration and led matrix out pin. I have modified the game starting for example starting with any tone with some animation. Same you can add in your code.

Query

Let me know how it works.

For any query you can connect me over Instagram:

https://www.instagram.com/lets.make_it_/

See you there

Happy making !