22. Pong

Status: OK

Arduino based pong console

Pong firmware: https://github.com/ponty/arduino-pong

program config:

const int pin_wheel1 = 4; // analog
const int pin_wheel2 = 5; // analog
const int pin_button1 = 4;
const int pin_audio = 10;

22.1. Schematic

../../_images/pong_sch_66.png

22.2. Board

Normal, bottom mirrored, wires only:

../../_images/pong_brd_67.png ../../_images/pong_brd_68.png ../../_images/pong_brd_69.png

22.3. Partlist

part value position
C1 4u7 (1.1 1.7)
C2 100n (1.05 1.5)
C3 100n (1.05 1)
C4 22p (1.15 0.8)
C5 22p (1.2 0.9)
D1 1N4148DO35-7 (1.85 1)
D2 1N4148DO35-10 (1.9 1.5)
IC1   (1.05 1.25)
JP1   (1.05 0.5)
Q1 20MHz (1.25 0.6)
R1 330 (1.9 0.7)
R2 1k (1.95 0.8)
R6 10k (0.7 0.9)
S1   (1 0.25)
SV1 ISP (1.25 2)
SV2 POT1 (0.4 0.2)
SV3 POT2 (0.4 2)
X3 AUDIO (2.75 1.4)
X4 VIDEO (2.75 0.8)

22.4. 3D view

22.4.1. Front

../../_images/pong_brd_3d_70.png

22.4.2. Right side

../../_images/pong_brd_3d_71.png

22.4.3. Left side

../../_images/pong_brd_3d_72.png

22.4.4. Bottom

../../_images/pong_brd_3d_73.png

Table Of Contents

Previous topic

21. PIC ICSP programmer

Next topic

23. power supply

This Page