Truth or Dare: Lie detector edition

Our project is a modern twist on the classic game of Truth or Dare, where we incorporate a lie detector to add an element of technology and excitement. The game follows the traditional rules, where players take turns choosing between answering a truth question or completing a dare. However, our version adds a technological twist...

The goal of our project is to enhance the classic game of Truth or Dare by incorporating a lie detector, ensuring accountability and adding an element of technology-driven excitement...

Demo

Images

Glove with Atmega328pb AVR xplained board attached to it along with the heart rate monitor.

Glove with Atmega328pb AVR xplained board

The game box with two buttons to switch modes and go to the next question. It includes a monitor to display the state of the game, such as the current mode and question. It also includes a servo and buzzer to indicate truth or lie.

Game box

Results

Our results were fairly satisfactory. We aimed to ensure the integrity of the truth part of the game and add another level of fun and excitement.

What Went Well:

What Didn't Go Well:

Overall, the project was fun to make and with further refinement could bring more enjoyment to players.

Software Requirements Specification (SRS) Results

- Storing Questions: We use two arrays for truth and dare questions. This is testable by the questions displayed.

- Randomizing Questions: We use the built-in C rand() function to pick random questions. This was tested during display, ensuring a wide variety of questions.

- Displaying Game Mode: The game mode changes with the MODE button and is displayed on the LCD screen.

- Displaying Questions: The NEXT QUESTION button triggers a new question display based on the game mode.

- LCD Screen Library: We used a graphics library from lab 4 to handle display requirements.

- Serial/Wired Communication: UART connects the two AVR boards. We tested by verifying inputs in the data visualizer.

- Heart Beat Analysis and Lie Detection: We used the ADC to measure heart rate and detect lies. Our sensor was about 7% accurate compared to an Apple Watch. Watch the heart rate monitor demo.

- Result Display: The result display functioned as expected based on serial communication inputs.

- Penalty Enforcement: An annoying buzzer sound indicated a lie, tested successfully by others.

Hardware Requirements Specification (HRS) Results

- Atmega328pb AVR- Xplained board: Powered via micro USB.

- Button 1: MODE button triggers an interrupt, tested by an LED indicator.

- Button 2: NEXT QUESTION button triggers an interrupt, tested by an LED indicator.

- LCD Screen: SPI transmission for game mode and question display.

- Servo Motor: Fast PWM mode to move between two positions (lie and truth). Tested by observing the servo movement.

- Heart Rate Monitor: ADC measures varying voltage for heart rate detection, with 7% accuracy compared to an Apple Watch.

- Buzzer: Used to indicate a lie, tested via the data visualizer.

Conclusion

Reflecting on the project, we aimed to improve the truth or dare game by adding accountability. We successfully connected display equipment with heart rate monitor input and analysis to create a smooth, bug-free game. Despite challenges with the heart rate sensor, we improved its accuracy and stability. Future enhancements could include a more accurate heart rate monitor, additional sensors for better lie detection, and user input for questions via Blynk. The project was a valuable learning experience in teamwork and technical problem-solving.

The Team