Arduino Sound Effect With Game Handle

Schematic (8)

This project is for the class ATLS 3300 at CU Boulder.

Push buttons can make buzzers sound.

Five buttons represented the tone C, D, E, F, G.

There are two modes.

The switch determines the mode and LEDs can indicate which mode we are in.

In mode-1, the game handle can determine which buzzer sound.

In mode-2, the game handle can change the frequency of the sound.

Material:

wires

Button * 5

LED * 2

Switch * 1

Buzzer (low-level trigger) * 4

Resistor * 8

Arduino Uno * 1

 Step 1: Schematic

Schematic (8)

Step 2: Hardware 1:

Hardware (9)

Step 3: Hardware 2:

Hardware 2Add 5 buttons to the board.

Connect Them to the 5v power and ground them with resistors.

Parallel them with digital input on the Arduino (using the port without PWM).

I’m using the port 2,4, 7, 12, 13 for the button 1,2,3,4,5.

Step 4: Hardware 3:

Hardware 3Connect buzzer to the board.

VCC to v5, GND to ground, and I/O to the PWM output on the Arduino.

I’m using 3~, 5~, 6~, 9~ on the Arduino for the buzzer 1,2,3,4.

Step 5: Hardware 4:

Hardware 4Add switch to the breadboard.

Power the middle needle with 5v and ground the left needle with a resistor.

Parallel the resistor with input on Arduino.

I’m using port 8 on the Arduino for the switch.

Step 6: Hardware 5:

Hardware 5

Add two LEDs to the breadboard.

Ground them with a resistor.

Connect them with outputs on the Arduino.

I’m using ports 10 and 11 for LEDs 1 and 2.

Step 7: Hardware 6:

Hardware 6Connect GND, + 5V, VRx, and VRy to the ground, 5v, A0, and A1 on the Arduino.

Step 8: Step 7: Add Enclosure

Add EnclosureUsing cardboard making an enclosure for the project.

Step 9: Code 1:

Code 1 (3)Test the button.

If everything looks good, change the testing code to the reading code.

Step 10: Code 2:

Code 2 1Test the LEDs.

If the LEDs can light up separately, link the Leads to the mode indicator.

Step 11: Code 3:

Link the switch output to the mode.

If it works well and LEDs can change with the switch, nothing needs to change.

Read more: Arduino Sound Effect With Game Handle

Leave a Comment

Your email address will not be published. Required fields are marked *