Skip to content

BareConductive/touch-mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bare Conductive

Bare Conductive Touch MP3 Demo Code

Simple touch-to-MP3 code for the Bare Conductive Touch Board.

You need twelve MP3 files named TRACK000.mp3 to TRACK011.mp3 in the root of the microSD card.

When you touch electrode E0, TRACK000.mp3 will play. When you touch electrode E1, TRACK001.mp3 will play, and so on.

SD card    
│
  TRACK000.mp3  
  TRACK001.mp3  
  TRACK002.mp3  
  TRACK003.mp3  
  TRACK004.mp3  
  TRACK005.mp3  
  TRACK006.mp3  
  TRACK007.mp3  
  TRACK008.mp3  
  TRACK009.mp3  
  TRACK010.mp3  
  TRACK011.mp3  

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.

About

Bare Conductive MPR121 Touch-to-MP3 Example Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages