Preliminary Design Report. Project Name: Finger Pointer

Size: px
Start display at page:

Download "Preliminary Design Report. Project Name: Finger Pointer"

Transcription

1 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: Our project is intended to replace a mouse with a glove that the user will wear. The cursor will track the index finger of the user while clicking will be achieved by pressing buttons connected to the middle and ring finger of the user. These buttons can easily be pressed with the thumb of the user, while still maintaining pointing ability with the index finger. We plan to accomplish our goal by using an infrared led on the index pointer that will be detected by a CMU cam at the monitor. The CMU cam will communicate the tracking information of the index finger to the PIC microcontroller. The microcontroller will convert x and y coordinates from the CMU cam into data packets to be sent to the computer. Then, following USB HID (Human Interface Device) Protocol, the microcontroller will send the data packets to the computer through a USB cable. If the protocol is followed correctly, our project should work on a Windows or Mac computer without the need for additional drivers.

2 Page 2/6 TableofContents ProjectFeaturesandObjectives... 3 ConceptandTechnology... 3 Figure Figure Figure MaterialsandResources... 6 SeparationofWork... 6 GanttChart... 6

3 Page 3/6 Project Features and Objectives The main objective is to create a glove that can control the functions of a standard mouse (scroll capabilities implemented if time allows). Features include: Image tracking of the index finger by the CMU Cam2 Wireless glove realized by battery supply and XBEE USB 2.0 connectivity realized by PIC18F27J53 microcontroller Concept and Technology The hardest decision in our design was determining the best way to track the user s index finger. The technologies considered were infrared range detecting, sonar, and image processing. The problem encountered with infrared range detecting was the narrow signals associated with it; therefore the glove would be very directional. We feared with infrared, the index finger would have to be pointed directly at the sensor to register a distance and therefore we would not be able to receive signals at multiple detectors to triangulate the location of the emitter. Because of the problems with IR, we then switched to the idea of sonar. The block diagram for the sonar signal is shown in Fig. 1. Sonar emits in a wider signal, making it a better solution for our application. We were going to have four receivers to triangulate the position of the emitter. Our major concern with this design was the resolution of our detection. We were unsure if the sensors would be accurate and consistent enough to be a good HID. After hearing bad things about a Nintendo Power Glove (used sonar to implement an HID device), we decided to use image processing. Fig.1: Block Diagram of Sonar System.

4 Page 4/6 Image tracking is a resource intensive process that relies on sophisticated software algorithms. After research and suggestions from peers, we purchased a CMU Cam2. This camera was developed by Carnegie Mellon University and does onboard image processing at up to 50 frames/second with up to a resolution of 160 x 255. We determined that this resolution and frame rate would allow us to implement a well designed HID. The CMU cam will serially communicate to the PIC microcontroller and can send tracking coordinates of the centroid of defined blobs. This blob will be created by applying a visible light filter to the camera and aiming the camera at a gloved hand with an IR LED at the tip of the index finger. The blob will look much like the blob in Fig 2. Fig. 2 Blob Detection The CMU cam will locate the center of this blob and send the X and Y coordinates back to the PIC as a pixel location. This location will be compared to the previous frames blob center location and the difference of the X s and the difference of the Y s will be taken. This comparison is how mouse data is conveyed to the PC. The mouse does not send a set of coordinates every time it updates, but rather it sends the difference from the current frames X and Y and the previous frames X and Y. A typical mouse will update at about 100 hz, but since the camera only operates at 50 frames per second, we will be updating the coordinates at 50 hz. This will cause a small lag in mouse operation, but it should only be noticeable in fast paced activities such as game play. The block diagram for the HID device using the CMU Cam2 is shown in Fig. 3. Once we receive data telling us where the user s index finger is, we need to actually send the data to the PC. The PIC microcontroller we chose has two UART inputs, one for the CMU Cam and one for the XBEE device. Also, the PIC supports USB 2.0 capabilities to communicate with the PC. By sending data packets that follow the HID protocol, we should be able to emulate the mouse without installing any drivers for a Windows PC or Mac. There will be two XBEE devices used to transmit the states of the left and right click buttons on the glove. We purchased the low power with chip antenna model for two reasons. Firstly, we needed the

5 Page 5/6 low power because the glove will be operating off of battery power, and secondly, the on chip antenna is not invasive to the user like the integrated wire antenna is. Fig 3. Block Diagram of the CMU Cam System

6 Page 6/6 Materials and Resources: 1. PIC Microprocessor 2. CMU Cam2 3. XBee RF Module (2) 4. IR LED 5. IR Filter for Camera 6. Glove 7. Battery Separation of Work TASK CHRIS TRAVIS Preliminary Research 60% 40% CMU Cam Interface 70% 30% USB Interface 30% 70% Xbee Interface 50% 50% Prototyping 50% 50% Board Construction 40% 60% Troubleshooting 50% 50% Gantt Chart TroubleshooHng BoardConstrucHon Expected Prototyping XbeeInterfaceProgramming USBInterfaceProgramming CMUCaminterface Programming PreliminaryResearch

