/touch-mp3

Bare Conductive MPR121 Touch-to-MP3 Example Code

Primary LanguageArduino

Bare Conductive

Bare Conductive Touch MP3 Demo Code

Simple touch-to-MP3 code for the Bare Conductive Touch Board. Touch electrode 0, TRACK000.MP3 plays from the micro SD card. Touch electrode 1, TRACK001.MP3 plays from the micro SD card, and so on. This is the code that ships with the Touch Board.

Requirements

Install

  1. Close the Arduino IDE if you have it open.

  2. Download the .zip or clone the repository to your local machine - if downloading the .zip, extract the contents somewhere that suits you.

  3. Take the Touch_MP3 folder and move it to Arduino Sketchbook Folder. This will be different for each operating system:

    Windows

    Libraries\Documents\Arduino

    or

    My Documents\Arduino

    Mac

    Documents/Arduino

    Linux (Ubuntu)

    Home/Arduino

    If this folder does not exist, create it first.

  4. Reopen the Arduino IDE - you should now be able to open the sketch in the File -> Sketchbook menu.