Top Banner
19

crane control using accelerometer

Dec 21, 2014

Download

Education

rdeepali92

hand gesture based crane control using accelerometer
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: crane control using accelerometer
Page 2: crane control using accelerometer

CONTENTS

• Introduction• Voltage Regulator (7806 – 6V )• ATmega8L ( Microcontroller )• uln2003 and NAND IC (7400) • Motor Driver ( L293D)• Accelerometer ( ADXL-335 ,3 - Axis) • Circuit diagram• Working• Application• Refrences• Conclusion

Page 3: crane control using accelerometer

INTRODUCTION

• Gesture commands freely trainable by the user can be used for controlling external devices with handheld wireless/wired sensor unit.

• In this Project we are using accelerometer sensor and its tilt positions are provided by hand movements

• Consequently the motors will rotate in clockwise or anticlockwise as to move the Crane head in respective Left , Right , Up , Down positions.

Page 4: crane control using accelerometer

VOLTAGE REGULATOR

• 7806 voltage regulator is designed to automatically maintain a constant voltage level .

• These are found in devices such as computer power supplier where they stabilize the DC voltages used by the processor and other elements.

• 7806 is a member of 78xx series of fixed linear voltage regulator ICs.

• 7806 provide +6V regulated power supply Capacitors of suitable values can be connected at input and output pins depending upon the respective voltage levels.

Page 5: crane control using accelerometer

Atmega8l – MICRO CONTROLLER

•Operating Voltage - 2.7 - 5.5V •Speed Grades - 0 - 8 MHz •Power Consumption at 4 Mhz, 3V, 25°C•Active: 3.6 mA• Idle Mode: 1.0 mA• Power-down Mode: 0.5 µa

•High-performance, •Low-power AVR® 8-bit Microcontroller

Page 6: crane control using accelerometer

•8 Kbytes of In-System Programmable Flash with Read-While-Write capabilities.

• 512 bytes of EEPROM.

•1 Kbyte of SRAM.

• 23 general purpose I/O lines

• 32 general purpose working registers

• Three flexible Timer/Counters

• Internal and external interrupts a serial programmable USART

Page 7: crane control using accelerometer

ULN2003

FEATURES

•500mA rated collector current(Single output)

•High-voltage outputs: 50V

•Inputs compatible with various types of logic.

•Relay driver application

Page 8: crane control using accelerometer

NAND GATE IC 7400

The output is high when either of inputs A or B is high, or if neither is high. In other words, it is normally high, going low only if both A and B are high.

Page 9: crane control using accelerometer

MOTOR DRIVER - L293D

Features Of Motor Driver :

•Maximum motor supply voltage: 36V•Maximum motor supply current: 600 mA per motor•On-board Heat sink for better performance•Connectors to connect the I/P pins of the IC to micro controller•Output current 1A per channel (600 mA for L293D).•Peak output current 2A per channel ( 1.2A for L293D).•Inhibit facility.•High noise immunity.•Separate logic supply.•Over temperature protection 

Page 10: crane control using accelerometer

MOTOR DRIVER - L293D

Page 11: crane control using accelerometer

ACCELEROMETER – ADXL-335Features of Accelerometer

• 3 axis sensing small, low profile package

• 4mm x 4mm x 1.45mm LFCSP low power:350uA(typical)

• operation: 1.8v to 3.6v 10,000g shock survival

• excellent temperature stability BW adjustment with a single capacitor per axis RoHS/WEEE lead-free complement

Page 12: crane control using accelerometer

APPLICATIONS•Laptop PC: Free-fall Detection

•Cell Phone: Image Stability, Text Scrolling, Motion Dialling, E-Compass.

•Pedometer: Motion Sensing

•Portable Handheld: Text Scrolling

•Navigation and Dead Reckoning: E-Compass Tilt Compensation

•Gaming: Tilt and Motion Sensing, Event Recorder 

•Robotics: Motion Sensing

Page 13: crane control using accelerometer

CIRCUIT DIAGRAM

Page 14: crane control using accelerometer

CIRCUIT DIAGRAM ON-BOARD

Page 15: crane control using accelerometer

WORKING PRINCIPLE OF PROJECT

•The basic working principle for Project is passage of the data signals of accelerometer readings to the Microcontroller.

•The program compiled runs according to the values, which make the crane function accordingly .

• We have used two axis of three-axis accelerometer. In which, one axis will control the movement of the head of Crane

Page 16: crane control using accelerometer

WORKING OF PROJECT

Page 17: crane control using accelerometer

ADVANCEMENT OF PROJECT

We can use the concept of Machine Learning in an advance part of the project where a pattern of work is learned by the machine and the goal of machine learning is to program computers to use example data or past experience to solve a given problem.

Many successful applications of machine learning exist already, including systems that analyze past sales data to predict customer behavior, optimize robot behavior so that a task can be completed using minimum resources, and extract knowledge from bioinformatics data.

Page 18: crane control using accelerometer

REFRENCE

• S. Waldherr, R. Romero, and S. Thrun, “A gesture based interface for human-robot interaction,” in Autonomous Robots, vol. 9, no.2, pp. 151-173, Springer, 2000.

• S. Perrin, A. Cassinelli, and M. Ishikawa, “Gesture recognition using laser-based tracking system,” in Sixth IEEE International Conference on Automatic Face and Gesture Recognition, pp. 541-546, 2004.

• T. Baudel and B.-L. Michel, "Charade: remote control of objects using free-hand gestures," Commun. ACM, vol. 36,pp. 28-35, 1993.

• L. R. Rabiner and B. H. Juang, "An Introduction to Hidden Markov Models," in IEEE ASSP Magazine, 1986, pp. 4-15.

• Y. Wu and T. S. Huang, "Vision-Based Gesture Recognition:A Review," in Proceedings of the International Gesture Workshop on Gesture-Based Communication in Human-Computer Interaction: Springer-Verlag, 1999.

Page 19: crane control using accelerometer

Thank you