Innholdsfortegnelse:
2025 Forfatter: John Day | [email protected]. Sist endret: 2025-01-13 06:58
Laget av: Ethan Feggestad
Et morsomt og enkelt arduino -spill!
Trinn 1: Om Bongo Hero
Den opprinnelige forfatteren av Bongo Hero er Etinee Daspe. Bongo Hero ble opprettet for "Fete de la science" som en årlig begivenhet i Frankrike. Nå laget til et enkelt arduino -spill!
Trinn 2: Materialer
Arduino UNO & Genuino UNO × 1
Adafruit NeoPixel LED Strip Starter Pack - 30 LED meter × 4
SparkFun Piezo -element × 4
Motstand 220 ohm × 4
SparkFun -motstand 1M ohm x4
Trinn 3: Test LED -stripene
Sørg for at LED -stripene er koblet til de digitale pinnene 2, 3, 4 og 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);
Trinn 4: Test Piezo -elementene
Sørg for at Piezo -elementene er koblet til de analoge pinnene på A0, A1, A2 og A3.
LED Strips = Piezo Elements
2 = A0
3 = A1
4 = A2
5 = A3
Trinn 5: Skjemaer
Trinn 6: Koden
create.arduino.cc/projecthub/etienne-daspe…
Bruk denne lenken for å få tilgang til koden