Preliminary Design Report

Size: px
Start display at page:

Download "Preliminary Design Report"

Transcription

1 Preliminary Design Report EEL4924-Electrical Engineering Design 2 University of Florida 25 January 2012 Team Members: Ryan Griffin & Brie Colon Project Abstract: Our project consists of designing an electronic safe. The safe plugs directly into wall power and can be opened with an LCD screen covered with a resistive touch screen. The alphanumeric code is set by the user and can be changed if necessary when the safe door is open. The user may also enter an address. Each time the user enters input to the touch screen, a beep sound will be audible to provide the user with feedback that the code is indeed being received. If the code is wrong, a different sound will be emitted and the error indicator will light up. Once the code is recognized and accepted as the correct code, the safe is set to open. The lock consists of a solenoid, which can be operated directly by a microcontroller and a switch. If the code is entered incorrectly a maximum of three times, a process to notify the user of the possible intrusion is executed. First, a camera, hidden next to the power and error indicator lights on the safe, will capture a picture of the intruder. The picture is then ed to the user over a WiFi network. For further security, the safe will send a log of when the safe was opened in the last month.

2 Page 2/8 Table of Contents Project Features 3 Components... 4 Technical Objectives...6 Division of Labor Projected Timeline....8 List of Tables and Figures 1. System Block Diagram.7 2. Example Process Flow.7 3. Delegation of Tasks Gantt Chart 8

3 Page 3/8 Project Features The purpose of this project is to create a safe that is both secure and easy to use. It will require minimal effort on the user s part to set up. Additionally, the safe will monitor its state with several sensors. If any of these sensors detects a possible intrusion, the user will be alerted through various means. Features include: Robust menu system that will change when various criteria are met (i.e. safe door is open) Photos from an embedded camera and logs detailing when the safe was opened can be ed to the user Backup battery power in case of power failure or safe is moved Power LED (blinks for low battery), error LED (blinks for incorrect code), and door LED give user quick info about the state of the safe Fail-secure lock will not open when supply is unavailable Tones from the embedded speaker will aid the user in entering input and give an audible notification to the user if the pass code is rejected

4 Page 4/8 Technology Selection I. Microcontroller, ATMEGA1284P This AVR was chosen due to its speed, cost and utility. The safe software will depend heavily on interrupts, so a controller with quick response time is needed. Part of the team also has experience with programming AVR processors. II. III. IV. Touch Screen, Donation The user will use a 4 wire resistive touch screen to select options and choose input on the LCD screen. The touch screen should be easy to integrate into the system. A touch screen has generously been supplied by Mr. Stapleton with approximate dimensions of 2 x1.5. Speaker, 8 Ohm Speaker The low impedance speaker allows an increase in the output of the amplifier because of low resistance to current; the speaker can draw more power from the amplifier. A high quality sound is preferred and that is why an 8 ohm speaker was chosen instead of a piezo buzzer. Audio Circuitry, ua741 Op Amplifier & LM386 Op Amplifier This two stage op amp circuit consists of a pre-amplifier and a second low power audio amplifier. V. IR Sensors, IR Emitter and Detector These sensors are used to detect if the door is open or closed. They work at 940 nm wavelength, which is used for general IR purposes. ADC on the microcontroller can be used to easily interface them with the system. VI. Accelerometer, MMA8452Q An accelerometer will measure the dynamic acceleration of the safe in order to detect if the safe is being moved. This will serve as an anti-theft measure. A triple axis breakout accelerometer model has been generously supplied by Mr. Stapleton. It uses 12 bits of accuracy, making it easy to detect subtle changes in position.

5 Page 5/8 VII. VIII. IX. Solenoid Lock, ROB or Donation A solenoid lock is needed to manipulate a physical deadbolt with electronic signals. A 5V model would be optimal to match the power supplies for the rest of the components. A safe, which contains a solenoid lock, has generously been supplied by Mr. Stapleton and may be salvaged. Status LEDs, Various Three LEDs are needed: error, power, and door. These LEDs will have different colors so that the user can easily differentiate them. We will most likely use red, green, and orange with respect to the aforementioned statuses. Camera, LinkSprite JPEG Camera The camera will be used in the alarm process to take a picture of the culprit. The camera is capable of capturing clear color pictures that may help identify a suspect. The camera uses TTL serial interface. A C library has already been supplied by the retailer to ease the learning curve. X. SD Card, SanDisk SDSDB-2048-A11 This card was chosen due to its price. It is a regular SD card that can hold 2GB, more than enough for saving logs, pictures, and user settings. XI. XII. SD Card Adapter Board, SD/MMC Card Adapter To easily interface the SD card with the PCB board, an SD breakout board will be used. It features a 3.3V power regulator capable of supplying external circuits with up to 250mA. This may make it possible for the user to remove the SD card from the safe. Wi-Fi Module, WiFly RN-XV A Wi-Fi module is needed to logs and pictures to the user in the event of an emergency. This module includes a wire antenna and only requires input from a controller. The module uses TTL serial communication, making it easy to use.

