Emerging Interfaces

Getting Started With Makey Makey: Turn Bananas, Playdough, and Anything Into a Controller

This beginner tutorial covers the Makey Makey — the little board that lets everyday conductive objects act as keyboard keys — a joyful, no-code entry into physical interaction and a fast route to interactive art with found materials.

This site’s other emerging-interfaces tutorials go deep — camera hand-tracking with MediaPipe, wiring sensors to an Arduino. The Makey Makey is the opposite: the fastest, most joyful possible introduction to physical interaction, with no code and no electronics knowledge required. It’s a small board that makes everyday conductive objects — a banana, playdough, a pencil drawing, a friend’s hand — act as keyboard keys or mouse clicks. How to Get Started With the Makey Makey walks through it, and you’ll have something working in about five minutes.

How it works: close a circuit, press a key

The Makey Makey’s whole trick is beautifully simple. It plugs into a computer as a normal keyboard/mouse. You clip one wire to the board’s “Earth” and one to an input (say, the Space key), then touch both — completing a circuit through anything that conducts even a little electricity, including your body. Close the circuit and the computer registers a keypress. That’s it. A banana wired to the Space bar becomes a piano key the moment you touch it, because the tiny current passes through the fruit and through you. Understanding that one idea — you are part of the circuit — unlocks everything else.

Why it’s a real interface tool, not just a toy

It looks like a classroom gadget, and it’s wonderful for teaching, but the underlying idea is genuinely powerful for interactive art. Because any conductive material becomes an input, you can build interfaces out of found and unexpected objects — a wall of clay tiles, a plant, water, conductive paint, a sculpture visitors touch. Since the computer just sees keypresses, the Makey Makey pairs instantly with anything that responds to a keyboard: a game, a p5.js sketch, a sound program, a video. That makes it a fast prototyping tool for turning physical, touchable objects into triggers for digital work.

Where to go next

The Makey Makey is intentionally a starting point. Once the circuit idea clicks, the natural progressions are toward more control — using its extra inputs, pairing it with Scratch or p5.js to define what each touch does, and eventually graduating to an Arduino (covered in this site’s Arduino sensors tutorial) when you need real sensors, analog values, and custom logic. But start here: wire up a banana, make it make a sound, and you’ve understood the core of physical interaction in an afternoon.