EEL 4924: Senior Design. 27 January Project Design Report: Voice Controlled RC Device

EEL 4924: Senior Design. 27 January Project Design Report: Voice Controlled RC Device EEL 4924: Senior Design 27 January 2009 Project Design Report: Voice Controlled RC Device Team VR: Name: Name: Kyle Stevenson Email: chrisdo@ufl.edu Email: relakyle@ufl.edu Phone: 8135271966 Phone: 8132051287

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

The Implementation of a Glove-Based User Interface

The Implementation of a Glove-Based User Interface The Implementation of a Glove-Based User Interface Chris Carey January 26, 2010 Abstract Multi-touch interfaces have been rising in usage because of how their multiple points of input simplify the execution

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

Preliminary Design Report

Preliminary Design Report 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

More information

Reza Afshari Project Proposal Etec 471, Professor Todd Morton October 28, Western Washington University Electronics Engineering Technology

Reza Afshari Project Proposal Etec 471, Professor Todd Morton October 28, Western Washington University Electronics Engineering Technology WIRELESS OPTICAL USB MOUSE Reza Afshari Project Proposal Etec 471, Professor Todd Morton October 28, 2004 Western Washington University Electronics Engineering Technology INTRODUCTION Almost everybody

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 Project Design Report. Project Title: LiveDrive Display. Team Name: Team Road Rage

Preliminary Project Design Report. Project Title: LiveDrive Display. Team Name: Team Road Rage EEL 4914 Electrical Engineering Design (Senior Design) Preliminary Project Design Report 28 January 2008 Project Title: LiveDrive Display Team Name: Team Road Rage Team Members: Name: Kenneth Hunter Email:

More information

Drawing Glove. Project Proposal. Team 34 Joseph Xiong jcxiong2 Willie Zeng wzeng4

Drawing Glove. Project Proposal. Team 34 Joseph Xiong jcxiong2 Willie Zeng wzeng4 Drawing Glove Project Proposal Team 34 Xiong jcxiong2 Zeng wzeng4 ECE445 TA: Henry Duwe September 14, 2016 Table of Contents 1.0 Introduction 1.1 Statement of Purpose 1.2 Objectives 1.2.1 Goals and Benefits

More information

Design And Implementation Of Ordering System For Restaurants

Design And Implementation Of Ordering System For Restaurants Design And Implementation Of Ordering System For Restaurants V. Swapna (A), M. Firdouse Ali Khan (B) (a) Department of ECE, ATRI, Parvathapur, Hyderabad. (b) Snr.Asst.Professor, Department of ECE, ATRI,

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

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

SECOND EDITION. Arduino Cookbook. Michael Margolis O'REILLY- Tokyo. Farnham Koln Sebastopol. Cambridge. Beijing

SECOND EDITION. Arduino Cookbook. Michael Margolis O'REILLY- Tokyo. Farnham Koln Sebastopol. Cambridge. Beijing SECOND EDITION Arduino Cookbook Michael Margolis Beijing Cambridge Farnham Koln Sebastopol O'REILLY- Tokyo Table of Contents Preface xi 1. Getting Started 1 1.1 Installing the Integrated Development Environment

More information

mbot v1.1 - Blue (Bluetooth Version)

mbot v1.1 - Blue (Bluetooth Version) mbot v1.1 - Blue (Bluetooth Version) SKU 110090103 What is mbot? mbot is an all-in-one solution to enjoy the hands-on experience of programming, electronics, and robotics. What is mbot? mbot is an all-in-one

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

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

Wolfee Presenter+ User Guide

Wolfee Presenter+ User Guide Wolfee Presenter+ User Guide Welcome To the future of presentations! Wolfee Presenter+, a CES 2019 Innovation Awards Honoree *, gives you full control while speaking, making it extremely easy for you to

More information

Final Report. Project Title: Dial A Whip

Final Report. Project Title: Dial A Whip EEL 4924 Electrical Engineering Design (Senior Design) 25 April 2012 Project Title: Dial A Whip Team Members: Name: Chris Calvo Name: Daniel De Leo Project Abstract: Dial A Whip consists of a compact module

More information

I/O System for the PSYONIC Advanced Bionic Hand. Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017

I/O System for the PSYONIC Advanced Bionic Hand. Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017 I/O System for the PSYONIC Advanced Bionic Hand Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017 Background PSYONIC is a startup at the University of Illinois working on bringing low-cost

More information

PRESENTED BY: M.NAVEEN KUMAR 08M31A05A7

