24
MAJOR PROJECT PRESENTATION ON ULTRA SONIC BASED NEVER FALLING ROBOT. GUIDE: DR. B. VISVESVARA RAO Professor & HOD Adithya.R ………………...….11E31A0401[ECE-A IV Year] A.Sindhu Reddy………….…11E31A0402[ECE-A IV Year] Anirudh Kulkarni…………..11E31A0403[ECE-A IV Year] A.Bhanuteja………………….11E31A0404[ECE-A IV Year] B.Bharath Kumar Reddy…11E31A0405[ECE-A IV Year]

ULTRA SONIC BASED NEVER FALLING ROBOT

Embed Size (px)

Citation preview

Page 1: ULTRA SONIC BASED NEVER FALLING ROBOT

MAJOR PROJECT PRESENTATION ONULTRA SONIC BASED NEVER FALLING ROBOT.

GUIDE: DR. B. VISVESVARA RAO

Professor & HOD

Adithya.R ………………...….11E31A0401[ECE-A IV Year]A.Sindhu Reddy………….…11E31A0402[ECE-A IV Year]Anirudh Kulkarni…………..11E31A0403[ECE-A IV Year]A.Bhanuteja………………….11E31A0404[ECE-A IV Year]B.Bharath Kumar Reddy…11E31A0405[ECE-A IV Year]

Page 2: ULTRA SONIC BASED NEVER FALLING ROBOT

OBJECTIVE & BACKGROUND OF PROJECT.....

The project uses an Ultra-Sonic sensor in making a bot which

never falls by integrating the ultra-sonic sensor with Atmega8

controller.

Ultrasound is inaudible to humans

ultrasound waves can be produced with high directivity

There are wide application of ultrasonic sensor like in car parking assistance, range detection.

Page 3: ULTRA SONIC BASED NEVER FALLING ROBOT

BLOCK DIAGRAM

Power supply with an output voltage of +5v

Atmega8 microcontroller

Ultrasonic sensor

Motor driving IC-L293D

Page 4: ULTRA SONIC BASED NEVER FALLING ROBOT

EMBEDDED SYSTEMS

Embedded systems use RTOS.

Embedded systems are designed for a particular function.

Applications:

• Consumer electronics: -- cell phones, digital cameras,

calculators.

• Home appliances: -- microwave ovens, answering

machines, thermostat, home security, washing machines,

and lighting systems.

• Office automation: -- fax machines, copiers, printers, and

scanners.

• Automobiles: -- transmission

Page 5: ULTRA SONIC BASED NEVER FALLING ROBOT

CHARACTERISTICS OF EMBEDDED SYSTEMS

Single-functioned

Tightly constrained

Reactive and real-time

Page 6: ULTRA SONIC BASED NEVER FALLING ROBOT

DESIGN OVERVIEW

ATMEGA 8- A modified Harvard architecture 8-bit RISC single chip microcontroller

Page 7: ULTRA SONIC BASED NEVER FALLING ROBOT

FEATURES OF ATMEGA 8 MEMORY: 8 Kb of Flash program memory

512 Bytes of EEPROM

1Kbyte Internal SRAM

I/O Ports: 23 I/o lines from Port B, Port C and Port D.

INTERRUPTS: Two External Interrupt source, located at port D.

TIMER/COUNTER: Three Internal Timers are available, two 8 bit, one 16 bit, offering various operating modes and supporting internal or external clocking.

SPI (Serial Peripheral interface): Four pins are assigned to Atmega8 to implement this scheme of communication.

ANALOG TO DIGITAL CONVERTER:

Inbuilt analog to digital converter can convert an analog input signal into digital data of 10bit resolution. For most of the low end application, this much resolution is enough.

USART

TWI (Two Wire Interface)

Page 8: ULTRA SONIC BASED NEVER FALLING ROBOT

Block Diagram Of ATMEGA 8

Page 9: ULTRA SONIC BASED NEVER FALLING ROBOT

L293D MOTOR DRIVER IC - The L293D is ideal for

controlling the motions of small DC motors controlled by

a microcontroller

