https://github.com/beardedfish/arduino-pong
A pong game created using an Arduino Uno as the base. The paddle can be controlled via an IR remote (such as a TV remote).
https://github.com/beardedfish/arduino-pong
arduino arduino-pong arduino-uno breadboard game ir pong remote schematic tft tv
Last synced: 4 months ago
JSON representation
A pong game created using an Arduino Uno as the base. The paddle can be controlled via an IR remote (such as a TV remote).
- Host: GitHub
- URL: https://github.com/beardedfish/arduino-pong
- Owner: BeardedFish
- License: gpl-3.0
- Created: 2018-07-15T20:55:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T18:31:17.000Z (almost 7 years ago)
- Last Synced: 2025-05-14T09:13:38.076Z (5 months ago)
- Topics: arduino, arduino-pong, arduino-uno, breadboard, game, ir, pong, remote, schematic, tft, tv
- Language: C++
- Homepage:
- Size: 687 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino-Pong
This project is a Pong game created using an Arduino Uno as the base. The project can be played via any IR remote such as a TV remote. The oppoent player is computer based.
The parts required for this project are:
1. A breadboard
2. Jumper wires
3. IR sensor
4. Arduino Uno
5. 1.8" TFT LCD
6. Speaker
7. Breadboard power module
8. An IR remote (such as a TV remote)# Schematic

**NOTE:** Please know that you can power the entire project without the breadboard power module. If you are going to use the breadboard power module then you are going to need a USB cable plugged into the breadboard power module, having the other end of the USB cable plugged into the Arduino. You are also going to need to have power going into the breadboard power module (such as a 9V battery).
# Video Showcase
Click on the thumbnail image below to be redirected to a YouTube video showing the Arduino Pong project in action.
[](https://www.youtube.com/watch?v=o3NIqk4AVuU)