Audio tools with Arduino

Slides:



Advertisements
Similar presentations
Book Port Plus Finding Existing Titles and Sending New Content Presented by Maria E. Delgado.
Advertisements

Royalty Free Music for Schools Do You Have the To Do a Podcast?
Audacity: a step-by-step tutorial Presented by: Terry W. Hoffland.
And cheap, yes! River Falls, WI October 30, 2010 Saint Cloud State University, MN.
Beginning Arduino Session 2 AN INTRODUCTION TO HACKING THE WORLD’S MOST POPULAR MICROCONTROLLER PLATFORM
Where I am saving it Double click on the folder that says “My Music” so that it shows in the Save In box. Double click on the folder “Sound bites”
Arduino. Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open-source.
By Jakob DeJarnett Fast Facts Germany company developed idea of Mp3 in 1987 Germany presented the technology in the U.S. in 1996 MPEG=Moving.
                      Digital Video 1.
TechKnowTone Contents: Servo Features Servo Connections Coding Library Sample Sketch Questions …Applications… Arduino Coding – Servo Motors.
SKY-PEak: BRIDGING SKYPE Jamie Caudill Eastern Kentucky University.
Arduino. What is it? A open-source software suite and single-board microcontroller. Allows easy and affordable prototyping of microcontroller applications.
Arduino 101 Instructors: Ted Markson / Jim Sweeney.
Lonce Wyse Arts and Creativity Lab National University of Singapore Net-Music 2013: The Internet as Creative Resource in Music.
Podcasting The Basics. The How To! Requirements –Microphone Blue Tooth Headset USB Headset Built in Mic –Laptop/computer –Software Audacity Lame File.
Unit 01 - Set up and operate a digital audio workstation.
A Quick Introduction to Arduino and Sensors Philip C. Fulmer, PhD, CHP Francis Marion University Florence, SC.
MIDI Controller By: Ronal Inga Jeyner Cespedes. Musical Instrument Digital Interface is a computer language that allows communication with other devices.
Arduino Programming Part 6: LCD Panel Output ME 121 Portland State University.
Infrared Proximity Sensors & Liquid Crystal Display Instructor Dr Matthew Khin Yi Kyaw.
HW & SW Overview  What’s UNO  Hardware  Specification  Installing IDE  Programming  Compiling.
Partners: Zayira Vasquez Frantz St Valliere Lucy Lin.
Load Monitoring For Fleet Vehicles Dan Hanns Anant Agarwal ECE 445 Senior Design Project.
CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : SECTION: 02 1.
Introducing the Arduino Uno Presented by Dave Mawdsley, DACS Member, Linux SIG Member (wiring, programming and running a cute traffic light simulation)
Using a SparkFun™ serial LCD with an Arduino
Having fun with code, using Arduino in a middle school CS classroom
Arduino - Introduction
Arduino.
Microcontrollers A microcontroller is a small computer which interacts with its environment, e.g switches, sensors, lights, motors It does not have.
Getting Started with Dreamweaver
Getting Started: Building & Programming
Smart Newton Car By: Hui Zhu.
Arduino Uno – controlling LED strips
By Rick Darby Sponsors: Geekspace Gwinnett The WorkSpot
simple example program to control a DC-Motor
Breadboards and LED’s with Arduino
Marking the Most of the Web’s Resources
Dr. Kyung Eun Park Summer 2017
More on LED’s with Arduino
If you want to swing an robot arm or …
Audacity Presented by Carrie Walter
CPU FAN RPM MEASUREMENT WITH HALL EFFECT SENSOR
Sound Effects with Arduino
Enable Talk Prepared By: Alaa Mayyaleh Shurouq Abu salhiah.
cyBorg 1.0 Project by Team ROBOTECH The Green PAFIANS
An Arduino Workshop A Microcontroller.
Program the robotic arm
Why Podcast? Why Not!.
Arduino Development for Beginners
بسم الله الرحمن الرحيم.
Arduino - Introduction
How does it do that? Introducing Computer Software
Introduction to Arduino Microcontrollers
Introduction to Arduino Microcontrollers
Overview Implement a Haptic Base Station Software
Arduino and Design of Embedded Applications
Arduino and Grove LET’S START.
"You don't need anyone's permission to make something great
Introducing the Arduino Uno
Arduino and the Web.
Sensory perception with Arduino
Getting Started with Dreamweaver
Enable Talk Prepared By: Alaa Mayyaleh Shurouq Abu salhiah.
Having fun with Arduino
Aeroponic Engineering and Vertical Farming
Arduino Leonardo Setup
Arduino and Grove LET’S START.
Graphing Using Processing
Introduction to Arduino IDE and Software
Presentation transcript:

Audio tools with Arduino A Microcontroller

Mozzie http://sensorium.github.io/Mozzi/

Blurb from the Mozzie web site Currently your Arduino can only beep like a microwave oven. Mozzi brings your Arduino to life by allowing it to produce much more complex and interesting growls, sweeps and chorusing atmospherics. These sounds can be quickly and easily constructed from familiar synthesis units like oscillators, delays, filters and envelopes. You can use Mozzi to generate algorithmic music for an installation or performance, or make interactive sonifications of sensors, on a small, modular and super cheap Arduino, without the need for additional shields, message passing or external synths

Libraries Libraries are a collection of code that makes it easy for you to connect to a sensor, display, module, etc. For example, the built- in LiquidCrystal library makes it easy to talk to character LCD displays. There are hundreds of additional libraries available on the Internet for download. The built-in libraries and some of these additional libraries are listed in the reference. To use the additional libraries, you will need to install them. Download from Mozzi (top right hand side) To add a zipped file <Sketch>, <include library>, <add .Zip library> <Sketch>, <include library>, <Manage Library>, <Mozzi>

Mozzi web site Go to examples Explore some of the sketches

Mozzi output To hear Mozzi, connect a 3.5mm audio jack with the centre wire to the PWM output on Digital Pin 9 on Arduino, and the ground to the Ground on the Arduino. Use this as a line out which you can plug into your computer and listen to with a sound program like Audacity. 

Audacity http://www.audacityteam.org/

Audacity With this software you can modify sound files Use Mozzi to generate sounds Use Audacity to modify them Explore, see what you can come up with. This lesson is more about introducing you to these tools so that if you wish to more in this field you know where to start