You are browsing as a guest. Sign up (or log in) to start making projects!

Reaction Time Game

Hardware
  • 3 Devlogs
  • 3 Total hours

A system of lights using a circuit board that creates a countdown with different colors.

Open comments for this post

36m 17s logged

LCD Working

LCD Problem

  • LCD was not turning on
  • Arduino on light was dimming off when connected to power

Fixing Issue

  • Unplugged wires LCD module wires from arduino and breadboard

  • Found out that I switched VDD and VSS pins (5V and GND)

  • I tried to put the module back, but when connected to power module heated up

  • Put the module in the write position

  • added resistor for Anode

Text

  • Learned about lcd.setCursor()

  • Learned about how cursor and clear works

  • learned about character, row and column

  • Made text sync with the light, so when says 3, red light, 2 yellow light, one yellow light, go green light

Need to improve

  • Put a real timer??
  • Put button on breadboard
0
0
3
Open comments for this post

1h 40m 21s logged

LCD Setup

LCD

  • Created the wiring for the module
  • Might have messed something up
  • Overall, wiring was messy but it kinda worked

Code

  • Made variables for each I/O pins
  • Added LCD to the setup part
  • Lights still work
0
0
7
Open comments for this post

16m 49s logged

Day 1 of Race Countdown Game

This is my first hardware project

LEDs

  • LED starts as a countdown, so each light represents a number counting down from 3
  • Example: red represents 3, yellow, represents 2…

Connected the LEDs to the breadboard and used 220 ohm resistors. Then I connected the breadboard jumper wires to the I/O pins.

The Ultrasonic

My idea is that a person will start the game and there will be a countdown. This game will be a reaction game. The person will put their car behind the ultrasonic sensor.
If the person launches the car after the green, they win, but if they do it to early, they lose.

Display Module

  • Shows 3, 2, 1
  • Shows you lost or won
  • the shows your reaction time

Need to create more code to use display and sensor

0
0
1

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…