PRESENTED BY: M.NAVEEN KUMAR 08M31A05A7 PRESENTED BY: M.NAVEEN KUMAR 08M31A05A7 The computer mouse was invented in 1960s and it went through many revisions regarding its functionality and features since then. According to folks from Celluon

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

(Mac computer) Displayed images from projector become an interactive whiteboard with U-Pointer

(Mac computer) Displayed images from projector become an interactive whiteboard with U-Pointer U-Pointer (Mac computer) User Manual Displayed images from projector become an interactive whiteboard with U-Pointer U-Pointer enables interactive operation without a dedicated board such as the operation

More information

OmniMouse Final Presentation

OmniMouse Final Presentation OmniMouse Final Presentation An ECE 445 Senior Design Project by Group 74 Jie Jia, Yifei Li, and Zhengfeng Wu The Inspiration As Computer and Electrical Engineering students, we use our computers on a

More information

Comparative Study of Hand Gesture Recognition Techniques

Comparative Study of Hand Gesture Recognition Techniques Reg. No.:20140316 DOI:V2I4P16 Comparative Study of Hand Gesture Recognition Techniques Ann Abraham Babu Information Technology Department University of Mumbai Pillai Institute of Information Technology

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

Wireless High-Voltage Power Line Sensor

Wireless High-Voltage Power Line Sensor University of Manitoba Department of Electrical & Computer Engineering ECE 4600 Group Design Project Progress Report Wireless High-Voltage Power Line Sensor by Group 11 Jordan Bartel Thomas Neusitzer Sailen

More information

EEL 4914 Senior Design Spring 2008

EEL 4914 Senior Design Spring 2008 EEL 4914 Senior Design Spring 2008 Preliminary Design Report Cogni&ve Electroencephalography Acquisi&on Laboratory System Team 10 : MindView Daniel Schoonover Jose J Perez bmiguy@cnel.ufl.edu josejose@ufl.edu

More information

User Manual. for IW2 Wireless Interactive Whiteboard System. Download and install IPEVO IW2 software at support.ipevo.com/iw2

User Manual. for IW2 Wireless Interactive Whiteboard System. Download and install IPEVO IW2 software at support.ipevo.com/iw2 User Manual for IW2 Wireless Interactive Whiteboard System Download and install IPEVO IW2 software at support.ipevo.com/iw2 Table of Contents Package Contents...1 The Basics...1 Two Ways to Use IW2...2

More information

Design Progress Report: x10 Environmental Control System Brian Kennedy, David Ramsay University of Rhode Island, Department of Biomedical Engineering

Design Progress Report: x10 Environmental Control System Brian Kennedy, David Ramsay University of Rhode Island, Department of Biomedical Engineering Design Progress Report: x10 Environmental Control System Brian Kennedy, David Ramsay University of Rhode Island, Department of Biomedical Engineering Kingston, Rhode Island Professors: Ying Sun, PhD. Eugene

More information

How Computer Mice Work

How Computer Mice Work How Computer Mice Work Inside this Article 1. Introduction to How Computer Mice Work 2. Evolution of the Computer Mouse 3. Inside a Mouse 4. Connecting Computer Mice 5. Optical Mice 6. Optical Mouse Accuracy

More information

PROFESSIONAL DUAL CAR CAM WITH GPS LOGGER

PROFESSIONAL DUAL CAR CAM WITH GPS LOGGER PROFESSIONAL DUAL CAR CAM WITH GPS LOGGER SKU: DualCCPro THANK YOU FOR PURCHASING THE DUAL CC PRO Please read this manual before operating the Dual CC Pro and keep it handy. The Dual Car Cam Pro is just

More information

Wall-Follower. Xiaodong Fang. EEL5666 Intelligent Machines Design Laboratory University of Florida School of Electrical and Computer Engineering

Wall-Follower. Xiaodong Fang. EEL5666 Intelligent Machines Design Laboratory University of Florida School of Electrical and Computer Engineering Wall-Follower Xiaodong Fang EEL5666 Intelligent Machines Design Laboratory University of Florida School of Electrical and Computer Engineering TAs: Tim Martin Josh Weaver Instructors: Dr. A. Antonio Arroyo

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

XBEE in API mode PRESENTED BY : NIKUNJ GANDHI ( ) VARUN KUMAR DWIVEDI ( )

XBEE in API mode PRESENTED BY : NIKUNJ GANDHI ( ) VARUN KUMAR DWIVEDI ( ) XBEE in API mode PRESENTED BY : NIKUNJ GANDHI (200811013) VARUN KUMAR DWIVEDI (200811011) 1 XBEE RADIO S DON T TELL ME ABOUT THE TECHNOLOGY TELL ME ABOUT THE APPLICATION --- TOM 2 WHAT S THE APPLICATION?

More information

Arduino Cookbook O'REILLY* Michael Margolis. Tokyo. Cambridge. Beijing. Farnham Koln Sebastopol

Arduino Cookbook O'REILLY* Michael Margolis. Tokyo. Cambridge. Beijing. Farnham Koln Sebastopol Arduino Cookbook Michael Margolis O'REILLY* Beijing Cambridge Farnham Koln Sebastopol Tokyo Table of Contents Preface xiii 1. Getting Started 1 1.1 Installing the Integrated Development Environment (IDE)

More information

Using infrared proximity sensors for close 2D localization and object size recognition. Richard Berglind Neonode

Using infrared proximity sensors for close 2D localization and object size recognition. Richard Berglind Neonode Using infrared proximity sensors for close 2D localization and object size recognition Richard Berglind Neonode Outline Overview of sensor types IR proximity sensors and their drawbacks Principles of a

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

Tap BLE API Documentation

Tap BLE API Documentation Tap BLE API Documentation Version 1.0.1 Table of contents Tap BLE API Documentation 1 Table of contents 1 General description 2 Device discovery 2 Scanning 2 Connecting & pairing 2 Usage of API 2 Types

More information

AlteraBot Self-Test User Manual A Hardware Evaluation Guide for ECE 2031

AlteraBot Self-Test User Manual A Hardware Evaluation Guide for ECE 2031 AlteraBot Self-Test User Manual A Hardware Evaluation Guide for ECE 2031 Prepared For ECE 2031 Students Prepared By Shane Connelly May 2, 2005 1 Table of Contents Section 1: Scope 3 Introduction 3 System

More information

Computer Basics. Need more help? What s in this guide? Types of computers and basic parts. Why learn to use a computer?

Computer Basics. Need more help? What s in this guide? Types of computers and basic parts. Why learn to use a computer? Computer Basics What s in this guide? The purpose of this guide is to help you feel more comfortable using a computer. You will learn: The similarities and differences between laptop, desktop, and tablet

More information

AlphaBeam. Description. Requirements. for PC

AlphaBeam. Description. Requirements. for PC AlphaBeam for PC Description AlphaBeam is a software application you install on your computer that lets you beam text from your IR-capable AlphaSmart device to an IR-capable computer. AlphaBeam sends text

More information

USER MANUAL. Model NAME : Anker USB 2.4G Wireless Vertical Mouse MODEL NO. : A VERSION : 0.1 DATE : A User Manual VER: 0.

USER MANUAL. Model NAME : Anker USB 2.4G Wireless Vertical Mouse MODEL NO. : A VERSION : 0.1 DATE : A User Manual VER: 0. USER MANUAL Model NAME : Anker USB 2.4G Wireless Vertical Mouse MODEL NO. : A7809012 VERSION : 0.1 DATE : 2015.10.16 Page 1 of 8 Version. Revised Date PIC Remark # 0.1 16/10/2015 Bob Preliminary Page 2

More information

Inspiron 15 Gaming Setup and Specifications

Inspiron 15 Gaming Setup and Specifications Inspiron 15 Gaming Setup and Specifications Computer Model: Inspiron 15-7566 Regulatory Model: P65F Regulatory Type: P65F001 Notes, cautions, and warnings NOTE: A NOTE indicates important information that

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

Laboratory of Sensors Engineering Sciences 9 CFU

Laboratory of Sensors Engineering Sciences 9 CFU Laboratory of Sensors Engineering Sciences 9 CFU Contacts Alexandro Catini catini@ing.uniroma2.it Phone: +39 06 7259 7347 Department of Electronic Engineering First Floor - Room B1-07b Course Outline THEORY

More information

SILVER WATCH WITH NIGHT VISION

SILVER WATCH WITH NIGHT VISION SILVER WATCH WITH NIGHT VISION SKU: NightWatchSilver4GB (8GB) (16GB) THANK YOU FOR PURCHASING THE SILVER WATCH WITH NIGHT VISION Please read this manual before operating the silver watch with night vision

More information

User Manual. for IW2 Wireless Interactive Whiteboard System. Download and install IPEVO IW2 software at support.ipevo.com/iw2

User Manual. for IW2 Wireless Interactive Whiteboard System. Download and install IPEVO IW2 software at support.ipevo.com/iw2 User Manual for IW2 Wireless Interactive Whiteboard System Download and install IPEVO IW2 software at support.ipevo.com/iw2 Table of Contents Package Contents...1 The Basics...1 Two Ways to Use IW2...2

More information

Society A Publish/Subscribe Architecture for Behavior Based Control

Society A Publish/Subscribe Architecture for Behavior Based Control Society A Publish/Subscribe Architecture for Behavior Based Control CPE 426 - Senior Projects Hardware Component Lance Hutchinson Department of Computer Science and Engineering University of Nevada, Reno

More information

Re: ENSC 440 Functional Specification for a Motion Capture System

