MaKey MaKey Shield for Arduino

MaKey Makey is a project created byΒ Eric Rosenbaum und Jay Silver. It’s an Arduino based keyboard. A very special keyboard, because you can use apples, bananas or Play Doh as keyboard keys. Sounds strange, but it works very well.

How it works:

MaKey MaKey Shield for Arduino

The trick is using a very high resistor on the Arduino input (10..50MOhm). That is Mega Ohms not Milli Ohms! This big resistor is connected from the Input to VCC. The second resistor is build from the apple and the finger which touches the apple and the resistor of the human body that is holding the ground cable. More or less its a simple voltage divider. When you touch the apple, the contact will be recognised as closed and the programmed keyboard or mouse event will be send to the PC.

How to build it:

The originalΒ MaKey Makey is using the ATmega32U4, the same processor as the Arduino LeonardoΒ is using. The newer Arduino boards like Arduino Uno, Due or Mega use a smaller version of this chip family like the ATmega16U2 or 8U2 as USB serial interface. This Processor family can also be programmed as USB HID Devices and act like a keyboard or mouse. So it will work with every program/game that can be contolled with a keyboard/mouse. The older Arduinos using the FTDI chip will not work. I have been used an Itead Leonardo for this project.

MaKey MaKey Shield for Arduino Schematic

The schematic is really simple, based on the original schematic. You will just need a 10..50MOhm resistor on each input pin. I use 2 x 10MOhm which is easier to get at the local electronics shop.

For testing the schematic without bananas each contact is made of copper foil. This give a good contact for the alligator clips, too.

 

[box color=”#985D00″ bg=”#FFF8CB” font=”verdana” fontsize=”14 ” radius=”20 ” border=”#985D12″ float=”right” head=”Major Components in Project” headbg=”#FFEB70″ headcolor=”#985D00″]Arduino[/box]

For more detail: MaKey MaKey Shield for Arduino

About The Author

Scroll to Top