Sound Effects with Arduino

Slides:



Advertisements
Similar presentations
Bits and Bytes + Controlling 8 LED with 3 Pins Binary Counting and Shift Registers.
Advertisements

Re-programming the Simon Says with Arduino Linz Craig, Brian Huang.
Living with the Lab Using Your Arduino, Breadboard and Multimeter EAS 199A Fall 2011 Work in teams of two!
Beginning Arduino Session 2 AN INTRODUCTION TO HACKING THE WORLD’S MOST POPULAR MICROCONTROLLER PLATFORM
Introduction.
Embedded Programming and Robotics
Image of Arduino. Arduino discussion Address issues with circuit walk-through – Electricity, Programming, Arduino Concepts Work on BeatTable (next week)
Dean Brock, Rebecca Bruce and Susan Reiser, CCSC SE 2009 Using Arduino Material taken from Todbot blog Bionic Arduino Todbot blog Bionic ArduinoTodbot.
Human Sensing Beam Low resolution image and Sound Image 8 x 8 pixels Sound: 8 notes in an octave (13) GFU&feature=relmfu.
Working with Arduino: Lesson #4: Servos EGN1007. Learning Goals Learning Goals: The student will be able to: 1.Build a complete circuit using the Arduino.
Kristina Makarova Yoko Ishioka Burt Carter Carlos Rios team.
Tweaking Your Simon Adding a photoresistor and changing code Instruction by Pete Lewis and Linz Craig.
Lesson 2 How do electric circuits work?. Electric Circuits You know that electric circuits only work when the circuit is closed. OPEN.
Define static electricity and describe where the spark comes from.
Circuits, Systems, & the Arduino. Challenge: Make the bulb light up! -Make observations and explain why it has the setup it does? - What are the components.
1 - Remove LED from 13 and GND - Bring out your breadboard from HW#4 Arduino Overview:
MAKE: AN ELECTRONICS WORKSHOP
Microcontroller basics Embedded systems for mortals.
Bdps 2 Lecture 2. Circuits and Ohm's Law For resistive circuits.
ME 120: Arduino Programming Arduino Programming Part 1 ME 120 Mechanical and Materials Engineering Portland State University
Having fun with code, using Arduino in a middle school CS classroom
Arduino.
Servo’s and Motor’s with Arduino
Getting Started: Building & Programming
Welcome to Arduino A Microcontroller.
By Rick Darby Sponsors: Geekspace Gwinnett The WorkSpot
Breadboards and LED’s with Arduino
Dr. Kyung Eun Park Summer 2017
More on LED’s with Arduino
Audio tools with Arduino
BCS: Learning | tests | notes Imedia: sound project | early stages
Introduction to the Arduino
connect a DC-Motor with an arduino
Running your own web server
Standard Genie E18 Circuit
An Arduino Workshop A Microcontroller.
Welcome to Arduino A Microcontroller.
Lesson Concept: Using Rectangles to Multiply
Sensors with Arduino A Microcontroller.
LCD’s with Arduino A Microcontroller.
LAB #1 Introduction Combinational Logic Design
ARDUINO     What is an Arduino? Features 14 Digital I/O pins 6 Analogue inputs 6 PWM pins USB serial 16MHz Clock speed 32KB Flash memory 2KB SRAM.
Continuing with LED’s and Arduino
Music Cards Music Cards
Create a paper craft for any object that makes a sound
using the Arduino to make LEDs flash
Music Cards Music Cards
ChromeDuino Create Arduino-compatible sketches on Chromebook or in Chrome browser! Available on Chrome web store Easy setup!!!
BBC Microbit.
Music Cards Music Cards
Welcome to Digital Electronics using the Arduino Board
Last of the LED’s and Arduino
Sensory perception with Arduino
Music Cards Music Cards
Music Cards Music Cards
Intro to Micro Controllers
Multiplexing seven-segment displays
Having fun with Arduino
Music Cards Music Cards
Aeroponic Engineering and Vertical Farming
Music Cards Music Cards
Arduino Leonardo Setup
Lab #1: Getting Started.
Arduino Uno circuit basics
Introduction to Arduino
Intro to Arduino Part 2 The Breadboard
Music Cards Music Cards
Music Cards Music Cards
Music Cards Music Cards
Buttons.
Presentation transcript:

Sound Effects with Arduino A Microcontroller

More free form setup Plug a piezo electric speak in It needs a GND and power, which it will draw from a Pin, in this case pin 13 , 9 and 8 in the diagram We can add multiple speakers as required, as long as the pin is specified in the sketch and connected as such We just need one to start with

Blink test repurposed As mentioned at the end of the last lesson names are handles for people to read and make sense of We can repurpose code and apply its concepts to other functions <File>, <Examples>, <0.1 Basics>,<Blink> We will get a regular pulse/beat sound out of the speaker

Tone melody <File>, <Examples>, <02. Digital>, <tonemelody> Read it, where is the speaker to be plugged into? Pin 8 and GND Can you modify the tune? How? If you have worked it out explain it to a friend Try modifying the code to get a different tune/tone(s) Got it? Try tone multiple if you are ahead of the others

Tone multiple <File>, <examples>, <02 Digital>, <tonemultiple> Try 3 speakers (so you will need to do this in a small group) Where are they connected to? Read the Script

Another one to explore <File>, <Examples>, <SIK_Guide_Code_32>, <Circuit_11> It should be no trouble to pick which pin to use

Star wars tune – look it up and try it http://www.instructables.com/id/How-to-easily-play-music-with- buzzer-on-arduino-Th/ http://forum.arduino.cc/index.php?topic=259450.0

Explore Play with the tones and tunes See what you can modify, experiment and play