6 Page 6/8 Technical Objectives 1. A particular menu will be available to the user based on the state of the safe. When the safe is powered up, it will detect if any previous settings are saved in memory. If settings are found, it will enter the normal routine (see Fig. 1). If no settings are found, the user must complete a first time setup of the safe. The user will be able to enter their password, an address, and choose a wireless network (or opt to set up wireless later). After the initial setup of the safe, the safe will enter the aforementioned process flow. When the door is closed, the only option open for the user will be to input the code. If correct, then door of the safe will open. Once open, options to change the code, address, or select a wireless network will be made available. 2. The system will depend on interrupts from the IR sensors, accelerometer, touch screen, memory, Wi-Fi module, and the backup batteries via ADC (see Fig. 2). The controller will need to be programmed in such a way that it can resolve interrupt calls quickly or temporarily disable global interrupts to prevent interrupts in the middle of other subroutines. 3. Most components must be integrated onto a PCB board that will sit behind the door of the safe. 4. To avoid interference, the IR sensors must have adequate shielding. At the same time, the Wi-Fi module requires an open area to attain a strong connection. It may be possible to hang the wire antenna on the outside of the safe to meet this goal, although this is not the ideal solution.

7 Page 7/8 Flow Charts & Diagrams Figure 1: Example Process Flow Figure 2: System Block Diagram

8 Page 8/8 Delegation of Tasks Table 1 shows how tasks will be divided on this project. Ryan Griffin Brie Colon Preliminary Research 50% 50% Camera, Memory, Wi-Fi design Solenoid, IR sensor, LEDs, Speaker, Accelerometer design LCD, touch screen, power management design 100% 0% 0% 100% 50% 50% Board design 50% 50% Test and Debug 50% 50% Physical Assembly 50% 50% Gantt Chart Table 1: Division of Labor by approximate percentage Figure 3 displays a projected timeline for the project. Figure 3: Project Timeline

acknowledgments...xiii foreword...xiv

acknowledgments...xiii foreword...xiv Contents in Detail acknowledgments...xiii foreword...xiv Introduction... xv Why Build and Learn About Robots?...xvi Why the Raspberry Pi?... xvii What Is in This Book?... xvii Who is This Book For?...xix

More information

WiFi Video Doorbell. User Manual

WiFi Video Doorbell. User Manual WiFi Video Doorbell User Manual Introduction Content With Hisilicon Hi3518E processor and H.264 compression technology, this Wifi video intercom provides smooth realtime video transmission while keeps

More information

Preliminary Design Report A Wireless ECU Monitoring System Team WEMS 27 January 2009

Preliminary Design Report A Wireless ECU Monitoring System Team WEMS 27 January 2009 EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report A Wireless ECU Monitoring System 27 January 2009 Abstract The Wireless ECU Monitoring System (WEMS) will provide a wireless

More information

Team: XeroDual. EEL 4924 Electrical Engineering Design. Final Report 3 August Project Ehrgeiz. Team Name: XeroDual

Team: XeroDual. EEL 4924 Electrical Engineering Design. Final Report 3 August Project Ehrgeiz. Team Name: XeroDual Page 1/20 EEL 4924 Electrical Engineering Design Final Report 3 August 2009 Project Ehrgeiz Team Name: XeroDual Reinier Santos yayan26@ufl.edu Project Abstract: This project aims to design a human interface

More information

WiFi Wireless Video Door Phone. User Manual

WiFi Wireless Video Door Phone. User Manual WiFi Wireless Video Door Phone User Manual Introduction With Hisilicon Hi3518E hardware platform, this WIFI/IP video intercom doorbell uses H.264 image compression. Its picture transmission data is small

More information

Project Abstract with Diagram(s)

Project Abstract with Diagram(s) EEL 4924 Electrical Engineering Design (Senior Design) Project Abstract with Diagram(s) 27 January 2009 Project Title: Initech V7.017b Lab Entry System Team Name: Capacitive Inductance or Negative resistance

More information

Wireless Video/Audio Intercoms

Wireless Video/Audio Intercoms Wireless Video/Audio Intercoms User Set-Up Guide and Instructions BEC Integrated Solutions Williamsville, New York 716-689-0871 1 Table of Contents: B-WSP1.Page 3 B-WSP2 Page 8 B-WC2..Page 13 B-WI2 Page

More information

Final Report 26 April 2012

Final Report 26 April 2012 EEL 4924 Electrical Engineering Design (Senior Design) Final Report 26 April 2012 Project Title: Keyboard Jockey Team Members: Name: Jeffrey Kaufman Name: Jacob Meacham Project Abstract Our project is

More information

Preliminary Design Report January 28 th, 2012

Preliminary Design Report January 28 th, 2012 EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report January 28 th, 2012 Project: BlueSky (Digital Skydiving altimeter and freefall computer) By: William McKaba BlueSky Page

More information

Oracle (T M ) W ireless Keypad

Oracle (T M ) W ireless Keypad Universal Wireless Solutions Oracle (T M ) W ireless Keypad (5 & 250 PIN VERSIONS) System Features: Model OWK-5/250 4/12/2007 Patents Pending Thank you for purchasing the Oracle Wireless Keypad. This product

More information

Ctdigi.com. Instruction manual. Production by S & W Technology Labs

Ctdigi.com. Instruction manual. Production by S & W Technology Labs Ctdigi.com Instruction manual Production by S & W Technology Labs I. Install app II. Guard camera Guard camera Introduction Accessory Sensor Scenario Guard 360 Introduction - Catalog - Install app Scenario

More information

Lost Item Pager. Project Description. Russ Kinley

Lost Item Pager. Project Description. Russ Kinley Lost Item Pager Project Description Russ Kinley Introduction The lost item pager will have a base unit that is stationary, consisting of a few page buttons and a digital display. Each of the buttons will

