Hand-controlled Atari 2600

Eran Feit dreamt up a new way to play his retro Atari 2600 console. Throw your joysticks out the window: you control this gaming machine with just your hand movements.

Components

  • Atari 2600 console
  • Raspberry Pi 4
  • USB camera
  • Bunch of jumper leads
  • DB9 connector
  • TFT screen
hand-controlled atari

How does it work?

The Raspberry Pi is running some Python code that reads frames from the connected camera and analyses the player’s body position. The code then sends the corresponding commands to the joystick port on the Atari, via the Raspberry Pi’s GPIO.

hand-controlled atari

Eran’s handy wiring diagram shows how the joystick commands that are parsed from the input to the camera get over to the DB9 connector that the Atari is hooked up to.

hand-controlled atari

And here’s Eran testing out the Python code before connecting the rest of his project to the Atari console.

hand-controlled atari

See more of Eran’s projects

There is a very important dog featured up top on Eran’s Instagram account, if you’d like to give him a follow. Or you might be more interested in the other machine learning projects on his YouTube channel.

More hand-controlled fun

Eran’s project reminds us of this one we saw on LinkedIn, where Youssef Ahab‘s prototype allows the wearer to interface with a computer using hand gestures.

hand-controlled atari

He made it using Edge Impulse machine learning on a Raspberry Pi Pico. And because this creation uses one of our tiny microcontrollers, Youssef was able to design something that can be worn comfortably on the back of the user’s hand.

2 comments

Avatar

I’m curious about the LCD screen. Where can I get that one that you are using?

Avatar

Have a look at the text at the video:
7 Inch HDMI TFT screen for the PI : https://amzn.to/3u7QEG6

Leave a Comment

Comments are closed