Introduction: Simple Makey Makey Monome

About: maker, programmer, teacher, activist

Overview

This Instructable is the simple version of the MaKey MaKey Monome, an electronic music instrument designed to be easy for kids and beginners to reproduce (and iterate upon!). For more information, feel free to check out my website.

Materials

  1. MaKey MaKey
  2. 17 alligator clips (8 columns, 8 rows, and 1 to connect to ground)
  3. copper tape
  4. non-conductive clear tape (Scotch)

Get the Code

  1. Install the Arduino IDE if you haven't already.
  2. Install the Sparkfun MaKey MaKey addon in order to upload Arduino code to the MaKey MaKey board.
  3. Download MaKey MaKey code from GitHub (or simply edit the Settings.h file using the pin mapping below)
  4. Open simple_makey_makey_monome.ino in Arduino, select "MaKey MaKey" as the board, and upload new code to the MaKey MaKey.
  5. Open Scratch monome program.

Step 1: Create the Grid

Copper Tape Grid

  1. Lay 8 columns of copper tape.
  2. Use clear tape to cover the columns of copper everywhere the rows will cross the columns. It's important that the rows and columns of copper tape don't touch (they're insulated/separated by clear tape).
  3. Use alligator clips to connect the columns of copper tape (labeled 1 through 8).
  4. Connect alligator clips to the rows of copper tape (labeled a through h).

Alternative: Conductive Paint Grid

It's possible to build this instrument using conductive paint following the same process. Make sure, however, that when the columns cross the rows, the paint from each doesn't touch.

  1. Paint the columns with conductive paint (Bare Conductive is good).
  2. Cover the columns with clear nail polish everywhere they will cross with rows (to make sure columns and rows are separated by a insulating/non-conductive layer)
  3. Paint the rows.

    Feel free to experiment with button design by painting different patterns!

Step 2: Connect Grid to MaKey MaKey

  1. Connect each row and each column to an alligator clips
  2. Connect the alligator clips to the to MaKey Makey Pins following this mapping:

Columns

  • 1 - pin D1
  • 2 - pin D0
  • 3 - down arrow pad
  • 4 - left arrow pad
  • 5 - pin A5
  • 6 - pin A4
  • 7 - pin A3
  • 8 - pin A2

Rows

  • a - pin D5
  • b - pin D4
  • c - pin D3
  • d - pin D2
  • e - click button pad
  • f - space button pad
  • g - right arrow pad
  • h - up arrow pad

Step 3: Make Music!

  1. After MaKey Makey has been reprogrammed, plug USB into computer.
  2. Open Scratch monome program.
  3. Connect your skin to ground on the MaKey MaKey.
  4. Touch the intersection of a row and a column to trigger a button.

Voila!!