Daftar Isi:
2025 Pengarang: John Day | [email protected]. Terakhir diubah: 2025-01-13 06:57
Dibuat Oleh: Ethan Feggestad
Gim arduino yang menyenangkan dan sederhana!
Langkah 1: Tentang Bongo Hero
Penulis asli Bongo Hero adalah Etinee Daspe. Bongo Hero diciptakan untuk "Fete de la science" sebagai acara tahunan di Prancis. Sekarang dibuat menjadi game arduino sederhana!
Langkah 2: Bahan
Arduino UNO & Genuino UNO ×1
Adafruit NeoPixel LED Strip Starter Pack - 30 meter LED ×4
Elemen Piezo SparkFun ×4
Resistor 220 ohm × 4
SparkFun Resistor 1M ohm x4
Langkah 3: Uji Strip LED
Pastikan strip LED terhubung ke pin digital 2, 3, 4, dan 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);
Langkah 4: Uji Elemen Piezo
Pastikan elemen Piezo terhubung ke pin analog A0, A1, A2, dan A3.
Strip LED = Elemen Piezo
2=A0
3=A1
4=A2
5=A3
Langkah 5: Skema
Langkah 6: Kode
create.arduino.cc/projecthub/etienne-daspe…
Gunakan tautan ini untuk mendapatkan akses ke kode