Re: ENSC 440 Functional Specification for a Motion Capture System School of Engineering Science Burnaby, BC V5A 1S6 February 19, 2007 Dr. Lakshman One School of Engineering Science Simon Fraser University Burnaby, British Columbia V5A 1S6 Re: ENSC 440 Dear Dr. One, The

More information

Table of Contents. Introduction 1. Software installation 2. Remote control and video transmission 3. Navigation 4. FAQ 5.

Table of Contents. Introduction 1. Software installation 2. Remote control and video transmission 3. Navigation 4. FAQ 5. Table of Contents Introduction 1. Software installation 2. Remote control and video transmission 3. Navigation 4. FAQ 5. Maintenance 1.1 1.2 1.3 1.4 1.5 1.6 2 Introduction Introduction Introduction The

More information

HAND ACTIVATED NON-OBSTRUCTIVE SYSTEM (H.A.N.S.)

HAND ACTIVATED NON-OBSTRUCTIVE SYSTEM (H.A.N.S.) HAND ACTIVATED NON-OBSTRUCTIVE SYSTEM (H.A.N.S.) Richard Hathcoat / Isabel Carrillo / Kenneth Garmon / Tyler Kates Dr. Ana Goulart Electronic Systems Engineering Technology Texas A&M University EnginiumDesigns@Outlook.com

More information

WINCE 6.0 Car Navigation Box CS9320 User Manual

WINCE 6.0 Car Navigation Box CS9320 User Manual WINCE 6.0 Car Navigation Box CS9320 User Manual CS9320 is Wonde Proud's new era for GPS+GLONASS dual mode navigation. Following past model's stability and universal compatibility, we developed CS9320 as

More information

Interactive PTZ Camera Control System Using Wii Remote and Infrared Sensor Bar

Interactive PTZ Camera Control System Using Wii Remote and Infrared Sensor Bar Interactive PTZ Camera Control System Using Wii Remote and Infrared Sensor Bar A. H. W. Goh, Y. S. Yong, C. H. Chan, S. J. Then, L. P. Chu, S. W. Chau, and H. W. Hon International Science Index, Computer

More information

Wireless Local Positioning System. Project Overview Functional Description Hardware and Software Design Components and Interfaces Timing Extensions

Wireless Local Positioning System. Project Overview Functional Description Hardware and Software Design Components and Interfaces Timing Extensions Wireless Local Positioning System Project Overview Functional Description Hardware and Software Design Components and Interfaces Timing Extensions Project Overview Wirelessly senses positions of nodes

More information

Inspiron 13. Setup and Specifications Series 2-in-1. Computer Model: Inspiron Regulatory Model: P69G Regulatory Type: P69G001

Inspiron 13. Setup and Specifications Series 2-in-1. Computer Model: Inspiron Regulatory Model: P69G Regulatory Type: P69G001 Inspiron 13 7000 Series 2-in-1 Setup and Specifications Computer Model: Inspiron 13-7368 Regulatory Model: P69G Regulatory Type: P69G001 Notes, cautions, and warnings NOTE: A NOTE indicates important information

More information

Inspiron 15. Setup and Specifications Series 2-in-1. Computer Model: Inspiron Regulatory Model: P58F Regulatory Type: P58F001

Inspiron 15. Setup and Specifications Series 2-in-1. Computer Model: Inspiron Regulatory Model: P58F Regulatory Type: P58F001 Inspiron 15 5000 Series 2-in-1 Setup and Specifications Computer Model: Inspiron 15-5568 Regulatory Model: P58F Regulatory Type: P58F001 Notes, cautions, and warnings NOTE: A NOTE indicates important information

More information

Contents. Text Notations. Copyright. Using the digitizer pen (Optional) 10. Contents 3. Basic Items 4. Using the Slate PC Dock (Optional) 11

Contents. Text Notations. Copyright. Using the digitizer pen (Optional) 10. Contents 3. Basic Items 4. Using the Slate PC Dock (Optional) 11 Contents Contents 3 Basic Items 4 Overview 5 Setting up the computer 8 Using the digitizer pen (Optional) 10 Using the Slate PC Dock (Optional) 11 Using the Bluetooth Wireless Keyboard (Optional) 14 Text

More information

Installation instructions for USB cables SiLabs CP2102 chipset Please install driver before connecting cable!

Installation instructions for USB cables SiLabs CP2102 chipset Please install driver before connecting cable! TechnoFix UK Installation instructions for USB cables SiLabs CP2102 chipset This document contains four sections: 1. USB cable driver installation instructions 2. Instructions for CAT & CI-V cables 3.

More information

Haldia Institute of Technology. Touch Screen Monitors

