top of page
Reaction Game

Reaction Game
 

This was my 2nd ever coding Project and utilised Arduino Micro Controllers.

The brief was to look up an existing Arduino Project Online and rebuild it! Once this was done, the challenge was to get a better understanding of the code and build and enhance the functionality as well as UX and other Design aspects of the project.

The base project is by Jayrai Desai and while it is not accessible on the Arduino Website anymore (at least I couldn't find it anymore), you can see it in the video above.

Hardware

The Project is powered by an Arduino Mega, and a variety of different components like Arcade buttons, an ultrasonic sensor for distance measuring, an LCD screen, and other hardware!

Arduino Logo

Software

The Software is built in the Arduino Software Language, which is built upon C++ but with a more beginner-friendly API!

bottom of page