Skip to content

A portable 2-player ping pong game, played with your thumbs! Made with FreeRTOS.

Notifications You must be signed in to change notification settings

nihal-sahu/thumb-PingPong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thumb Ping Pong.

A portable 2-player ping pong game, played with your thumbs! Made with FreeRTOS.

IMG_3209

About the project:

Thumb Ping Pong is a portable ping pong game made with simple LED's and buttons. In my iteration, I interfaced an Arduino and STM32 with SPI.

There are FreeRTOS tasks which are all the same priority, so they simultaneously check for sent and received data, as well as control the flow of the game. In essence, it is a multithreaded system.

The main code for the STM32 board can be found in STM32_Configs->Core->Src->main.c However the whole STM32 project needs to be flashed on to the board to make it work.

The main code for the can be found in Arduino_Configs-> Arduino_Configs.ino

About

A portable 2-player ping pong game, played with your thumbs! Made with FreeRTOS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages