Simple Handheld controller for Raspberry Pi

So I recently programmed a small game with python that was completely controlled by a few GPIO buttons. Over the past few days, Ive been messing around with it, finding ways to make it better, when I decided, with my small breadboard, it would be really easy to turn that three button breadboard into a three button controller. So now, there are two buttons on the top, in easy locations for your thumbs, and one sticking out of the front, like a bumper on an xbox controller. Its a lot of fun and really simple to make. Simple Handheld controller for Raspberry Pi

Step 1: Materials

You will need…

-small breadboard

-2 flat, tactile push switches

-1 tall button with flat sides

-wires

-some way of connecting to the GPIO pins, I used a ribbon cable but simple female headers are fine if you have those

-hot glue

-wire strippers/cutters

-raspberry pi

Step 2: Positioning your buttons

Lets start with placing the two top buttons. Take the two flat, tactile push switches and place them in a comfortable position, somewhat centered on the bread board. Next, take the tall button and place it about a centimeter from the top right corner, on the underside of the breadboard. Before we glue it down, make sure to attach two wires to the terminals. Now, be sure that it is in a good, comfortable position, because it is a pain to take glue off and glue it back down. Now, cover the entire button with glue, you don't want it coming off.Simple Handheld controller for Raspberry Pi schematic

Step 3: Wiring your controller

First, lets wire the two flat buttons on the top. This isn't a tutorial on GPIOs, but there is a good diagram of all the pins on the Raspberry Pi B+ on this forum:

https://www.raspberrypi.org/forums/viewtopic.php?f…

Before we start wiring the buttons, you can use whichever pins you want for your buttons, but this is just an example with the pins that I used when making this.

Start with the left button. Take one terminal and connect it to a ground pin. Then take the other terminal and connect it to GPIO –. Now for the right button, take one terminal and, again, connect it to a ground pin. Then take the other terminal and connect it to GPIO–. Now, we have to do the same for the final button. You should already have two wire sticking out of the glue. Again take one and connect it to a ground pin. Then take the second wire and conect it to GPIO21. If any wires are feeling kind of loose, feel free to glue them down. You now have a simple three button controller which you can use with your pi. I will attach a small program that I wrote using this controller if you want to test it out. Feel free to put this on a flash drive and plug it into your Pi. You have to run it using an LX Terminal session.

 

For more detail: Simple Handheld controller for Raspberry Pi


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top