Haldia Institute of Technology. Touch Screen Monitors Haldia Institute of Technology Department of Instrumentation & Control Engineering A Seminar Report on Touch Screen Monitors By: Suman Tewary (06-IC-18) 6 th Semester 1 2 Content Introduction How Touch

More information

PointWrite User Manual

PointWrite User Manual PointWrite User Manual Table of contents Shipping contents... 3 Attaching the PointWrite to the projector... 4 Connecting the PointWrite to PC... 5 Pen action... 5 Exchanging the pen tip...5 Driver Installation...

More information

2.4G Wireless Touchpad Keyboard. Model: IC-GK01. User Manual

2.4G Wireless Touchpad Keyboard. Model: IC-GK01. User Manual 2.4G Wireless Touchpad Keyboard Model: IC-GK01 User Manual I. Overview IV. Specifications Using the latest 2.4 GHz technology, this iclever IC-GK01 Wireless Keyboard is a fully functional wireless keyboard

More information

LOW ENERGY ANDROID GAMEPAD

LOW ENERGY ANDROID GAMEPAD LOW ENERGY ANDROID GAMEPAD Marty Lewis Andrzej Forys FUNCTIONAL DESCRIPTION Project Idea: Low power, wireless, silicone game pad for Android Devices Ergonomic fit with standard controller layout Six buttons

More information

Installation & User s Guide

Installation & User s Guide Wireless 5 button Optical Mouse Item Number: 11010887 Installation & User s Guide All brand names and trademarks are the property of their respective owners. FCC and CE Radiation Norm FCC This equipment

More information

Radio Mini Wireless Wheel Mouse User s Guide MODEL: RFMSW-15

Radio Mini Wireless Wheel Mouse User s Guide MODEL: RFMSW-15 Radio Mini Wireless Wheel Mouse User s Guide MODEL: RFMSW-15 Trademark Recognition Windows, Office 97 and MS-IntelliMouse are registered trademarks of Microsoft Corp. RFMSW-15 THIS DEVICE COMPLIES WITH

More information

Introducing Micro-Controller Interface in. Kapil Kadam, Research Scholar, IIT Bombay, Mumbai , India

Introducing Micro-Controller Interface in. Kapil Kadam, Research Scholar, IIT Bombay, Mumbai , India Introducing Micro-Controller Interface in Kapil Kadam, Research Scholar, IIT Bombay, Mumbai-400076, India kkapilkk@gmail.com kapilkadam@iitb.ac.in Introduction Introduction The use of blender 3d, being

More information

DIY Line Tracking Smart Car with AT89C2051

DIY Line Tracking Smart Car with AT89C2051 DIY Line Tracking Smart Car with AT89C2051 1. Introduction: A DIY Smart Car design involves mechanical structure, electronic based sensor principle, automatic control, and even knowledge of microcontroller

More information

Indriya_DP_03A14. Features. Block Diagram. XBEE based Wireless Sensor Network development platform

Indriya_DP_03A14. Features. Block Diagram. XBEE based Wireless Sensor Network development platform Indriya TM is a hardware development environment for building ambient intelligence based wireless sensor network applications. Features Simple, pervasive & low power 8-bit microcontroller core with low-power

More information

D-Rex. Final Report. An Ho. April 21, 14

D-Rex. Final Report. An Ho. April 21, 14 D-Rex Final Report An Ho April 21, 14 University of Florida Department of Electrical and Computer Engineering EEL 4665 IMDL Instructors: A. Antonio Arroyo, Eric M. Schwartz TA: Andrew Gray Table of Contents

More information

Homework 3: Design Constraint Analysis and Component Selection Rationale

Homework 3: Design Constraint Analysis and Component Selection Rationale Homework 3: Design Constraint Analysis and Component Selection Rationale Team Code Name: 2D-MPR Group No. 12 Team Member Completing This Homework: James Phillips E-mail Address of Team Member: jephilli@

More information

DataHub: FAQs/Troubleshooting

DataHub: FAQs/Troubleshooting On the Ward s DataHub... = Select key = On/Off and ESC key = Scroll key 1. How do I pair my DataHub with a Windows computer? 2. How do I pair my DataHub with an Apple Macintosh (Mac) computer? 3. How do

More information

Easy to connect to internet & browse or listen to music or videos A range of software and programs can be used for home, business, education etc

Easy to connect to internet & browse or listen to music or videos A range of software and programs can be used for home, business, education etc EIT, Author Gay Robertson, 2016 Desktop PC Made up of system unit, keyboard, monitor, mouse Relatively cheap but not portable and take up a lot of space Are versatile You can add extras for speed or storage

More information

Implementation of Wireless Sensor Hub to Support Protocols Interoperability

Implementation of Wireless Sensor Hub to Support Protocols Interoperability Implementation of Wireless Sensor Hub to Support Protocols Interoperability Hitixa R. Patel VLSI & Embedded System Design GTU PG School Ahmedabad, India hitixa30@gmail.com Mr. Rajesh Sola Advance Computer

