quad pod transformable vehicle supervisor: dr. samer mayaleh ala’ lahham basmah abdalrahman leena...

10
QUAD POD TRANSFORMABLE VEHICLE Supervisor: Dr. Samer Mayaleh Ala’ Lahham Basmah AbdAlrahman Leena Talalweh Department of Electrical Engineering Quadpod Transform Vehicle

Upload: abraham-willis

Post on 17-Jan-2016

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: QUAD POD TRANSFORMABLE VEHICLE Supervisor: Dr. Samer Mayaleh Ala’ Lahham Basmah AbdAlrahman Leena Talalweh Department of Electrical Engineering Quadpod

Quadpod Transform Vehicle

QUAD PODTRANSFORMABLE VEHICLE

Supervisor: Dr. Samer Mayaleh

Ala’ LahhamBasmah AbdAlrahman

Leena Talalweh

Department of Electrical Engineering

Page 2: QUAD POD TRANSFORMABLE VEHICLE Supervisor: Dr. Samer Mayaleh Ala’ Lahham Basmah AbdAlrahman Leena Talalweh Department of Electrical Engineering Quadpod

Quadpod Transform Vehicle

The Outline

Introduction

Electrical Parts

Demonstration of Quadpod and Vehicle

modes

Page 3: QUAD POD TRANSFORMABLE VEHICLE Supervisor: Dr. Samer Mayaleh Ala’ Lahham Basmah AbdAlrahman Leena Talalweh Department of Electrical Engineering Quadpod

Introduction

The transformable vehicle with two wheels and

four legs

The vehicle that can detect obstacles to trans-

formed into the Quadpod mode

The vehicle fully controlled by a remote controller

The miniature model for the new type of vehicle

for unpaved, bumpy roads

Page 4: QUAD POD TRANSFORMABLE VEHICLE Supervisor: Dr. Samer Mayaleh Ala’ Lahham Basmah AbdAlrahman Leena Talalweh Department of Electrical Engineering Quadpod

9V Battery

Theoreti-cal Actual

Voltage 9V 9V

Current Capacity 550mAh 545mAh

Running time for

our Project

5.5hours 5hoursVolt-age 9V

Max Capac-

ity

550mAh

Page 5: QUAD POD TRANSFORMABLE VEHICLE Supervisor: Dr. Samer Mayaleh Ala’ Lahham Basmah AbdAlrahman Leena Talalweh Department of Electrical Engineering Quadpod

Quadpod Transform Vehicle

Arduino Mega

Operating Voltage 5V

Input Voltage (re-commended) 7-12V

Input Voltage (limits) 6-20V

Digital I/O Pins 54 (of which 15 pro-vide PWM output)

Analog Input Pins 16

DC Current per I/O Pin 40 mA

DC Current for 3.3V Pin 50 mA

Flash Memory 128 KB of which 4 KB used by bootloader

SRAM 8 KB

EEPROM 4 KB

Clock Speed 16 MHz

Page 6: QUAD POD TRANSFORMABLE VEHICLE Supervisor: Dr. Samer Mayaleh Ala’ Lahham Basmah AbdAlrahman Leena Talalweh Department of Electrical Engineering Quadpod

Quadpod Transform Vehicle

Servo Motor

Operation of the Motors• The degree changes by pulse lengths

< Continous Servo Motor >

< Standard Servo Motor >

Page 7: QUAD POD TRANSFORMABLE VEHICLE Supervisor: Dr. Samer Mayaleh Ala’ Lahham Basmah AbdAlrahman Leena Talalweh Department of Electrical Engineering Quadpod

Quadpod Transform Vehicle

IR receiver and Remote Controller

< IR receiver: TSOP38238 >

< Remote Controller >

• It has 9 different com-

mands

• Operates from 2.5-5.5V

• 5mA supply current

Page 8: QUAD POD TRANSFORMABLE VEHICLE Supervisor: Dr. Samer Mayaleh Ala’ Lahham Basmah AbdAlrahman Leena Talalweh Department of Electrical Engineering Quadpod

Quadpod Transform Vehicle

Code for IR

Decoded keys at the start of the code

Page 9: QUAD POD TRANSFORMABLE VEHICLE Supervisor: Dr. Samer Mayaleh Ala’ Lahham Basmah AbdAlrahman Leena Talalweh Department of Electrical Engineering Quadpod

Quadpod Transform Vehicle

Code

Contain two major codes Vehicle mode Quadpod mode Int “tr” was used to determine which

code will be activated. Command “key = getIRKey()” is used to

obtain signal from IR receiver.

Page 10: QUAD POD TRANSFORMABLE VEHICLE Supervisor: Dr. Samer Mayaleh Ala’ Lahham Basmah AbdAlrahman Leena Talalweh Department of Electrical Engineering Quadpod