Difference between revisions of "Touch Board"
Line 1: | Line 1: | ||
+ | |||
+ | =What is the Touch Board?= | ||
+ | |||
[[File:Touchboard.png| 600px]] | [[File:Touchboard.png| 600px]] | ||
− | |||
− | == | + | ===Some links about it=== |
[https://www.generationrobots.com/media/TouchBoard_PinMap_AW3.pdf close up] | [https://www.generationrobots.com/media/TouchBoard_PinMap_AW3.pdf close up] | ||
Line 16: | Line 18: | ||
[https://www.bareconductive.com/make/changing-the-mp3s-on-the-micro-sd-card/ Changing the sounds of the board] | [https://www.bareconductive.com/make/changing-the-mp3s-on-the-micro-sd-card/ 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 [https://www.bareconductive.com/make/changing-the-mp3s-on-the-micro-sd-card/ Changing the sounds of the board this instructions] to change the sounds on the board. | |
− | [https://www.bareconductive.com/make/changing-the-mp3s-on-the-micro-sd-card/ Changing the sounds of the board] | ||
<br> | <br> | ||
You can use your own sounds, or download mp3 files from [https://freesound.org/ freesound] | You can use your own sounds, or download mp3 files from [https://freesound.org/ freesound] | ||
− | |||
<br> | <br> | ||
+ | Here you can find a list of websites where you can find copyright free and ready to use sounds: <br> | ||
+ | * https://freesound.org/<br> | ||
+ | * https://www.nasa.gov/connect/sounds/index.html<br> | ||
+ | * archive.org https://archive.org/details/audio<br> | ||
+ | * youtube.com/audiolibrary - https://support.google.com/youtube/answer/3376882?hl=en-GB<br> | ||
+ | * https://sound-effects.bbcrewind.co.uk/<br> | ||
+ | * https://soundbible.com<br> | ||
+ | * https://www.soundjay.com/<br> | ||
+ | * https://free-loops.com/<br> | ||
+ | * https://www.freesoundslibrary.com/<br> | ||
+ | * https://sound-effects.bbcrewind.co.uk/<br> | ||
− | + | 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== | ==Setting up your Touch Board with the Arduino Installer== |
Revision as of 12:30, 23 January 2023
What is the Touch Board?
Some links about it
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:
- https://freesound.org/
- https://www.nasa.gov/connect/sounds/index.html
- archive.org https://archive.org/details/audio
- youtube.com/audiolibrary - https://support.google.com/youtube/answer/3376882?hl=en-GB
- https://sound-effects.bbcrewind.co.uk/
- https://soundbible.com
- https://www.soundjay.com/
- https://free-loops.com/
- https://www.freesoundslibrary.com/
- https://sound-effects.bbcrewind.co.uk/
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
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.