Makey Makey Foley Board

You're going to build a custom digital Foley instrument.

By the end, your group will have a physical board where touching a banana plays an explosion, touching aluminum foil triggers footsteps, and tapping a paper clip fires a laser. This is real production tech — and you're building it from scratch.

🪄 What is Makey Makey?

The Makey Makey is a small circuit board. Plug it into a computer, clip alligator wires from the board to any conductive object (foil, bananas, water, your body), and that object becomes a keyboard key.

Touch the banana while you're connected to the "Earth" wire — the circuit completes — the computer thinks you pressed the spacebar.

That's the magic trick. Now we use it to make sound.

Spanish vocabulary for today: grabar (record), sonido (sound), bocina (speaker), disparador (trigger).

🎹 Warm-Up: Play with the Sample Apps

Before you build anything custom, just play. The Makey Makey website has ready-to-go apps that work the second you plug in.

Go to: makeymakey.com/apps
Try: Bongos, Piano, Drums, Glockenspiel, Voice Changer
Instructions
Part I: Plug in and play
  1. Plug the Makey Makey into your laptop with the USB cable
  2. Open one of the sample apps (start with Bongos or Piano — most dramatic)
  3. Clip the BLACK "Earth" wire to something you'll hold (foil, a paper clip you can grip)
  4. Clip other colored wires to objects on your table — banana, foil square, water cup, conductive props
  5. Hold the Earth, touch the other objects — make music!

Spend 10–15 minutes here. Notice what's conductive (anything wet, anything metal, anything alive). Notice what isn't (plastic, dry wood, glass). You'll need this intuition for your own build.

💻 Set Up Scratch

The sample apps are great for the wow moment. But for your Foley board, you need to use YOUR OWN sounds. That's where Scratch comes in.

Instructions
Part I: Create a new project
  1. Click "Create" (you can use Scratch without an account, but signing in saves your work)
  2. Delete the cat sprite (right-click → delete)
  3. Your stage is now empty — that's good. You don't need visuals, just sounds.
🎤 Record Your Foley Sounds

You need a library of sounds your board will play. Two ways to build it:

Option A
Use your field recordings (from earlier in the program)

You captured 8+ sounds during the Field Recording Expedition. Upload them into Scratch:

  1. Click the "Sounds" tab in Scratch
  2. Click the speaker icon at the bottom-left → "Upload Sound"
  3. Upload each sound file from your field recording library
  4. Label each one clearly (in Spanish AND English — e.g., puerta / door_slam)
Option B
Record new sounds right in Scratch
  1. Click "Sounds" tab → speaker icon → "Record"
  2. Use Foley props at your table to make sounds — record each one
  3. Trim the silence at the start/end of each clip
  4. Label in Spanish AND English

Aim for at least 6 sounds. Think about what you'll need for Captain Harlock: footsteps, the wooden wheel turning, the engine rumble, an alarm, a laser blast, an impact.

⚡ Code the Triggers in Scratch

Now tell Scratch: "When this key is pressed, play this sound."

The basic script:
When [space] key pressed → play sound [door_slam]
Instructions
Build one script per sound
  1. Click the "Code" tab
  2. In the "Events" category (yellow), drag out "When [space] key pressed"
  3. Click the dropdown to choose a different key (Makey Makey defaults: ↑ ↓ ← → space)
  4. In the "Sound" category (pink), drag out "play sound [____] until done"
  5. Snap them together. Choose the sound you want.
  6. Repeat for each sound — each one mapped to a different key.
First test: Plug in Makey Makey. Hold the Earth wire. Touch a colored wire to a piece of foil. Touch the foil. You should hear YOUR sound. 🎉
🛠️ Build the Physical Board

Holding alligator clips to random objects works, but it's chaotic on stage. You're going to design a real board — a cardboard surface with labeled, durable trigger zones.

Materials in your kit
  • Cardboard base (your call on size)
  • Aluminum foil sheets (cut into trigger pads)
  • Brass paper fasteners (poke through cardboard for clip-on points)
  • Large paper clips (alt trigger pads)
  • Binder clips (hold things in place)
  • Pink foam ring + black hair tie (creative trigger ideas — pressure pad? wearable?)
  • 11 alligator clips, 10+ jumper wires
  • Paper for labels
Instructions
Part I: Sketch your layout

Before you build, draw it. Where does each sound go on the board? How will a performer reach them without crossing arms?

  • Group similar sounds together (all footsteps in one zone)
  • Put the MOST USED sound somewhere easy to reach
  • Label each zone in Spanish AND English
Instructions
Part II: Build the trigger zones
  • Cut foil into trigger pads (the size of a credit card works well)
  • Tape or fasten each pad to the cardboard
  • Use brass fasteners pushed through the cardboard as alternative trigger points (poke them through, fold the legs flat on the back)
  • Add labels next to each pad
Instructions
Part III: Wire it up
  • Clip one alligator wire from each Makey Makey key (←, →, ↑, ↓, space, etc.) to a different trigger pad
  • Clip the BLACK "Earth" wire to something the performer will hold or wear (the foam ring or hair tie work great as wearable Earth contacts)
  • Use jumper wires (the rainbow ribbon ones) for shorter internal connections if needed
Instructions
Part IV: Test & refine
  • Wear/hold the Earth. Touch each pad. Does each one trigger the right sound?
  • Try playing them in sequence — does the timing work?
  • If a pad isn't triggering: check the alligator clip is fully closed, check the foil contact is solid, check the wire is going to the right key in Scratch

Before you wrap: which sounds on your board are you planning to use for the Captain Harlock final performance? Start thinking now. You'll add AI-generated sounds (engine rumble, distant battle) to this same board over the next sessions.