Kristina Makarova Yoko Ishioka Burt Carter Carlos Rios team.

Slides:



Advertisements
Similar presentations
MM Player Supervised by: Dr. Luai Malhis. Prepared by: Mustafa Assaf & Mahmoud Musa.
Advertisements

What is Arduino?  Arduino is a ATMEL 168 micro-controller kit designed specially for small projects  User friendly IDE(Integrated Development Environment)
Dr. Ashraf Armoush Supervisor Oday Jihad IbrahimTariq Ziad Yameen.
Measuring Distance with Sound Waves. You are driving and need to determine the distance between your car and the car in front of you. Come up with a way.
CSE466 Autumn ‘00- 1 System Functional Requirements  Children’s toy…comes with PC software. Child plays notes on the screen and the device makes corresponding.
PING))) Ultrasonic Distance Sensor living with the lab ultrasonic pressure waves from PING))) speaker The PING))) sensor emits short bursts of sound and.
Team 5 Ergonomic Sensor for PC Users Brian Dharmanto, Tam Hoang, Ahmed Almulhim, John Chhokar.
SONAR SOund NAvigation Ranging By Dale Williams Tech Topic 12/1/04.
Introduction.
1 Ultrasonic Distance Sensor. 2 How it Works The distance sensor emits short bursts of sound and listens for this sound to echo off of nearby objects.
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
Graphic Equalizer Table By Jose Lerma. Main Idea The main idea of this table is to display the frequencies of any sound or audio input, either by microphone.
Little arduino microcontrollers Meghan Jimenez 12 February 2014.
Component research Nick Klein. Ultrasonic Parallax sensor – A single I/O pin is used to trigger an ultrasonic burst (well above human hearing) and then.
Android ADK based app for offer making based on location and activity reporting John Waters.
Department of Electronic & Electrical Engineering Embedded system Aims: Introduction to: Hardware. Software Ideas for projects ? Robotics/Control/Sensors.
Sensors Material taken from Robotics with the Boe-Bot.
Final Project Ping))) Characterization
Song Pro Retro Alex Harper. Contents of Presentation Inspiration Basic Concept Speaker Module.sng file structure Song Pro Retro: Light Song Pro Retro:
Program ultrasonic range sensor in autonomous mode
PING))) Ultrasonic Distance Sensor living with the lab ultrasonic pressure waves from PING))) speaker The PING))) sensor emits short bursts of sound and.
Ryan Courtney Senior Design II Advisor: Junkun Ma.
DLS Digital Controller Tony Dobbing Head of Power Supplies Group.
Minimal Movement Interactive Entertainment Unit Michael Lorenzo, Ryan Kelly, Chase Francis, Ernie Wilson Faculty Advisor: Prof. Neal Anderson Department.
Arduino 101 Instructors: Ted Markson / Jim Sweeney.
Group 2: Parking Garage Monitoring System (PGMS) Matt Downes Stephen Osborn Anup R. Daniel Pawanjit S. Chawla.
Sensors Material taken from Robotics with the Boe-Bot.
Overview What is Arduino? What is it used for? How to get started Demonstration Questions are welcome at any time.
Material taken from Robotics with the Boe-Bot
Kristina Makarova Yoko Ishioka Burt Carter Carlos Rios team.
Introduction to Arduino Microcontrollers. What is a Microcontroller ? What is a Microprocessor ? A Microcontroller (8 bit) does one task very fast and.
 The TenCup Entertainment Table is an interactive table that enhances the game-play experience of Beirut for both the player and the spectator.
