Introduction: Bongo Hero

Made By: Ethan Feggestad

A fun and simple arduino game!

Step 1: About Bongo Hero

The original author of Bongo Hero is Etinee Daspe. Bongo Hero was created for the "Fete de la science" as an annual event in France. Now created into a simple arduino game!

Step 2: Materials

Arduino UNO & Genuino UNO ×1

Adafruit NeoPixel LED Strip Starter Pack - 30 LED meter ×4

SparkFun Piezo element ×4

Resistor 220 ohm ×4

SparkFun Resistor 1M ohm x4

Step 3: Test the LED Strips

Make sure the LED strips are connected to the digital pins of 2, 3, 4, and 5.

FastLED.addLeds(leds[0], NUM_LEDS_PER_STRIP).setCorrection(TypicalLEDStrip);
FastLED.addLeds(leds[1], NUM_LEDS_PER_STRIP).setCorrection(TypicalLEDStrip);

FastLED.addLeds(leds[2], NUM_LEDS_PER_STRIP).setCorrection(TypicalLEDStrip);

FastLED.addLeds(leds[3], NUM_LEDS_PER_STRIP).setCorrection(TypicalLEDStrip);

Step 4: Test the Piezo Elements

Make sure the Piezo elements are connected to the analog pins of A0, A1, A2, and A3.

LED Strips=Piezo Elements

2=A0

3=A1

4=A2

5=A3

Step 5: Schematics

Step 6: The Code

https://create.arduino.cc/projecthub/etienne-daspe...

Use this link to gain access to the code

Arduino Contest 2019

Participated in the
Arduino Contest 2019