Blackjack Simulator

This project was designed and implemented during the last four weeks of the Biomedical Electronics course offered Fall 2018. Together, another student and I chose to integrate an accelerometer, custom signal processing and logic electronics, a data acquisition unit from National Instruments, and a LabVIEW program to create a blackjack simulator as the final requirement for our course.

Whenever a user wanted to play a hand, they would interact with the LabVIEW interface to request that a new hand of cards be dealt. Once a new hand of cards had been dealt, the remainder of the user’s input to the system was through the accelerometer. The user would hold the accelerometer in their hand and would signal that they wanted to “hit” or “stay” by waving their hand in the customary manner. The user’s choice (to “hit” or to “stay”) was determined by the signal processing and logic circuits from the change in acceleration measured by the accelerometer. Once the user’s choice had been determined, this information was passed to the data acquisition unit. Finally, after acquisition, the user’s choice was communicated to the LabVIEW program.

The remainder of the functionality needed for the blackjack simulator was encoded in a LabVIEW program. This functionality includes the game logic of blackjack and the graphical user interface which displayed both the user’s and dealer’s hands.