microprocessor based process control avoiding robot

15
MICROPROCESSOR BASED PROCESS CONTROL

Upload: eg-al-fares

Post on 08-Aug-2015

27 views

Category:

Engineering


2 download

TRANSCRIPT

Page 1: Microprocessor based process control Avoiding robot

MICROPROCESSOR BASED PROCESS CONTROL

Page 2: Microprocessor based process control Avoiding robot

AVOIDING ROBOT

Page 3: Microprocessor based process control Avoiding robot

AMGD RABEH ALSHERBINIABDULRAHMAN RMDAN

SAAD

Page 4: Microprocessor based process control Avoiding robot

The Robot is a machine able to execute the orders required of them carefully.

This machine is depend on so-called artificial intelligence.

It's used The microcontroller to implementation of those requirements, and show that it was thinking it.

ROBOTICS

Page 5: Microprocessor based process control Avoiding robot

AVOIDING ROBOT

Page 6: Microprocessor based process control Avoiding robot

In this robot it sense any obstacle in its bath avoid it and return to running.

AVOIDING ROBOT

Page 7: Microprocessor based process control Avoiding robot

Ultra sonic sensor .

Microcontroller (Arduino).

Driver for DC motor.

COMPONENT

Page 8: Microprocessor based process control Avoiding robot

ULTRASONIC

This sensor is generate ultrasonic waves by the higher frequency and when the waves collide with any body it return to the sensor again.

By other expression : When the medium of waves is

change the waves is return.

We can use it to measure the distance between the robot and

the obstacle. HCSR04

Page 9: Microprocessor based process control Avoiding robot

ULTRASONIC

Data Sheet:

HCSR04

Page 10: Microprocessor based process control Avoiding robot

ULTRASONIC

How To Work From Data Sheet:

HCSR04

Trigg

Echo

Page 11: Microprocessor based process control Avoiding robot

ULTRASONIC

Code in Arduino to test it sensor:

HCSR04

Page 12: Microprocessor based process control Avoiding robot

DRIVE

This drive (L298N) is used to transmit the control signal from

controller to the DC motor.

Why we need the drive?

We use the drive to control the direction of the motor and to

assume the high ampere.

The general idea of this drive is use the four quadrant Power electronics , to control the

direction of two motor. L298N

Page 13: Microprocessor based process control Avoiding robot

DRIVE

Data Sheet:

L298N

Multiwatt

15

Page 14: Microprocessor based process control Avoiding robot

DRIVE

Code in Arduino to test it sensor:

L298N

Page 15: Microprocessor based process control Avoiding robot

AVOIDING ROBOT