‘SONAR’ using Arduino & ultrasonic distance sensor

Slides:



Advertisements
Similar presentations
What is Arduino?  Arduino is a ATMEL 168 micro-controller kit designed specially for small projects  User friendly IDE(Integrated Development Environment)
Advertisements

INTRODUCTION TO ROBOTICS AND MICROCONTROLLERS Instructors: Tijjani “TJ” Mohammed and Tarek Abdel-Salam.
Robotics Club, Snt Council2 The 3 Schools of Robotics: Mechanical Design – Types of motors – Material selection –
ELECTRICAL. Circuits Outline Power Hub Microcontroller Sensor Inputs Motor Driver.
How to Build a Digital-Physical System-Lab Assegid Kidané Fall 2014.
Introduction.
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
Basics of Sensors. A sensor is a device which is used to sense the surroundings of it & gives some useful information about it. This information is used.
Embedded Programming and Robotics
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
Getting started with interactive projects using the Arduino, Max and Processing.
Mobile Controlled Car Students : Tasneem J. Hamayel Hanan I. Mansour Supervisor : Dr.Aladdin.
Embedded System. What is an Embedded System? Computing systems embedded within electronic devices Hard to define – Nearly any computing system other than.
A Quick Introduction to Arduino and Sensors Philip C. Fulmer, PhD, CHP Francis Marion University Florence, SC.
CONTENTS Objective Software &Hardware requirements Block diagram Mems technology Implementation Applications &Advantages Future scope Conclusion References.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
EEE 499 GRADUATION PROJECT FIRST-MIDTERM PRESENTATION By Sedat ONATLI & Akbar SHADAKOV Supervisor : Prof.Dr. Arif NACAROĞLU.
Pulse-Width Modulation: Simulating variable DC output
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : SECTION: 02 1.
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
Arduino.
ARDUINO BASED UNDERGROUND CABLE FAULT DETECTION
Group 29 JUN SUNG LEE, JAE HYUN KANG
Obstacle avoiding robot { pixel }
Propeller Clock.
Scrolling LCD using Arduino.
AUTOMATIC TEMPERATURE CONTROLLED FAN USING 8051
SUBMITTED BY EDGEFX TEAM
ARDUINO BASED AUTOMATIC TEMPERATURE BASED FAN SPEED CONTROLLER
Home automation using Arduino & ‘PIR sensor’
ULTRASONIC DISTANCE METER USING 8051
Arduino BASED RFID Device Access
Automatic human detector garbage can.
cyBorg 1.0 Project by Team ROBOTECH The Green PAFIANS
MICROCONTROLLER BASED SPEEDOMETER CUM ODOMETER
SUBMITTED BY EDGEFX TEAM
Arduino Development for Beginners
Microcontroller Based Digital Code Lock
SUBMITTED BY EDGEFX TEAM
DIGITAL CALCULATOR USING 8051
OBJECTIVE AND FEATURES:
Arduino Part 1 Topics: Microcontrollers Programming Basics
SMART CARD ENABLED EMPLOYEE IDENTIFICATION FOR SECURITY PURPOSE
WALL DETECTOR ROBOT VEHICLE
Arduino - Introduction
Project guide B. SUBBULAKSHMI M. E Assistant Professor C. A. R
RAILWAY TRACK SNAP NOTIFICATION
AVR Microcontrollers Prepared By: Disha Ruparelia ( )
SUBMITTED BY EDGEFX TEAM
Arduino and Design of Embedded Applications
Arduino and Grove LET’S START.
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.
Introduction to Microprocessors and Microcontrollers
Subject Name: Microprocessors Subject Code:10EC46 Department: Electronics and Communication Date: /10/2018.
Introducing the PIC Mid-Range Family and the 16F84A
Elecbits Ultrasonic RADAR.
Sensors and actuators Sensors Resistive sensors
Manual Robotics ..
Device Fabrication & Components Conclusions and Future Advancements
Introduction to Arduino
Lab #1: Getting Started.
Arduino Board.
Arduino म्हणजे काय?.
Introduction to Arduinos
Pulse-Width Modulation: Simulating variable DC output
Automotive Technology Principles, Diagnosis, and Service
Presentation transcript:

‘SONAR’ using Arduino & ultrasonic distance sensor ©Copyright 2016 : make it or take it.in

Contents: Project overview. Software used. Block diagram. Components used Microcontroller. Power supply Arduino. Ultrasonic sensor Servo motor LCD display Potentiometer Software used. Circuit diagram. Working. Applications. Future scope. Conclusion. ©Copyright 2016 : make it or take it.in

SONAR the name itself suggests the aim of this project. Project overview: SONAR the name itself suggests the aim of this project. The project is designed to create a simple yet efficient system for detecting nearby objects like a SONAR system. RADAR and SONAR are both revolutionary concepts which have contributed in World War 2 radically. Similarly, this device is configured to detect objects at distances of up to 200cm accurately. This wide range is coupled with a servo motor for covering 180° widespan. ©Copyright 2016 : make it or take it.in

