Elecbits Ultrasonic RADAR.

Slides:



Advertisements
Similar presentations
LabView Basics.
Advertisements

Mechatronics’ Project
GPS Robot Navigation Critical Design Review Chris Foley, Kris Horn, Richard Neil Pittman, Michael Willis.
Don’t Bump into Me!. 1. How do bats sense distance? 2. Describe how bats sense distance in a “stimulus-sensor-coordinator-effector- response” framework.
Applied Control Systems Robotics & Robotic Control
LEGO Mindstorms NXT Introduction. Component NXT Brick Touch Sensor Light Sensor Ultrasonic Sensor Interactive Servo Motors MMN Lab.
Problem Statement Discussion Electromania
HEXAPOD ROBOT MINI PROJECT B-TECH ELECTRONICS AND COMMUNICATION ENGINEERING SIXTH SEMESTER ASWATHY.K RANJITH.R SREELAKSHMI.M SREEYENAN.E.K GUIDE Ms.Sreebala.P.
Mobile Controlled Car Students : Tasneem J. Hamayel Hanan I. Mansour Supervisor : Dr.Aladdin.
Wall-E Prototype I Team 1 Xin Jin
Self Parking Lara Sabah Yaqeen Salatneh Dr.Ashraf Armoush
Amr Eshak, Amadou Bah, Michael Estevez
Juan David Rios – Graduate Student ECE IMDL FALL 2012 Dr. A. Antonio Arroyo - Eric M. Schwartz November 29/2012.
Roaming Security Robot Ruslan Masinjila Aida Militaru.
專題 TYWu. Project 1 Function –Spiral Light Show Grade: 60~65 Components –LED Array –Arduino UNO Maximum Team Number –2.
IMDL Presentation by Li. Park Ranger Subtitle Park Ranger Block Diagram Mega 2560 Arduino Tmp Sensor Humidity Sensor XBEE LCD Buzzer LaptopGUI Motor.
ECE477 Senior Design Android street car Team 12 Libo Dong 1.
Obstacle Detection. In the previous program the robot moves forward and then checks for something in the way. As we observed it only checks for things.
Multipurpose Keychain ECE 445 Senior Design Junting Lou Yaming Tang Lida Zhu TA: Rajarshi Roy Project No. 11 Fall 2012.
EEE 499 GRADUATION PROJECT FIRST-MIDTERM PRESENTATION By Sedat ONATLI & Akbar SHADAKOV Supervisor : Prof.Dr. Arif NACAROĞLU.
Forward Until Near Stop when near a wall.
PARKING GARAGE CAPACITY MONITOR Austin Fullbright Harry Hughes Garrett Massman.
Problem 5.6 million accidents 34,000 fatalities 2,632,000 injuries 90% >30 MPH 25,000 fatalities Makes roadway usage inefficient!  Wasted fuel consumption.
Problem 5.6 million accidents 34,000 fatalities 2,632,000 injuries 90% >30 MPH 25,000 fatalities Makes roadway usage inefficient!  Wasted fuel consumption.
CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : SECTION: 02 1.
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),
Smart Parking Application
Obstacle avoiding robot { pixel }
Metal Detector Robotic Vehicle
Scrolling LCD using Arduino.
DHT 11 Sensor Connect the sensor with Arduino board like picture below. Download DHT11 Sensor library from
ANTI-COLLISON AND BRAKING SYSTEM
Don’t Bump into Me! Presentation > TeachEngineering.org
ULTRASONIC DISTANCE METER USING 8051
Automatic human detector garbage can.
Smart Car to reduce risk of accident
WALL DETECTOR ROBOT VEHICLE
Introduction To Programming with LEGO NXT 2
How an Ultrasonic Range Finder works
‘SONAR’ using Arduino & ultrasonic distance sensor
Physical Computing: Glove controller for Unity
Rotate the triangle, 900 clockwise, about the centre of rotation.
IMDL Presentation by Li Yang.
Introductory Presentation
SAFE (Smart Agency For Entities)
Robotics Club 2016 Welcome to the future.
Motors and Sensors Large Motor
POLAR COORDINATES Point P is defined by : P    .
Elecbits.
Holyoke Codes LEGO ROBOTICS
Elecbits.
Bluetooth operated Arduino Controlled Car
XBEE CONTROLLED DC MOTORS
ELECBITS FAULT DETECTOR.
Dummy Arm Team 4 Wudi Zhou.
Elecbits Self-Balancing Robot.
Elecbits.
Elecbits Project: IoT based Smart Dustbin
Rotate Around (0,0) By 180 Stretch Scale factor ½ In x and y directions Stretch Scale factor 2 In x and y directions Reflect In line y=x Stretch Scale.
Gesture Controlled Robot
Device Fabrication & Components Conclusions and Future Advancements
Elecbits.
CONTROL OF MOBILE ROBOT
Coding Edbot Dream with Scratch
Elecbits.
Using An Ultrasonic Sensor to Find An Object on a Coordinate Grid
Obstacle Detection.
Prepared by : TOLERA TAMIRU SAMSON NIGUSE Microcontroller based Fire Fighting Robot.
Applying Manufacturing Concepts to an Arduino Robot Samantha Brady, Kathryn Goldner, Emily Skowfoe, Abbigail Young Advisor: Oscany Rodriguez-DeJesus College.
Autonomous Delivery Robot
Presentation transcript:

Elecbits Ultrasonic RADAR

Description Arduino UNO is Brain of this Project. Ultrasonic RADAR consist of few Components like HC- SR04(Ultrasonic Sensor), SG-90(Servo motor), 16X2 LCD. Ultrasonic RADAR displays Polar Coordinates of Object(s) on LCD. Servo motor is responsible for 180° clockwise and Anti-Clockwise Rotation. Ultrasonic Sensor measures distance of object from it.

Block Diagram

Working Ultrasonic RADAR works by measuring distance with Ultrasonic Module and angle by servo motor’s feedback system. Ultrasonic Sensor first emits a burst of ultrasonic soundwave and then this soundwave reflects back from object and piezo crystal in Ultrasonic Module receives it and by measuring time between arrival and departure of soundwave we can measure distance between object and Ultrasonic sensor. Arduino UNO calculates Distances and angles and print it on 16X2 LCD.

Applications Used to measure the obstacle distance. This system used in automotive parking sensors and obstacle warning systems. Used in terrain monitoring robots. Military surveillance. Meteorologists use radars to track storms

Thank You