More information

Instruction Manual. Wi-Fi Full HD 1080p IP Concealed Junction Box Hidden Camera. V 1.3

Instruction Manual. Wi-Fi Full HD 1080p IP Concealed Junction Box Hidden Camera.   V 1.3 Instruction Manual Wi-Fi Full HD 1080p IP Concealed Junction Box Hidden Camera After Sales Support techsupport@123anfang.com www.yooseecamera.com V 1.3 Hardware Installation 1. Connect the power supply

More information

User s Receptacle. User Appliance. Sensors. Outlet. Transformer. Transmitter. Receiver. Data. Microcontroller. Display. Keypad

User s Receptacle. User Appliance. Sensors. Outlet. Transformer. Transmitter. Receiver. Data. Microcontroller. Display. Keypad 2.0 Discussion 2.1 System Overview In an effort to effectively and efficiently design and construct our system, we have divided the system into individual sections for construction and have identified

More information

Acknowledgments...xvi Introduction... xvii Primer Project 1: Blinking an LED Project 2: Pushbutton LED Flashlight...

Acknowledgments...xvi Introduction... xvii Primer Project 1: Blinking an LED Project 2: Pushbutton LED Flashlight... Contents Acknowledgments...xvi Introduction... xvii Primer... 2 LEDs Project 1: Blinking an LED... 36 Project 2: Pushbutton LED Flashlight... 46 Project 3: LED Dimmer Switch... 52 Project 4: A Graphical

More information

Accelerometer-Based Musical Instrument

Accelerometer-Based Musical Instrument Accelerometer Music Instrument University of Texas at Austin TI Innovation Challenge 2015 Project Report Team Leader: Team Members: Advising Professor: Video Texas Instruments Mentor (if applicable): Date:12/13/2014

More information

Rear Distance Detection with Ultrasonic Sensors Project Report

Rear Distance Detection with Ultrasonic Sensors Project Report Rear Distance Detection with Ultrasonic Sensors Project Report 11.29.2017 Group #6 Farnaz Behnia Kimia Zamiri Azar Osaze Shears ECE 511: Microprocessors Fall 2017 1 Table of Contents 1. Abstract 3 2. Motivation

More information

APWIFIDS WI-FI DOOR STATION

APWIFIDS WI-FI DOOR STATION APWIFIDS WI-FI DOOR STATION www.espuk.com J2474 ESP Instruction Manual APWIFIDS.indd 1 15/03/2017 11:20:14 System Overview Sunshield Optional accessories: IR LED Camera lens EVBPSBB Lock power supply Speaker

More information

User Manual. Smart Lock. Please read this manual before operating your Smart Lock, and keep it for further reference. 40

User Manual. Smart Lock. Please read this manual before operating your Smart Lock, and keep it for further reference. 40 User Manual Smart Lock Please read this manual before operating your Smart Lock, and keep it for further reference. 40 I. Introduction Thank you for choosing the AKASO Smart Lock. The new Smart Lock uses

More information

F-X20FO Fingerprint safe

F-X20FO Fingerprint safe F-X20FO Fingerprint safe Preface Thank you for purchasing F-X20FO Fingerprint safe. Please read this User Manual carefully before unpacking. Store this User Manual for future reference (Do not discard).

More information

Members: Mark Kampfer, Richard Robinson

Members: Mark Kampfer, Richard Robinson DumbleDoor RFID security system Members: Mark Kampfer, Richard Robinson Final Design Report EEL 4924 Electrical Engineering Design 2 Contents List of Figures... 2 Abstract... 2 Introduction... 3 Project

More information

Preliminary Design Report

Preliminary Design Report EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 31 Jan 2012 Project Title: Keyboard Jockey Team Members: Name: Jeffrey Kaufman Name: Jacob Meacham Project Abstract Our

More information

1. Introduction P Package Contents 1.

1. Introduction P Package Contents 1. 1 Contents 1. Introduction ------------------------------------------------------------------------------- P. 3-5 1.1 Package Contents 1.2 Tablet Overview 2. Using the Tablet for the first time ---------------------------------------------------

More information

Features: (no need for QR Code)

Features: (no need for QR Code) The Capp-Sure series brings a revolution in surveillance. Utilising a range of high-quality IP Wireless cameras, Capp-Sure provides stunning video clarity and optional Talk-Back audio over internet via

More information

Dash 4.0. User Manual

Dash 4.0. User Manual 1 Dash 4.0 User Manual Table of Contents Safety Information... 3 Appearance and Key Function... 4 Introduction... 5 Call Functions... 6 Contacts... 7 Messaging... 8 Internet Browser... 9 Bluetooth... 10

More information

MAKING HOME SAFE & SECURE... LED Bulb Smart Camera User Manual

MAKING HOME SAFE & SECURE... LED Bulb Smart Camera User Manual MAKING HOME SAFE & SECURE... LED Bulb Smart Camera User Manual Getting Started Features Panoramic Lens Constant 360⁰ surveillance; captures everything in the field of view. Remote monitoring With easy

More information

Studio 5.5. User Manual

Studio 5.5. User Manual Studio 5.5 User Manual 1 Table of Contents Safety Information... 3 Appearance and Key Function... 4 Introduction... 5 Call Functions... 6 Contacts... 7 Messaging... 8 Internet Browser... 9 Bluetooth...

More information

Benetek Smart Hidden Door Lock v5.1

Benetek Smart Hidden Door Lock v5.1 Benetek Smart Hidden Door Lock v5.1 I.Product Introduction Thank you for choosing the Benetek premium Smart Hidden Door Lock (SHDL)! The smart lock has adopted the latest Z-Wave smart home technology along

More information

Video Compression H.264

Video Compression H.264 Video input format Video Compression H.264 MENU OSD NTSC or PAL (Auto-detect) English Record Resolution 720x480 (NTSC) Recording Frame Rate 2, 4, 6/8, 13/15, 25/30 fps Video Recording Mode Schedule Continuous,

More information

Quick Heal Total Security for Android. Anti-Theft Security. Web Security. Backup. Real-Time Protection. Safe Online Banking & Shopping.

Quick Heal Total Security for Android. Anti-Theft Security. Web Security. Backup. Real-Time Protection. Safe Online Banking & Shopping. Quick Heal Total Security for Android Anti-Theft Security. Web Security. Backup. Real-Time Protection. Safe Online Banking & Shopping. Product Highlights Complete protection for your Android device that

More information

Preliminary Design Report. Project Name: Finger Pointer

Preliminary Design Report. Project Name: Finger Pointer EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 27 January 2011 Project Name: Finger Pointer Team Members: Name: Nunn, Christopher Name: Hamilton, Travis Project Abstract:

More information

Saviour App User Manual. User Manual to use app. This documents describe the Saviour app functionalities for end user.

Saviour App User Manual. User Manual to use app. This documents describe the Saviour app functionalities for end user. Saviour App User Manual User Manual to use app This documents describe the Saviour app functionalities for end user. Introduction This document describes the Saviour app to use Saviour Indoor, Outdoor

More information

+ Front Door Security + Smart Video Alarms + Indoor Cameras + Personal Trackers SOLUTIONS FOR SMART & SAFE HOMES

+ Front Door Security + Smart Video Alarms + Indoor Cameras + Personal Trackers SOLUTIONS FOR SMART & SAFE HOMES + Front Door Security + Smart Video Alarms + Indoor Cameras + Personal Trackers SOLUTIONS FOR SMART & SAFE HOMES SECURITY OF YOUR FAMILY SHOULD BE FAILSAFE Welcome to TigerTech Smart Homes TigerTech surrounds

More information

Advance Robotics with Embedded System Design (ARESD)

Advance Robotics with Embedded System Design (ARESD) Advance Robotics with Embedded System Design (ARESD) LEARN HOW TO: Use Arduino hardware &Arduino programming for microcontroller based hobby project development Use WinAVRcross compiler formicrocontroller

More information

Preliminary Project Proposal. Project Title: Automatic Storm Shutters. Team Name: Make It Rain

Preliminary Project Proposal. Project Title: Automatic Storm Shutters. Team Name: Make It Rain EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Project Proposal 28 May 2009 Project Title: Automatic Storm Shutters Team Name: Make It Rain Team Members: Name: Kyle Weber Name: Zachary

More information

Installation Guidelines for KODAK SA101 Alarm System

Installation Guidelines for KODAK SA101 Alarm System Installation Guidelines for KODAK SA101 Alarm System CONTENTS I- Installing the central unit Pages 3-4 II- Home page Page 5 III- Central unit set-up Page 6 IV- Installation and settings: Pages 7-13 cameras

More information

Outdoor User Manual. ios Application Android Application PC Setup

Outdoor User Manual. ios Application Android Application PC Setup Outdoor User Manual ios Application Android Application PC Setup Please read all instructions carefully before use to get the most out of your Outdoor Wireless Surveillance Camera. The design and features

More information

Alarm Circuits Explained. A Guide to Inputs and Outputs Used in Video Security

Alarm Circuits Explained. A Guide to Inputs and Outputs Used in Video Security A Guide to Inputs and Outputs Used in Video Security ev 1.1 Updated 11-Mar-2013 Content Content... 2 Introduction... 3 Useful Terminology... 3 Digital Input Circuits... 4 Opto-isolator Input... 4 Switch

More information

CP150B Vandal & Weather Resistant Keypad Security Systems

CP150B Vandal & Weather Resistant Keypad Security Systems Vandal & Weather Resistant Keypad Security Systems EN Security System CP150B - Vandal & Weather Resistant Keypad The CP150B keypad provides alarm and or access control functionality when used on selected

More information

GROUP 14: ESSENCE OF MUSIC. Joshua Garber EE Baron Dolletski-Lazar CpE Nelson Tan - CpE

GROUP 14: ESSENCE OF MUSIC. Joshua Garber EE Baron Dolletski-Lazar CpE Nelson Tan - CpE GROUP 14: ESSENCE OF MUSIC Joshua Garber EE Baron Dolletski-Lazar CpE Nelson Tan - CpE Motivation Gain experience working with Audio Signals Implementing multiple systems to operate simultaneously (Audio

More information

EEL 4924 Electrical Engineering Design (Senior Design) Final Report April 25th 2010

EEL 4924 Electrical Engineering Design (Senior Design) Final Report April 25th 2010 Nguyen Nguyen Situation See Spot Track 1 EEL 4924 Electrical Engineering Design (Senior Design) Final Report April 25th 2010 Project Title: See Spot Track Team Name: Nguyen Nguyen Situation Team Members:

More information

Version B Wi-Fi IP CAMERA

Version B Wi-Fi IP CAMERA HD Version B-1.0.0 Wi-Fi IP CAMERA Quick Start Guide Table of Contents Get Started... 1 Hardware Installation... 1 Live Video... 2 Live Video via Wi-Fi... 6 Camera Settings... 8 Change Password... 8 Alarm

More information

smartentry Wireless Video Doorphone User Manual

smartentry Wireless Video Doorphone User Manual smartentry Wireless Video Doorphone User Manual Designed & Engineered Version 1.2 in the United Kingdom Contents Precautions... 3 1. Product Overview... 4 1.1. Product Features... 4 1.2. Contents... 4

More information

RFID Controlled Door Lock

RFID Controlled Door Lock Trinity University Digital Commons @ Trinity Mechatronics Final Projects Engineering Science Department 5-2018 RFID Controlled Door Lock Brayden Burns Trinity University, bburns@trinity.edu Daniel Dahlinger

More information

Vicon VAX SYSTEM OVERVIEW. Web-Based, Power Over the Ethernet (POE) Access Control System.

Vicon VAX SYSTEM OVERVIEW. Web-Based, Power Over the Ethernet (POE) Access Control System. VAX Access Control VAX Components SYSTEM OVERVIEW Web-Based, Power Over the Ethernet (POE) Access Control System. POE Single Door Controller embedded with request to exit motion detector. POE Two Door

More information

SAS-IPCAM115 SAS-IPCAM116 MANUAL IP CAMERA

SAS-IPCAM115 SAS-IPCAM116 MANUAL IP CAMERA SAS-IPCAM115 SAS-IPCAM116 MANUAL IP CAMERA Table of contents Introduction: Safety precautions: Packaging content: System requirements: Product description: User instructions: Maintenance: Warranty: Disclaimer:

More information

1. Introduction P Package Contents 1.

1. Introduction P Package Contents 1. 1 Contents 1. Introduction ------------------------------------------------------------------------------- P. 3-5 1.1 Package Contents 1.2 Tablet Overview 2. Using the Tablet for the first time ---------------------------------------------------

More information

Alternative Designs and Decision Making for Top Design Selection

Alternative Designs and Decision Making for Top Design Selection Alternative Designs and Decision Making for Top Design Selection 1 Step 1. Generation of Alternatives (>2 Conceptual Designs) Multiple Alternative conceptual designs Optimal Solution (by balanced capability,

More information

Preliminary Design Report. Project Title: Human-Powered Sub. Team Name: Depth Perception

Preliminary Design Report. Project Title: Human-Powered Sub. Team Name: Depth Perception EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 31 January 2011 Project Title: Team Name: Depth Perception Team Members: Name: Jared Korn Email: ex.malfunction@gmail.com

More information

USER S GUIDE. USA Mobility. Odyssey. Numeric Pager

USER S GUIDE. USA Mobility. Odyssey. Numeric Pager USER S GUIDE USA Mobility Odyssey Numeric Pager USA Mobility Odyssey Numeric Pager We thank you for making the ultimate choice to purchase the USA Mobility Odyssey Pager. Your USA Mobility Odyssey Pager

More information

WiFi Wireless Video Door Phone. User Manual

WiFi Wireless Video Door Phone. User Manual WiFi Wireless Video Door Phone User Manual Introduction With Hisilicon Hi3518E hardware platform, this WIFI/IP video intercom doorbell uses H.264 image compression. Its picture transmission data is small

More information

What can the DD700 Do

What can the DD700 Do What can the DD700 Do RF signal detector for 100HZ to 3.5 GHz - Wireless CCTV (hidden camera) - Wireless Phone line tap detection - Laser taps detection and Laser tapping prevention using white noise generator.

More information

DMT80480T070-32WT User Guide

DMT80480T070-32WT User Guide DMT80480T070-32WT User Guide Revision on April, 2014 Contents 1. Overview... 2 2. System Specifications... 2 3. Operating Guide... 4 3.1 Update the Boot Animation... 4 3.2 Hide / Show the Status Bar...

More information

HOME SECURITY KIT. USER MANUAL SMART PROTECTION WITH THE ALL-IN-ONE SOLUTION. SMART WINDOW SENSOR SMART POWER SOCKET SMART MOTION SENSOR SMART IP CAM

HOME SECURITY KIT. USER MANUAL SMART PROTECTION WITH THE ALL-IN-ONE SOLUTION. SMART WINDOW SENSOR SMART POWER SOCKET SMART MOTION SENSOR SMART IP CAM HOME SECURITY KIT. SMART PROTECTION WITH THE ALL-IN-ONE SOLUTION. SMART WINDOW SENSOR SMART POWER SOCKET SMART IP CAM SMART MOTION SENSOR USER MANUAL SL-900100/900111 HOME SECURITY KIT A/B SHORT INSTRUCTION

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 4/20/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 4/20/2011 www.rovingnetworks.com rn-174-ds v1.1 4/20/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

Robotics Training Module ABLab Solutions

Robotics Training Module ABLab Solutions Robotics Training Module ABLab Solutions www.ablab.in Table of Contents Course Outline... 4 Introduction to Robotics... 4 Overview of Basic Electronic... 4 Overview of Digital Electronic... 4 Power Supply...

More information

Section. Placing onlocation

Section. Placing onlocation Section Placing onlocation -LocationPower -RouterandotherCustomer Premise Equipment(CPE) -ConnectingSpeakers -IRRemoteControl -WiredRemoteControl -PagingMicrophone Floor Model C1-1 Location Power The DA-9000

More information

HSIP2 User Manual. ios Application Android Application PC Setup

HSIP2 User Manual. ios Application Android Application PC Setup HSIP2 User Manual ios Application Android Application PC Setup Please read all instructions carefully before use to get the most out of your HSIP2 Wireless Surveillance Camera. The design and features

More information

Final Design Report. Team Name: No Rest for the Weary

Final Design Report. Team Name: No Rest for the Weary EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 4 August 2009 Project Title: SLEEP Team Name: No Rest for the Weary Team Members: Renard Sumlar lrsum825@ufl.edu Brad Bromlow

More information

HSIP2 User Manual. ios Application Android Application PC Setup

HSIP2 User Manual. ios Application Android Application PC Setup HSIP2 User Manual ios Application Android Application PC Setup Please read all instructions carefully before use to get the most out of your HSIP2 Wireless Surveillance Camera. The design and features

More information

Theo. Miles. Olivia. Joseph. Nina. Kishan. The Richard Pate School, Cheltenham

Theo. Miles. Olivia. Joseph. Nina. Kishan. The Richard Pate School, Cheltenham Theo Miles Olivia Joseph Nina Kishan Summary We have developed a system to help old/disabled people answer the door, especially people who have difficulty walking or walk slowly. The system uses the Raspberry

More information

Blobo Clone Angry Birds Toy Upgrade. Requirement and implementation specification and test plan

Blobo Clone Angry Birds Toy Upgrade. Requirement and implementation specification and test plan Blobo Clone Angry Birds Toy Upgrade Requirement and implementation specification and test plan DOCUMENT INFORMATION Subject: Authors:, Keywords: Comments: Creation date: 10 December 2012 Revision date:

More information

Lesson 10 Data and Hardware Protection

Lesson 10 Data and Hardware Protection Data and Hardware Protection Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition 1 Objectives Understand types of backups. Select a backup method. Determine a schedule for backing up

More information

Quick Heal Mobile Security. Free protection for your Android phone against virus attacks, unwanted calls, and theft.

Quick Heal Mobile Security. Free protection for your Android phone against virus attacks, unwanted calls, and theft. Quick Heal Mobile Security Free protection for your Android phone against virus attacks, unwanted calls, and theft. Product Highlights Complete protection for your Android device that simplifies security

More information

SMOKE DETECTOR SD HIDDEN CAMERA WITH NIGHTVISION

SMOKE DETECTOR SD HIDDEN CAMERA WITH NIGHTVISION SMOKE DETECTOR SD HIDDEN CAMERA WITH NIGHTVISION SKU: HCSmokeConeSD THANK YOU FOR PURCHASING THE SMOKE DETECTOR SD Please read this manual before operating the Smoke Detector SD and keep it handy. Fewer

More information

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 5 Arduino Prototype Development Platforms 1 Arduino Boards, Modules And Shields Popular AVR MCU based products Each board has clear markings on the connection pins, sockets and in-circuit connections

More information

DVB-S/S2 to IP UDP/MPTS Gateway User Manual

DVB-S/S2 to IP UDP/MPTS Gateway User Manual DVB-S/S2 to IP UDP/MPTS Gateway User Manual Contents 1 SAFETY INSTRUCTION... 2 2 System Composition and Operating Principle... 2 2.1 System Composition... 2 3 Installation Guide... 3 3.1 Installation Preparation...

More information

Magnetic base Indicator light Microphone Camera lens Micro SD card slot Infrared light Front Side Pivot connector Built-in speakers

Magnetic base Indicator light Microphone Camera lens Micro SD card slot Infrared light Front Side Pivot connector Built-in speakers Niro USER MANUAL Contents Introduction 4 Product Features 5 Niro LED Indicators 6 What s Included 7 Wi-Fi Requirements 8 Mobile Device Requirements 8 Garage Door Opener Requirements 8 Download the Momentum

More information

Virtual Grand Piano. 1. Introduction Objective Background

Virtual Grand Piano. 1. Introduction Objective Background Virtual Grand Piano Team 64 - Zhi Lu, Jeongsub Lee and Hammad Khan ECE 445 Project Proposal - Spring 2018 TA: Mickey Zhang 1. Introduction 1.1. Objective Digital pianos currently available in the market

More information

User Manual. v1.0. Updated

User Manual. v1.0. Updated ASC-200 Smart Wireless Solar Camera User Manual v1.0. Updated 20.12.2016. The Andatech SolarCam ASC-200 is a smart wireless camera powered by solar energy. Its built-in solar panel and rechargeable battery

More information

Benter Niu(Sales Manager&Software Engineer) Skype ID:benter.niu WhatsApp/TEL.: CONTENTS

Benter Niu(Sales Manager&Software Engineer) Skype ID:benter.niu WhatsApp/TEL.: CONTENTS How to connect NMS CONTENTS 1>Rear Panel... 2 2>Front panel... 2 3>Run NMS software... 3 3.1 NMS Login... 3 3.2 Add Node... 4 3.3 Add Device... 4 3.4 Is NMS connecting... 5 4>Keyboard and Menu... 6 4.1

More information

ML-20IP INNOVATION DIRECT. IP video door station. User manual. Thank you for the choice of our equipment. { Design. Uniqueness. Innovations } SERIES

ML-20IP INNOVATION DIRECT. IP video door station. User manual. Thank you for the choice of our equipment. { Design. Uniqueness. Innovations } SERIES ML-20IP IP video door station User manual Thank you for the choice of our equipment Safety instructions Read and keep that manual. The device installation process should be carry out by the qulified specialists.

More information

GCI-5K INSTALLATION AND OPERATOR S MANUAL

GCI-5K INSTALLATION AND OPERATOR S MANUAL GCI-5K INSTALLATION AND OPERATOR S MANUAL Grid-tied inverter for wind Ningbo Ginlong Technologies 1 INTRODUCTION 2 SAFETY GUIDELINES AND WARNINGS 3 INSTALLATION 3.1 Selecting a location for the inverter

More information

Quick Heal Mobile Security. Anti-Theft Security. Real-Time Protection. Safe Online Banking & Shopping.

Quick Heal Mobile Security. Anti-Theft Security. Real-Time Protection. Safe Online Banking & Shopping. Anti-Theft Security. Real-Time Protection. Safe Online Banking & Shopping. Product Highlights With an easy-to-update virus protection and a dynamic yet simple interface, virus removal from your mobile

More information

NEO 4.5. User Manual

NEO 4.5. User Manual 1 NEO 4.5 User Manual Table of Contents Safety Information... 3 Appearance and Key Function... 4 Introduction... 5 Call Functions... 6 Contacts... 7 Messaging... 8 Internet Browser... 9 Bluetooth & Wi-Fi...

More information

Unit 2. Computer Control. PIC stands for PROGRAMMABLE INTERFACE CONTROLLER. A PIC chip takes in input signals and then controls output transducers

Unit 2. Computer Control. PIC stands for PROGRAMMABLE INTERFACE CONTROLLER. A PIC chip takes in input signals and then controls output transducers Unit 2 Computer Control PIC stands for PROGRAMMABLE INTERFACE CONTROLLER A PIC chip takes in input signals and then controls output transducers Name: Form: 2 ASIC or Application Specific Integrated Circuits

More information

DICKSON WiZARD Wireless Monitoring Solutions STOP

DICKSON WiZARD Wireless Monitoring Solutions STOP DICKSON WiZARD Wireless Monitoring Solutions STOP You have just purchased a precision data logger system To ensure proper installation of the WiZARD Wireless System, please read this manual in its entirety

More information

Created by Eugene Stephens ios 8.2

Created by Eugene Stephens ios 8.2 ios 8.2 Physical Buttons - Sleep / Wake Used to turn the device on /off or wake / sleep. Located on the top, right corner (iphone 6 located on right side). - Ring / Silent Used to turn off the ringer.

More information

With a digital input we can read two states, a high or low. A switch can be open or closed.

With a digital input we can read two states, a high or low. A switch can be open or closed. Page 1 of 6 PRODUCT INFORMATION B&B ELECTRONICS Data Acquisition Basics Data Acquisition hardware devices provide an interface between electrical signals a computer can read or can output to control things

More information

7-inch Digital Intercom Monitor User s Manual

7-inch Digital Intercom Monitor User s Manual 7-inch Digital Intercom Monitor User s Manual V1.0.1 Table of Contents 1 General Introduction... 5 1.1 Product Intro... 5 1.2 Applicable Model... 5 2 Structure and Appearance... 6 2.1 Front Panel... 6

More information

Evolve 3 & 5 Service Manual

Evolve 3 & 5 Service Manual Evolve 3 & 5 Service Manual 1 Product Browse 2 Contents CHAPTER 1: SERIAL NUMBER LOCATION... 5 CHAPTER 2: CONSOLE INSTRUCTIONS 2.1 Console Overview... 6 2.1.1 Evolve 3 Console Overview... 6 2.1.2 Evolve

More information

PENDOPAD 9.7 QUICKSTART GUIDE & USER MANUAL PNDPP42DG9BLK. > Please read carefully before use

PENDOPAD 9.7 QUICKSTART GUIDE & USER MANUAL PNDPP42DG9BLK. > Please read carefully before use PENDOPAD 9.7 PNDPP42DG9BLK QUICKSTART GUIDE & USER MANUAL > Please read carefully before use This manual contains important safety precautions and information of correct use. Please be sure to read this

More information

Wireless Video Door Phone Installation and Operating Instructions

Wireless Video Door Phone Installation and Operating Instructions Wireless Video Door Phone Installation and Operating Instructions PLEASE READ THESE INSTRUCTIONS CAREFULLY BEFORE USING THIS PRODUCT AND KEEP THIS MANUAL FOR FUTURE REFERENCE. CONTENTS INTRODUCTION...

More information

WI-FI GARAGE DOOR CONTROLLER WITH CAMERA USER MANUAL

WI-FI GARAGE DOOR CONTROLLER WITH CAMERA USER MANUAL WI-FI GARAGE DOOR CONTROLLER WITH CAMERA USER MANUAL Contents Introduction 4 Product Features 5 Garage Door Controller LED Indicators 6 What s Included 7 Wi-Fi Requirements 8 Mobile Device Requirements

More information

Installation guide for IP Camera G2

Installation guide for IP Camera G2 Installation guide for IP Camera G2 Part I: Mobile Network connection For better experience the convenience that brought by this product, please download mobile phone software before using this product.

More information

7000 Series Thinline LCD Keypads Models 7060/7063/7070/7073

7000 Series Thinline LCD Keypads Models 7060/7063/7070/7073 INSTALLATION SHEET 7000 Series Thinline LCD Keypads Models 7060/7063/7070/7073 Description The DMP Model 7060, 7063, 7070, and 7073 Thinline LCD Keypads offer the same flexible features and functionality

More information

IP Camera Installation Brief Manual

IP Camera Installation Brief Manual I IP Camera Installation Brief Manual The purpose of this manual is to give you basic help how to successfully connect your camera(s) to the network and make the initial configurations. There is a whole

More information

Zartek. CDP-808 Two Button Wireless Intercom Installers Manual

Zartek. CDP-808 Two Button Wireless Intercom Installers Manual Zartek CDP-808 Two Button Wireless Intercom Installers Manual ZA-614 Two Button Gate station including power supply, relay board and external antenna ZA-613 Handsets with charger ZA-613-E Handsets with

More information

FAQ For IDOL 5S. SW: v4e1z+ul

FAQ For IDOL 5S. SW: v4e1z+ul FAQ For IDOL 5S SW: v4e1z+ul i. Basic Setting 1. How can I set up my Alcatel device when I turn it on for the first time? The first time you turn on the phone, you will see a welcome screen. You can start

More information

This is an inspection failure, not meeting the requirement of >10k Ohm between either PD battery post and chassis.

This is an inspection failure, not meeting the requirement of >10k Ohm between either PD battery post and chassis. Troubleshooting This is a document put together by CSA Laura Rhodes that contains a lot of information about troubleshooting steps for a lot of common control system problems encountered at events. No

More information

FN-MAZDA3 Installation Manual

FN-MAZDA3 Installation Manual Manual Version: V20150401 FN-MAZDA3 Installation Manual Product Name: FN-Mazda3 Product Type: Interface with build in navigation Application: All Mazda 2014/2015 cars with new Mazda Connect systems What's

More information

2.2 Block Diagram of the CapSense Matrix Button Keypad Power-up the CapSense Matrix Button Keypad GPO Header...

2.2 Block Diagram of the CapSense Matrix Button Keypad Power-up the CapSense Matrix Button Keypad GPO Header... CONTENTS CHAPTER 1 INTRODUCTION OF THE CAPSENSE MATRIX BUTTON KEYPAD BOARD... 2 1.1 FEATURES... 2 1.2 ABOUT THE KIT... 4 1.3 GETTING HELP... 5 CHAPTER 2 CAPSENSE MATRIX BUTTON KEYPAD ARCHITECTURE... 6

More information

Copy 2013 Eazzy Digital Video Technology Company. All rights reserved.

Copy 2013 Eazzy Digital Video Technology Company. All rights reserved. Model No. : BC-881H Hidden Bulb WiFi/AP HD960P P2P IP Network DVR Camera (Motion Detection, Email Alert) - Simple installation, screw in -like a bulb - No Light at night (invisible to human eyes) - New

More information

1. Product Description

1. Product Description 1. Product Description Hardware Description Note: The magnetic base can stick to any metal surface as per below diagram. This allows for better and more solid placement of the camera. 2. Installation 2.1

More information

STUDIO 7.0 USER MANUAL

STUDIO 7.0 USER MANUAL STUDIO 7.0 USER MANUAL 1 Table of Contents Safety Information... 3 Appearance and Key Functions... 4 Introduction... 5 Call Functions... 6 Notifications Bar... 7 Contacts... 8 Messaging... 9 Internet Browser...

More information

SRD x DVB- S/S2 SD/HD Decoder

SRD x DVB- S/S2 SD/HD Decoder SRD 8000 4x DVB- S/S2 SD/HD Decoder TABLE OF CONTENTS 1. SAFETY INSTRUCTION... 4 2. Overview... 5 3. Technical Specification... 6 3.1. Input Port... 7 3.2. Output Port... 7 4. Equipment composition...

More information

Copy. Welcome. Letter of warranty. Thanks for purchasing BulletHD BIKER PRO

Copy. Welcome. Letter of warranty. Thanks for purchasing BulletHD BIKER PRO Copy Letter of warranty Welcome Thanks for purchasing BulletHD BIKER PRO Please read this instruction manual to ensure correct use of the product prior to use. Please keep this instruction manual in a

More information

BEAT 2.0 USER MANUAL

BEAT 2.0 USER MANUAL BEAT 2.0 USER MANUAL FCC ID: 2ADLJBEAT20 The device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not cause harmful interference, and

More information

KB Door Bell Camera Setup Guide

KB Door Bell Camera Setup Guide Knowledge Base Text: Jimmy Wang KB Door Bell Camera Setup Guide Key Features: Replacing to the existing doorbell button, no extra wire needed * 2.1MP 1080P Full HD @30fps with audio 180 panoramic view

More information

VANDAL RESISTANT BACK-LIT WEATHERPROOF ACCESS CONTROL KEYPAD

VANDAL RESISTANT BACK-LIT WEATHERPROOF ACCESS CONTROL KEYPAD VANDAL RESISTANT BACK-LIT WEATHERPROOF ACCESS CONTROL KEYPAD Post Mount Keypad Programming & Installation Manual 1. Connect Power 12V DC to 24V AC/DC to terminals (+) and (-) Post Mount Keypad Quick Start

More information