Features:

• 600 mA Output Current Capability Per Driver

• Wide Supply Voltage Range: 4.5 V to 36 V

• High-Noise-Immunity Inputs

Voltage Regulator LM7805

Linear Monolithic positive supply of 5V

Page 10: ULTRA SONIC BASED NEVER FALLING ROBOT

DIODE- The 1N4007 series is a family of popular 1.0 A

Sensor-HCSR04 Ultra Sonic Sensor.

Vcc Trig Echo GND

Page 11: ULTRA SONIC BASED NEVER FALLING ROBOT

CIRCUIT IMPLEMENTATION

Page 12: ULTRA SONIC BASED NEVER FALLING ROBOT
Page 13: ULTRA SONIC BASED NEVER FALLING ROBOT

EXECUTION

Compiler/IDE (Integrated Development Environment)

- Used Code Vision AVR (CVAVR)

Programmer- Pony Prog . For dumping the program into ATMEGA 8

USB Programmer

Page 14: ULTRA SONIC BASED NEVER FALLING ROBOT

Code Vision AVR (CVAVR)

Page 15: ULTRA SONIC BASED NEVER FALLING ROBOT

CHIP

Page 16: ULTRA SONIC BASED NEVER FALLING ROBOT

Program:

#include <mega8.h>

#include <delay.h>

{

DDRC.0=1;

DDRC.1=1;

DDRC.2=1;

DDRC.3=1;

DDRC.4=0;

While (1)

{

PORTC.0=1;

PORTC.1=0;

PORTC.2=1;

PORTC.3=0;

if (PINC.4==1)

Page 17: ULTRA SONIC BASED NEVER FALLING ROBOT

{

PORTC.0=1;

PORTC.1=1;

PORTC.2=1;

PORTC.3=1;

delay_ms(100);

PORTC.0=0;

PORTC.1=1;

PORTC.2=0;

PORTC.3=1;

delay_ms(500);

PORTC.0=1;

PORTC.1=1;

PORTC.2=1;

PORTC.3=0;

delay_ms (500);

PORTC.0=1;

PORTC.1=1;

PORTC.2=1;

PORTC.3=1;

delay_ms (200);

}

}

}

Page 18: ULTRA SONIC BASED NEVER FALLING ROBOT

TESTING AND CONCLUSION

The prototype consists of:

1. Motor

2. Motor driver IC (L293D)

3. PCB with micro controller Atmega 8

4. LED

5. Ultrasonic sensor

6. Resistors

7. Capacitors

Page 19: ULTRA SONIC BASED NEVER FALLING ROBOT

COMPLETED BOT

Page 20: ULTRA SONIC BASED NEVER FALLING ROBOT

Experimental Results

Page 21: ULTRA SONIC BASED NEVER FALLING ROBOT

ADVANTAGES

It is an automatic system, so need of driver is

eliminated.

Human errors can be avoided (accidents are reduced).

Transportation system becomes reliable.

Safety is assured.

Great and a very wide scope of future expansion.

Ultrasonic sensors are not affected by dust, dirt or high-

moisture environments.

Page 22: ULTRA SONIC BASED NEVER FALLING ROBOT

APPLICATIONS

Ultrasound waves can be used for applications in

industries/vehicles without hindering human activity.

They are widely used as range meters and proximity

detectors in industries.

Ultrasonic based never falling bots can also be used in

parking assistance system.

Ultrasonic waves have also found various applications in

industrial processing such as ultrasonic machining;

ranging etc. as ultrasonic has advantage over

conventional techniques.

Page 23: ULTRA SONIC BASED NEVER FALLING ROBOT

FUTURE SCOPE

Ultrasonic is still in its infancy, it will most likely get

faster and have more memory for storing data.

The range can be considerably increased by using high

power drive circuit.

Ultrasonic based never falling device can be used as

parking assistance system in vehicles using high power

ultrasonic transmitter.

It can be used as assistance for the blind

Automated vehicles for physically and visually

challenged.

Page 24: ULTRA SONIC BASED NEVER FALLING ROBOT

Future Applications