Skip to content

alager/Pi-o-scope-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fun little project to make pong using a Raspberry Pi and and oscilloscope set to XY mode.
It uses an 8 bit MAX506 DAC that I had left over from college ( over 20 years ago, but it still works great! )
https://www.maximintegrated.com/en/products/analog/data-converters/digital-to-analog-converters/MAX506.html

Build: gcc -Wall -pthread -o xy xy.c -lpigpio -lrt -lm
Run: sudo ./xy

There are lots of improvements that can be made:

  1. Finsh score keeping
  2. Change the angle of ball delfection based on where the ball hits the paddle
  3. Add sound for ball bouncing, etc.

image of game

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages