Touch Board

From Interaction Station Wiki
Revision as of 13:30, 23 January 2023 by Annasa (talk | contribs)
Jump to navigation Jump to search

What is the Touch Board?

Touchboard.png


Some links about it

close up

the kickstarter project

Kitchen drums

The bare board

Interactive sound wall

Changing the sounds of the board

Use the Touch Board to play sounds

The Touch Board has a practical SD card reader, enabling us to upload sounds in MP3 format. You can follow Changing the sounds of the board this instructions to change the sounds on the board.
You can use your own sounds, or download mp3 files from freesound


Here you can find a list of websites where you can find copyright free and ready to use sounds:

NB. Files can be converted by VLC or online, in case they are not in mp3 format.

Setting up your Touch Board with the Arduino Installer

The touch board can be programmed on the Arduino IDE software. In order to do so it is first required to install some dependencies that make you able to work with the Touch Board. You can find the instructions here.
Once you completed the instructions you can check whether the library has been installed correctly by opening your Arduino IDE and go to:
File --> Sketchbook --> Touch Board Examples
Touch install.png
You should be able to find already a bunch of example code you can use and modify to make it your own. To play MP3 files from the SD card when touching the sensors you can use Touch_MP3. You can also use the touch board as a keyboard with the HID_keyboard sketch.

Making Distance Sensors: trigger the Touch Board with proximity

Proximity sensor

HID keyboard

Hold electrode to play sound / Play only when touched

Hold_To_Play_Code

Download this library

Polyphonic Playback

Bare touch board with Soundplant