Difference between revisions of "Playing sound (with the MP3 shield) & pressure plates"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Intro ==
 
== Intro ==
 
+
<br>
 
In this tutorial we will be attaching three pressure plates '''or''' ''button'' to an Arduino. When the pressure plate is activated the Arduino plays a .MP3 file.
 
In this tutorial we will be attaching three pressure plates '''or''' ''button'' to an Arduino. When the pressure plate is activated the Arduino plays a .MP3 file.
  
 
== Requirements ==
 
== Requirements ==
 
+
<br>
 
Arduino Uno (+ usb cable)<br>
 
Arduino Uno (+ usb cable)<br>
 
Micro SD card (this stores the .MP3 files)<br>
 
Micro SD card (this stores the .MP3 files)<br>

Revision as of 16:07, 30 January 2018

Intro


In this tutorial we will be attaching three pressure plates or button to an Arduino. When the pressure plate is activated the Arduino plays a .MP3 file.

Requirements


Arduino Uno (+ usb cable)
Micro SD card (this stores the .MP3 files)
Sparkfun MP3 player shield (available for rent at the Interaction Station)
Pressure plates or buttons (available for rent at the Interaction Station)
An active speaker or headphones
MP3 files

Getting ready


Step 1:
Make sure you have downloaded the Arduino IDE for the uploading the code to the Arduino board. If you don't have it, please go to https://www.arduino.cc/en/Main/OldSoftwareReleases , click on your operating system followed by pressing the 'just download' button. Install the software on your computer, but don't open it yet! If it opens automatically, don't worry, just close it.