More information

ECE791/792 Project Proposal

ECE791/792 Project Proposal ECE791/792 Project Proposal Project Title: Touch Screen, Gaming, and Audio Visual LED Table Team Members: Michael Perez, Michael McManus, Nicholas Nazarenko, Andreas Wigger Advisor: Dr. Richard Messner

More information

Technical Disclosure Commons

Technical Disclosure Commons Technical Disclosure Commons Defensive Publications Series October 06, 2017 Computer vision ring Nicholas Jonas Barron Webster Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

VEX Robot Remote Control Set-Up

VEX Robot Remote Control Set-Up VEX Robot Remote Control Set-Up Note: Before proceeding with the VEXnet joystick setup on the following pages, complete these steps: 1) Open the RobotC program 2) Select File > Open Sample Program 3) Select

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

Pronto. User Guide. User Guide

Pronto. User Guide. User Guide Pronto EN 1 Pronto Copyright 2005 Royal Philips Electronics, Interleuvenlaan 72-74, 3000 Leuven (Belgium) Remark: All rights are reserved. Reproduction in whole or in part is prohibited without prior consent

More information

AlphaBot2 robot building kit for Arduino

AlphaBot2 robot building kit for Arduino AlphaBot2 robot building kit for Arduino SKU 110060864 Description This AlphaBot2 robot kit is designed to use with an Arduino compatible board UNO PLUS. It features rich common robot functions including

More information

Xtreamer AirMouse Pro USER GUIDE

Xtreamer AirMouse Pro USER GUIDE Xtreamer AirMouse Pro USER GUIDE 1 Xtreamer AirMouse Pro user guide AirMouse Pro Remote control & Keyboard 2 Xtreamer AirMouse Pro user guide Contents Chapter 1: Introduction 6 Welcome 7 What s in the

More information

Invisible Infra Red Flash Booster

Invisible Infra Red Flash Booster Invisible Infra Red Flash Booster Model: QC-8044 Part No: IRX-22BW (VER.20140908) Wireless Booster Model: QC-8044 / IRX-22BW Main Features: *Upgrade any visible scouting camera to be totally invisible.

More information

UserGuide_TempSensor_with_Alarms Issue 4/

UserGuide_TempSensor_with_Alarms Issue 4/ SPECTECS TEMPERATURE SENSOR WITH ALARMS ( Wi-Fi enabled with optional module ) Embedded control EMC1001 sensor Range 0C to +125C Resolution 0.25C Accuracy +/-1.5C, 40 to 85C USB powered or external 2.2-16V

More information

Basic PC: How do you turn on this darn thing?

Basic PC: How do you turn on this darn thing? Basic PC: How do you turn on this darn thing? What is the computer? Basic PC: How do you turn on this darn thing? A computer is a device that accepts information and manipulates it for some result. It

More information

Contactless Hand Gesture Recognition System

Contactless Hand Gesture Recognition System www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 3 Issue 11 November, 2014 Page No. 9238-9242 Contactless Hand Gesture Recognition System Puja D. Kumbhare Email-id:

More information

Assignment 1 What is a Computer?

Assignment 1 What is a Computer? Assignment 1 What is a Computer? Hello, I'm PC. Read about the computer. Answer the questions. A computer is a tool that runs programs. The computer is sometimes called a "personal computer" or PC for

More information

Design and Development of Control System for Three- Dimensional Wireless Human-Computer

Design and Development of Control System for Three- Dimensional Wireless Human-Computer IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. II (May Jun. 2014), PP 71-76 Design and Development of Control System for

More information

Motion-sensing Devices in the Assistive Technology Arena

Motion-sensing Devices in the Assistive Technology Arena Motion-sensing Devices in the Assistive Technology Arena Owen R. Edwards, MEng Rehabilitation Engineering Research Fellow, Smith-Kettlewell Eye Research Institute & Bioengineer, Stanford University School

More information

CONTENTS. Model no: NT-013

CONTENTS. Model no: NT-013 1 CONTENTS Model no: NT-013 1. Product Overview... 2 2. How This Product Works..... 2 3. Product Features... 5 4. Package Contents... 6 5. Safety Precautions......6 6. Identifying Parts and their Functions...

More information

Domain 3000 Back Panel

Domain 3000 Back Panel Domain 3000 Back Panel The Domain 3000 has 25 I/O ports plus a connector for an external power supply (included) and an LED to indicate that the power is on. Typically, it is placed on a shelf or equipment

More information

Final Design Report. Project Title: Automatic Storm Shutters. Team Name: Make It Rain

Final Design Report. Project Title: Automatic Storm Shutters. Team Name: Make It Rain EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 4 August 2009 Project Title: Automatic Storm Shutters Team Name: Make It Rain Team Members: Name: Kyle Weber Name: Zachary Wernlund