Block diagram: ©Copyright 2016 : make it or take it.in

Components used - Power supply: 7805 ©Copyright 2016 : make it or take it.in

Microcontroller used – AVR: AVR is a family of microcontrollers developed by Atmel. These are modified Harvard architecture & 8 bit RISC single-chip microcontrollers. AVR was one of the first microcontroller families to use on-chip flash memory for program storage, as opposed to one-time programmable ROM, EPROM, or EEPROM used by other microcontrollers at the time. AVR microcontrollers used in the Arduino board designs. The 8-bit Arduino used in this project is Atmega328p. ©Copyright 2016 : make it or take it.in

Atmega328p : Arduino/Genuino Uno is a microcontroller board based on the ATmega328p It has 14 digital input/output pins (of which 6 can be used as PWM outputs). 6 analog inputs are also available for input or output. Atmega328p runs at a 16 MHz clock cycle. ©Copyright 2016 : make it or take it.in

Arduino is a open source electronics community. It focuses on using microcontrollers in advance electronics by building microcontroller boards. These boards uses AVR series microcontrollers for processing and controlling. You can blink an LED or control an servo motor or even send or receive your twitter messages. ©Copyright 2016 : make it or take it.in

Servo Motor:              A servomotor is a rotary actuator or linear actuator that allows for precise control of angular or linear position, velocity and acceleration. It consists of a suitable motor coupled to a microcontroller for position feedback. Servo motors are small, have built-in control circuitry and have good power for their size. Servos are used in radio-controlled airplanes, a robot, or operating rudders, etc. ©Copyright 2016 : make it or take it.in

By recording the elapsed time the distance is calculated. Ultrasonic Sensor: As the name suggests, ultrasonic waves are used in this sensor. Also known as HC SR-04 ultrasonic sensor. An Ultrasonic sensor is a device that can measure the distance to an object by using sound waves. It measures distance by sending out a sound wave at a specific frequency and listening for that sound wave to bounce back. By recording the elapsed time the distance is calculated. ©Copyright 2016 : make it or take it.in

Liquid Crystal Display LCD (Liquid Crystal Display) is an electronic display module. A 16x2 LCD is very commonly used in various devices and circuits. A 16x2 LCD means it has 16 columns and 2 rows for displaying information. A command is given to LCD to do a predefined task like initializing it, clearing its screen, setting the cursor position, controlling display etc. The data sent to the LCD is in parallel combination i.e. by using D0 to D7 pins. ©Copyright 2016 : make it or take it.in

It is used to control the brightness of the LCD by connecting it at V0 Potentiometer A potentiometer, informally a pot, is a three-terminal resistor with a sliding or rotating contact that forms an adjustable voltage divider. Potentiometers consist of a resistive element, a sliding contact (wiper) that moves along the element, making good electrical contact with one part of it, electrical terminals at each end of the element, a mechanism that moves the wiper from one end to the other, and a housing containing the element and wiper. The potentiometer available are of multiple ranges, in this project the potentiometer used is an 10KΩ It is used to control the brightness of the LCD by connecting it at V0 ©Copyright 2016 : make it or take it.in

Unlike them the Arduino software is an all-in-one design. Software used: Microcontrollers mostly use different software's from compiling code or to creating a ‘hex file’ till making its PCB ( Printed Circuit Board ). Unlike them the Arduino software is an all-in-one design. The Arduino Integrated Development Environment - or Arduino Software (IDE) - contains a text editor for writing code, a graphic window (Serial Monitor), a text console, a toolbar with buttons for compiling the code . Also, it connects to the Arduino hardware to upload programs and communicate with them. ©Copyright 2016 : make it or take it.in

Circuit Diagram: ©Copyright 2016 : make it or take it.in

Working: SONAR stands for ‘Sound Navigation & Ranging’. This project is constructed in order to detect any incoming object in the vicinity. For this process a HC SR-04 is mounted on top of a servo motor. The servo motor covers the angle of upto 180°. The servo is rotated at an angle of 5° every second The sensor when detects an object it sends signal to the Arduino which includes the distance at which the obstacle is detected. This result is updated every second on the LCD screen. The process of sending data to the Arduino and displaying it is repeated continuously over the period. ©Copyright 2016 : make it or take it.in

Applications: ©Copyright 2016 : make it or take it.in

Future Scope: ©Copyright 2016 : make it or take it.in

Conclusion: Being a miniature design of the actual SONAR system this project has helped us a lot to understand the SONAR being used in submarines or different applications. Due to easy distance calculation of the surrounding, this project can contribute largely and efficiently in many future endeavours. ©Copyright 2016 : make it or take it.in

Thanking You ©Copyright 2016 : make it or take it.in