Introduction: TeleBall

TeleBall is an Arduino based retro handheld game console. You cannot buy it. You need to build it by yourself. It lets you play BreakOut in single-player mode using one device and Tennis for Two in multi-player mode using two devices communicating via radio.

TeleBall is pretty retro and very minimalistic: It features an 8x8 pixel LED matrix display, a paddle as game controller and one button. Therefore, the range of possible games is limited but you will be surprised how much fun and even zenlike meditation this kind of gameplay can bring you, particularly when you play Tennis for Two with a friend.

The videos shown here are both using the beginner-friendly slower game modes. When playing Tennis for Two, you might want to switch TeleBall to much faster modes. The Play section of this documentation is telling you how.

TeleBall runs on 4 AA batteries. It features a Mini USB port for software updates, that means, you can either run and update the build-in games on TeleBall or you can create your own games using the Arduino platform. The source code provided with the standard package is heavily documented, so it is a perfect starting point for learning how to develop for TeleBall.

A lot of details about how to build the project can be found on www.teleball.org

Step 1: Step 1: 3D Print the Case and the Lid

You find the STL files needed for 3D printing attached to this step - or - you can download them here:

github.com/sy2002/TeleBall/tree/master/cad

Here are some further instructions teleball.org/doc/case.html

Step 2: Step 2: Custom PCB and Soldering the Device

Have the custom printed circurit board manufactured.

All the necessary files for that can by find in GitHub, please visit github.com/sy2002/TeleBall/tree/master/eagle

The bill of material, that is needed for soldering can be found here:

teleball.org/doc/electronics.html

Step 3: Step 3: Uploading the Software

Visit the github repo at github.com/sy2002/TeleBall/tree/master/src and learn more about TeleBall's software at teleball.org/doc/software.html. Then flash the software to your device.

Step 4: Step 4: Enjoy Playing and Write New Games for TeleBall

Enjoy playing TeleBall.

How to play instructions: Visit teleball.org/doc/play.html

Write new games for TeleBall: teleball.org/doc/software.html