More information

2.4GHz Wireless Optical Mouse

2.4GHz Wireless Optical Mouse 2.4GHz Wireless Optical Mouse Model #: MP1950BLK User Manual PID #: 111587-109342 Rev. 140402 All brand name and trademarks are the property of their respective companies Mac and Mac OS X are registered

More information

Design And Implementation Of Smart Parking System Using Peripheral Interface Controllers And Infrared Sensors

Design And Implementation Of Smart Parking System Using Peripheral Interface Controllers And Infrared Sensors ITERATIOAL JOURAL OF SCIETIFIC & TECHOLOG RESEARCH VOLUME 5, ISSUE 06, JUE 2016 ISS 2277-8616 Design And Implementation Of Smart Parking System Using Peripheral Interface s And Infrared Sensors May Thaw

More information

Hardware Design of Smart Home System Based on zigbee Wireless Sensor Network

Hardware Design of Smart Home System Based on zigbee Wireless Sensor Network Available online at www.sciencedirect.com ScienceDirect AASRI Procedia 8 (2014 ) 75 81 2014 AASRI Conference on Sports Engineering and Computer Science (SECS 2014) Hardware Design of Smart Home System

More information

Inspiron Setup and Specifications. 2-in-1. Computer Model: Inspiron Regulatory Model: P58F Regulatory Type: P58F001

Inspiron Setup and Specifications. 2-in-1. Computer Model: Inspiron Regulatory Model: P58F Regulatory Type: P58F001 Inspiron 15 5000 2-in-1 Setup and Specifications Computer Model: Inspiron 15-5578 Regulatory Model: P58F Regulatory Type: P58F001 Notes, cautions, and warnings NOTE: A NOTE indicates important information

More information

Grove - 80cm Infrared Proximity Sensor

Grove - 80cm Infrared Proximity Sensor Grove - 80cm Infrared Proximity Sensor Introduction 3.3V 5.0V Analog The 80cm Infrared Proximity Sensor is a General Purpose Type Distance Measuring Sensor. This sensor SharpGP2Y0A21YK, boasts a small

More information

T-SERIES THERMAL IMAGING CAMERAS FOR PREDICTIVE MAINTENANCE UNLEASH THE ULTIMATE POWER OF FLIR

T-SERIES THERMAL IMAGING CAMERAS FOR PREDICTIVE MAINTENANCE UNLEASH THE ULTIMATE POWER OF FLIR T-SERIES THERMAL IMAGING CAMERAS FOR PREDICTIVE MAINTENANCE UNLEASH THE ULTIMATE POWER OF FLIR T-SERIES THE ULTIMATE THERMAL IMAGER PRODUCTIVITY BOOST Touchscreen tools as intuitive as a smartphone s Simple

More information

Inspiron Gaming Setup and Specifications

Inspiron Gaming Setup and Specifications Inspiron 15 7000 Gaming Setup and Specifications Computer Model: Inspiron 15-7567 Regulatory Model: P65F Regulatory Type: P65F001 Notes, cautions, and warnings NOTE: A NOTE indicates important information

More information

Joe Buckner & Nir Chezrony

Joe Buckner & Nir Chezrony I-Guide Intelligent Guide Robot Joe Buckner & Nir Chezrony Advisors: Dr. Joel Schipper & Dr. James Irwin, Jr. Sponsored By: Northrop Grumman Presentation Overview Project Summary Fall 2008 Accomplishments

More information

SCAN & PAINT 3D. Product Leaflet NEW PRODUCT. icroflown Technologies Charting sound fields MICROFLOWN // CHARTING SOUND FIELDS

SCAN & PAINT 3D. Product Leaflet NEW PRODUCT. icroflown Technologies Charting sound fields MICROFLOWN // CHARTING SOUND FIELDS icroflown Technologies Charting sound fields Product Leaflet SCAN & NEW PRODUCT PAINT 3D Microflown Technologies Tivolilaan 205 6824 BV Arnhem The Netherlands Phone : +31 088 0010800 Fax : +31 088 0010810

More information

Screen Sharing Solution Wireless collaboration for meeting rooms

Screen Sharing Solution Wireless collaboration for meeting rooms Meeting Room Solutions 2018 Screen Sharing Solution Wireless collaboration for meeting rooms powered by Intel Unite Designed with LED touch screen technology, the Vestel Interactive Flat Panel Display

More information

Liquid Level Controller using ARDUINO Board andzigbee Module

Liquid Level Controller using ARDUINO Board andzigbee Module Liquid Level Controller using ARDUINO Board andzigbee Module Sourin Acharjee Arunabho Kanti Som Arpita Ghosh Abstract: In this paper we have presented a remote liquid level controller using ARDUINO UNO

More information