+ All Categories
Home > Documents > Security Robot

Security Robot

Date post: 23-Jun-2015
Category:
Upload: diego5wh
View: 1,127 times
Download: 2 times
Share this document with a friend
Popular Tags:
28
Team: The Technicians Applied Robotic
Transcript
Page 1: Security Robot

Team: The TechniciansApplied Robotic

Page 2: Security Robot

Security Robot.

Predetermined path.

It will take photos every certain interval of time.

The photos will be transferred to a PC.

Page 3: Security Robot

Module 1Camera and image

processing

Module 2Physical structure

Module 3Sensors

Module 4Movement and path

Module 5Documentation

Page 4: Security Robot

Camera and Image Processing

Page 5: Security Robot

DIGIC II.

5 Megapixel.

4x optical Zoom.

Page 6: Security Robot

CHDK◦ Free software available for Cannon Power Shot

digital cameras.

◦ It enriches the camera´s capacities allowing to have access to the microprocessor that controls the camera so that it can work as a programable computer.

◦ It allows to programme the camera so that it can take photos every certain interval of time or when it detects movement.

Page 7: Security Robot

It executes our programs (CHDK).

Great control on the photography´s parameters. (Time of zoom exhibition, f/stop)

Page 8: Security Robot

@title DEMO de intervalos @param a MINUTOS @default a 0 @param b SEGUNDOS @default b 3 let t=a*60000+b*1000 let x=1 while x<2 sleep t shoot wend end

Page 9: Security Robot

Programming.

Photographies storage in a PC.

Image processing.

Page 10: Security Robot
Page 11: Security Robot

Physical Structure

Page 12: Security Robot

For the construction of the physical structure we will use a trash can.

Page 13: Security Robot

Also, we will adapt the traction and space to accommodate the circuitry, battery, camera, etc.

Page 14: Security Robot

Sensors

Page 15: Security Robot

Signal acquisition.

Obstacles detection.

Path calibration.

Robot position.

Page 16: Security Robot

Ultrasonic SRF08

◦ I2C Protocol.

2 sign lines and a common one.

One line indicates the time and the other one is used

for the information exchange.

Information exchange between several devices.

◦ Very used in this type of applications.

Page 17: Security Robot

5 Volts power supply.

It requires 15mA to work and 3mA while it is not in use.

The SRF08 sensor includes in addition a light sensor that allows to know the level of luminosity using the bus I2C.

Page 18: Security Robot

Infrared

◦ Sharp gp2d15

◦ Continuous distance reading.

◦ Logical value at the output.

◦ 10cm-80cm (24cm)

Page 19: Security Robot

Movement and Path

Page 20: Security Robot

Stepper Motors.

Resolution of 1.8 degrees by step and 2.53 Ohm by inductor.

1.9 V by phase.

.75 A by phase.

Page 21: Security Robot

The MC3479 is used to control:◦ Speed of draft.◦ Direction.

An additional power stage is required.

Page 22: Security Robot

Rechargeable sealed battery.

It offers 12 V with a capacity of 7 Ampers-hour.

1.7 Kg of weight.

Page 23: Security Robot

DEMOQE 128 Freescale card.

Page 24: Security Robot

The path will be programmable.

A wireless control will be used.

The algorithm will count with path correction using the information of the sensors.

Page 25: Security Robot

Differential traction will be used.

Page 26: Security Robot

Documentation

Page 27: Security Robot

Process of elaboration.

Detailed description of each of the modules.

Design of the user manual.

Use of LaTeX.

Page 28: Security Robot

Recommended