17
Property Protecting Turret Andrey Ivannikov Eric Poon Ilya Brutman

Property Protecting Turret - New York University

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Property Protecting Turret - New York University

Property Protecting

TurretAndrey Ivannikov

Eric PoonIlya Brutman

Page 2: Property Protecting Turret - New York University

Prototype of the PPT

Page 3: Property Protecting Turret - New York University

• Robotic Sentry gun• Protects your property• Fully autonomous • Shoots with foam darts• Friendly user interface• Fully customizable

Page 4: Property Protecting Turret - New York University

Loyal to the Key

Tilt Mechanism

Simple Operation

Swivel Mechanism

Page 5: Property Protecting Turret - New York University

Usefulness

• Eliminates need for night shift guards• Compact, can be placed anywhere• Angle of scan can be adjusted for maximum

flexibility

Page 6: Property Protecting Turret - New York University

Mechanical Specifications

• Base and turret mostly constructed with wood

• Lego motor for trigger actuation

• Small DC motors for firing

• 3 Servos for:– Distance sensor movement

– Swivel of the turret

– Tilt of the gun

Page 7: Property Protecting Turret - New York University

Trigger Actuation

Distance Sensor Servo

Hidden Swivel Servo

Tilt Servo

Bullet Firing Motors Hidden

Inside Gun

Page 8: Property Protecting Turret - New York University

Electrical Specifications

• Reed switch for trigger motor feedback

• External potentiometer for tilt feedback

• IR Motion Detector

• Ultrasonic Distance Sensor

• User Interface:– Serial LCD Screen

– Encoder

– Cancel button

Page 9: Property Protecting Turret - New York University

Trigger Motor Feedback

Cancel ButtonLCD Screen

Encoder Wheel

Main Power Switch

External Potentiometer

Page 10: Property Protecting Turret - New York University

Electronic Specifications

• Atmel ATmega328 microcontroller

• USB Interface

• 16Mhz internal oscillator

• 20 I/O pins with built‐in resistors

• 6 Channel A2D

• 32KB of Flash

• 2KB SRAM

• 1KB EEPROM

Page 11: Property Protecting Turret - New York University

Speaker for UI

USB for Reprogramming

Darlington Transistor for Firing Motor

Relay and Transistor for Trigger Motor

ArduinoMicrocontroller

Board

Hardware Reset

Page 12: Property Protecting Turret - New York University

Main Battery Connector

Break-out Board

Labeled and detangled

wires

Page 13: Property Protecting Turret - New York University

Operation: Setup Mode

• Currently implemented options include– Angle of horizontal scan/activity

– Maximum number of shots fired per target

– Cool down period interval

Page 14: Property Protecting Turret - New York University

Operation: Scanning Algorithm

• Scans area and saves map

• Saved map includes:– Distance to objects

– Uncertainty of readings

• Saves image of area without motion

Page 15: Property Protecting Turret - New York University

Operation: Attack Mode

• Constantly monitors area for movement

• Performs quick scan to see what moved

• Shoots target

• Waits for a cool down period

• Returns to monitoring area for movement

Page 16: Property Protecting Turret - New York University

Operation: Sanitizing of Readings

• Multiple readings are recorded per location

• Custom hysteresis set for each reading

• Movement is ignored if within threshold

Page 17: Property Protecting Turret - New York University