OBSTACLE AVOIDANCE ROBOT
智慧電子應用設計導論(1/3) Arduino MEGA 2560
RTLS. LOCATING / POSITIONING SYSTEMS A positioning system is a mechanism for determining the location of an object in space Interplanetary systems Global.
PHY 235 Robotics Workshop Day 5 Distance Sensing Using The Ultrasonic Ping Sensor.
V f λ.
Istituto Tecnico Industriale A.Monaco EURLAB Object Detection Object Detection by Ultrasonic How to install and program a ultra sonic sensor with Arduino.
By.  The main aim of this project is to get information about the condition of the baby, which is in ICU through blue tooth medium.  In earlier days,
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
Components of Mechatronic Systems AUE 425 Week 2 Kerem ALTUN October 3, 2016.
ARDUINO UNO The Arduino uno is a microcontroller board based on the ATmega328. It has 14 digital Input / Output pins (of which 6 can be used as PWM outputs),
Having fun with code, using Arduino in a middle school CS classroom
Fan Assembly Driven by Magnetic Fields
Microcontrollers A microcontroller is a small computer which interacts with its environment, e.g switches, sensors, lights, motors It does not have.
Obstacle avoiding robot { pixel }
Lucas Dias and Fabio Mantelli
TOXIC CHEMICAL LEVEL MEASUREMENT IN A TANKER BY ULTRASONIC MEANS
Home automation using Arduino & ‘PIR sensor’
Ultrasonic Rangefinder
ULTRASONIC DISTANCE METER USING 8051
Automatic human detector garbage can.
Ultrasonic Distance Sensor
Programming – Using a Range Finder
WALL DETECTOR ROBOT VEHICLE
How an Ultrasonic Range Finder works
‘SONAR’ using Arduino & ultrasonic distance sensor
Directional Driver Hazard Advisory System
Arduino and Design of Embedded Applications
Maxbotix Ultrasonic Distance Sensor
Ultrasonic Distance Sensor
Programming – Using a Range Finder
Introduction to Arduino
Arduino Board.
Arduino म्हणजे काय?.
Phased Speaker Array : Phase of Our Lives
Presented By,  Mamata Yadav (BE Elex & Comm.) Vice R&D Coordinator(HW), PCRT  Payal Shah (BE Elex & Comm.)  Ananta Das (BE Elex & Comm.) R&D Team,PCRT.
Sound Waves and Ultrasound
Ultrasonic Distance Sensor
Presentation transcript:

Kristina Makarova Yoko Ishioka Burt Carter Carlos Rios team

Progress and Arduino Boards

Cemented game play Ordered materials Composing songs Working on display/board designs yishioka3/final/presentation2.s wfhttp:// yishioka3/final/presentation2.s wf Progress...

Game Perspective What makes Twister fun? How to incorporate it into AudioPile? Twister Game Research

Display screen demo and explain Describe new board design and construction Modified Game Play...

Arduino Boards It's time to learn...

Arduino is a physical computing platform based on a simple I/O board and a development environment that implements the Processing/Wiring language. Arduino can be used to develop stand-alone interactive objects or can be connected to software running on a computer (e.g., Adobe Flash, Processing, Max/MSP, Pure Data, SuperCollider). (Wikipedia) What is Arduino?

Hardware Components Atmel AVR microcontroller 5-volt linear regulator 16MHz crystal oscillator or ceramic resonator

Wave Shield Add music to Arduino onboard DAC, filter and op-amp uses SD/MMC cards Can play.wav files up to 22KHz, 12bit Hardware Components

What can it do? Ping Ultrasonic Range Finder ultrasonic range finder from Parallax detects distance of the closest object in front of the sensor (up to 3m). works by sending out a burst of ultrasound and listening for the echo when it bounces off of an object.

How does it really work? The Arduino board sends a short pulse to trigger the detection, then listens for a pulse on the same pin. The duration of this second pulse is equal to the time taken by the ultrasound to travel to the object and back to the sensor. Using the speed of sound, this time can be converted to distance.

What else? It reads input from piezo speakers to play melodies by sending a square wave of the appropriate frequency to the piezo which generates the corresponding tone. The calculation of the tones is made following the mathematical operation: timeHigh = period / 2 = 1 / (2 * toneFrequency)

Different Tones NoteFrequencyPeriodtimeHigh C261 Hz D294 Hz E329 Hz F349 Hz G392 Hz A440 Hz B493 Hz

Memory Flash 16k bytes (of which 2k is used for the bootloader) SRAM 1024 bytes EEPROM 512 bytes

ature=related Uses