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

Size: px
Start display at page:

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

Transcription

1 Drawing Glove Project Proposal Team 34 Xiong jcxiong2 Zeng wzeng4 ECE445 TA: Henry Duwe September 14, 2016

2 Table of Contents 1.0 Introduction 1.1 Statement of Purpose 1.2 Objectives Goals and Benefits Functions and Features 2.0 Design 2.1 Block Diagram 2.2 Block Description User Interface Signaling Processing Output Power Supply 3.0 Requirements and Verification 3.1 Requirements and Verification Table 3.2 Tolerance Analysis 4.0 Cost and Scheduling 4.1 Cost Analysis Labor Parts Grand Total 4.2 Schedule

3 1.0 Introduction 1.1 Statement of Purpose This project provides a cheaper alternative for artists to draw digitally. Instead of using a Xbox Kinect or tablet, this project allows the user to draw accurately onto a monitor even though the user is standing 10 feet away. The user can change brush sizes and paint different colors all through the wireless use of this glove. Having a varied wireless toolset for artists is both useful and convenient, and this project is more accessible to the public since it is a cheaper alternative. 1.2 Objectives Goals and Benefits Allows artists to draw digitally in an affordable manner Intuitive to set up and draw Users do not have to load an application or buy additional parts Large canvas Functions and Features Allows user to draw wirelessly to a monitor Responds to the motion of the finger as the input The rest of the glove is used to control drawing options Accurately outputs the motion of the glove to a monitor Camera sees the motion of the glove as the user draws in the air Includes ability to draw with different colors and brush sizes Easy to set up portable camera Available for different monitors

4 2.0 Design 2.1 Block Diagram 2.2 Block Description User Interface The user interface module encompasses all of the user aspects of the glove. It includes the controls for the user that allows for the different drawing features. Besides the power supply module, this module also connects with the signaling module, specifically the IR LEDs and the RGB LED. We will create a circuit for the controls to regulate these LED outputs On/Off Control The first control will be a push button to control if the IR LEDs will be on or off. The lights will be defaulted to off and will turn on as long as the button is on as well. This

5 would save some power in the module since the user would then only draw if the button is pressed. The button will be placed under the pointer finger (palm side) of the glove so when the user positions their hand in the way they hold a pen, their thumb will be ready to press the on/off button RGB LED Control The next control is for the color of the RGB LED through three sliders or knobs. Each slider will be connected to a potentiometer that is wired to a pin of the LED and by changing the values of the slider, the color of the LED would change. This control will be located on the back of the hand for an easily accessible location IR LED Control This last control is for controlling the brush size while drawing. This is controlled through 3 IR LEDs. The ON/OFF pattern of the IR LEDs will determine which brush size to use. For example, If LED 1 AND LED 3 are on, but LED 2 is OFF the camera should detect this pattern from the LED placements and use brush size 4. If LED 1 is ON and LED 2 and LED 3 are OFF, use brush size 3, etc. There will be two buttons, one to increase the brush size and one to decrease the brush size, which will change the LED ON/OFF state accordingly Signaling This module is in control of the communication between the glove and the camera. There is no data communication between the two but is instead through the lights of the glove that the camera sees. The glove will control the lights on it which will be seen by the camera which is part of the processing module to decipher the data that the camera sends to it IR LEDs These infrared LEDs will be the key indicator that the camera will see to locate the position of the glove. The 3 IR LEDs will be placed in a triangular pattern at approximately 1 cm apart on the pointer finger of the glove. The ON/OFF state of these LEDs will be detected by the camera, which will determine the brush size RGB LED This RGB LED is how the user chooses the color of the drawing tool being used. The LED is controlled through the user interface module and choose from the whole spectrum of colors. This LED will be placed next to the IR light on the glove.

6 2.2.3 Processing This module controls the communication between the camera and the output. The data from the camera will be connected to the microcontroller to decide what to do with the data. The camera will be connected directly to the microcontroller through a ribbon cable and the microcontroller will connect to the monitor through an HDMI cable Microcontroller This microcontroller will most likely be a Raspberry Pi which will have an input from the camera and an output to the monitor. The microcontroller will take information about the location of the IR LED, color of the RGB LED to decide the color, brush size, and location that the user wants to draw and send the corresponding data to the monitor. The Raspberry Pi Version 3 with its quad core and 1 GB RAM will be sufficient enough to perform image processing at a low resolution (640x480). Memory may be an issue, therefore we will have a MicroSD card (32GB) as an add on Software On the Raspberry Pi Model B, in the software side, we will be utilizing the software OpenCV and using languages: Python and bash(shell) for image processing. The syncing of Camera to Raspberry Pi would be done in shell, while the actual image processing portion will be done on OpenCV in Python. We will use the Picamera package for Raspberry Pi. Image processing will allow us to detect the IR LED and more additional features; The microcontroller will detect if a certain pattern from the IR lights. The brush size will change according to the pattern. For example, if LED 1 and LED 3 are ON and LED 2 is OFF, the brush size will be size 3. The color of the RGB LED will also be detected, and according to the color, the brush will also change. The Camera Search or detection feature will be done by implementing many images of the IR LEDs pattern, which is necessary for Machine learning. Much like facial detection, this will be done by processing each frame of the input to match the LED pattern. And although FPS will take a blow, I m confident the input will remain at a steady 30 fps Camera The camera is the source of the motion detection. It will use image processing to process the location of the pointer IR LED as well as the pattern of the IR LEDs to find the location of the brush and the size of the brush. The color value of the RGB LED will determine the color of the brush. The location of the pointer IR LED will be in coordinates that will be saved as a x,y point. Look in Software to see how certain

7 features are done, such as search Monitor The monitor could actually be any monitor meaning that the project does not need to be constrained to be where a specific monitor is but can be used anywhere that can display or project the information from the processing module Power Supply The power supply module provides power to each of the other components of this project Power Source There will be two power sources in this project. One will be for the glove and the other is for the rest of the system. The glove will use a 9V battery to power the IR LED and RGB LED along with the controls. LED s will draw power from the 9v battery on the glove by using 4 resistors that are in series with 4 LED s, each resistor for one LED, and this resistor & LED pair will be parallel with other resistor & LED pairs. There will be a voltage regulator responsible in providing a fixed 5 voltage as the source may decay. The microcontroller and the camera, an add on, will be powered by a micro usb to battery/wall outlet at 5.1V. At 2.5A.

8 3.0 Requirements and Verification 3.1 Requirements and Verification Table Requirement Processing 1. Is able to receive input from the camera with delay of less than 1000ms 2. Is able to output data to a monitor through HDMI/VGA with resolution of at least 640 x 480 (pixels) 3. Camera records at least 30 fps 4. Provide data x,y points to the Software/Microcontroller in the location of the pointer IR LED 5. Detect alternating patterns from the IR LEDs 6. Must display the corresponding RGB LED Colors to the Monitor as it is configured on the glove. 7. Monitor is able to receive inputs of HDMI 8. SOFTWARE: Check if the video/image processing files, microcontroller operating system, and camera input data are not taking up more than 16GB (the size of the intended SD Card) Verification 1. By using software compatible with Raspberry Pi (IDLE 3) check if camera is getting any data from 5 inches away. Then check if data is from LED s by moving LED s at a constant distance of 5 inches away, moving 5 inches farther when verified and timing the delay of movement. 2. Test to see if the monitor displays the motion of the glove. 3. (Assuming that the software has image processing) Run test trials for 30 minutes of glove/ir sensor movement and see if there are any visible signs of lag in the movement of the user to the output of the monitor. At 30 fps, there is no visible lag. 4. Code in the software to display the xy points of where the IR sensor is. Continuously place the IR sensor at the same place for 3 trials and see if the data points are the same. Then move it so that the x value is decreasing and then y value is decreasing. The max value for these points is 640 x Continuously move the IR LED through the length of the user s wingspan and repeatedly change the pattern of LED s (LED1 on, LED2 on, LED3 off, etc.) to change the brush, every input should be. Every brush size can be drawn on the monitor 6. Test different combinations of red,

9 green, and blue. The tests will include only red, only green, only blue, each combination of 2 colors, all three colors, and no color. Then the displayed color and the RGB LED color will be compared by taking a picture of the two next to each other and using computer software to check if the color values are the same. 7. Check to see if one of these ports are available to connect. It should display the Raspberry Pi functions at bootup. 8. At the end of 5, 10 minute trials, check the size of the folder containing the images used for image processing. Check the size of each individual PNG picture which should be no more than 2MB. Power Supply (Glove) 1. Must be able to support 9v +/ 0.5V and 200mA +/ 100mA to accommodate for 3 IR LEDs, an RGB LED ( IR at 1.6v and RGB at 2 3v), and the circuitry involved with controlling the LEDs. The current value was chosen because the optimal current for the LEDs is about 100mA and the difference is to account for resistors and other circuitry. 2. Must be able to supply approximately 1.8 watts for this glove for at least one hour. Power Supply (Main) 1. Must be able to support 5.1V for the Microcontroller and Camera at 2.4A (USB) This voltage is the 1. Use multimeter parallel to power source. The voltage must be within the tolerance and the current at the voltage source with the completed circuitry must be within the tolerance. 2. To test the power, the voltage and current of the power source will be tested above and the power will be calculated afterwards. To test for the duration of the battery, we will test how long the glove will stay powered on by holding the on/off button and timing until the battery dies or the glove reaches the one hour mark. 1. Use Raspberry Pi with Camera attachment and see if they both turn on.

10 power supply for the Raspberry Pi. LEDs 1. For the RGB LED, emit light at a distance of at least 5 7 ft from the Camera so we can encompass the full wingspan of the user. The luminosity of RGB LED should be equivalent to (800, 4000, 900)mcd millicandelas. 2. For the IR LED, emit light at a distance of at least 5 7ft from the camera so we can encompass the full wingspan of the user. 1. Use a Photometer to detect the luminosity of the LED at a approximate distance from 7 8 ft (the user will be at this drawing at a distance of 5 7ft). Luminosity should be within +/ 50mcd of the mcd listed to the left. Also find the lowest range that can be detected by the camera and write down the value of mcd and range. The user must then stand at least 1 ft closer than the range. 2. Start by placing the IR LED close to the Raspberry Pi Camera Module and gradually move it back by 6 inches. Take photos with the Raspberry Pi Camera Module. If the IR LED is not visible or is faint, then we have reached the lower bound. We will write down this outer bound and request that the user stay 1 feet closer from the outer bound of the LED. Controls 1. On/Off button controls IR LED correctly 2. RGB sliders/potentiometers can vary the color of the RGB LED 3. Up/Down buttons changes which IR LEDs light up 1. Check connections of buttons/potentiometers by changing their state, see if the circuit responds by using multimeter or camera detection. 3.2 Tolerance Analysis Critical Component: Camera

11 The camera plays a pivotal role because the success of the project is based on the accuracy of the camera detecting the glove. The accuracy of detection for these LED lights are crucial for the camera in interpreting the location and the brush color/size which are key features we are adding. If the camera is not accurate enough to distinguish between IR LEDs and RGB LEDs, the quality of the outputted drawing will be greatly diminished hurting the overall project. Acceptable Tolerance: The first tolerance is that the camera must shoot at least 30 frames per second. This is so the motion of the glove seen on the camera would be smooth enough to be visually appealing to the user. Any less frames may cause choppiness in the motion seen on the monitor. The second tolerance is that the camera must accurately detect the location of the glove at about 5 7 ft from the camera. We have decided that an optimal distance for the user using this device would be about 5 7 ft. Any closer and the LED may shine too close to the camera and not provide an acceptable resolution to display and if the user is too far away, the camera will not be able to detect the LEDs. Test Procedure: The first test will start with an eye test to see if the motion detection is choppy. To test for accuracy, we will cut out 5 differently sized cardboard circles then stand at the optimized distance of 5 7 feet and using one circle at a time, outline the circle with the glove and see if the displayed drawing is a perfect circle. This will be repeated with the other circles to test if the displayed drawing is a perfect circle. Presentation of results: The results will be presented in a table format, checking for these tolerances once a week after the camera, microcontroller, and monitor connections are functional.

12 4.0 Cost and Scheduling 4.1 Cost Analysis Labor Name Hourly Rate Total Hours Invested Total Cost (Rate*2.5*Hours) Zeng $ $17, Xiong $ $17, TOTAL $35, Parts Item Quantity Price Raspberry Pi 3 Model B 1 $36 microsd 1 $8 Duracell 9V battery 2 $8 Raspberry Pi Camera Module 1 $25 IR LED 3 $18 RGB LED 1 $2 Potentiometer 3 $2 Resistor 13 <$1 Button 3 $3

13 Total $ Grand Total Section Total Labor $35, Parts $ Grand Total $35, Schedule Week Tasks Partner 9/12 9/18 Finalize Proposal Section 1 Proposal Section 2 Proposal Section 3 Proposal Section 4 9/19 9/25 Select 2 Cameras to choose from and write down Specs Select RGB LED Lights and IR LED lights and write down specs Select microcontroller Select power sources 9/26 10/2 Prepare Design Review first part Prepare Design Review second part Purchase microcontroller and LED s

14 Purchase camera and power supply Start glove circuit with RGB LED Check if both finished Laboratory Safety Training 10/3 10/9 Program microcontroller with IR Camera Implement IR LED lights into glove circuit Get / utilize shop for glove design Work on glove circuit with LED light functionality with buttons and sliders Test power source compatibility with signaling module 10/10 10/16 Finalize glove circuit with Power Source Test if Microcontroller is receiving data Test Power Source for monitor,microcontroller, and camera Ensure functionality of sending signals by pressing user controls (buttons and potentiometer) on the glove circuit 10/17 10/23 Code Microcontroller to output to Monitor Run tests to see if Microcontroller can display location of glove to monitor Debug Hardware issues Debug Software issues 10/24 10/30 Finish Individual Progress reports Both

15 Does the Microcontroller receive data from camera correctly and display data correctly? Run Mock Test Debug Software Issues Debug Hardware Issues Calibrate accuracy of output from microcontroller 10/31 11/6 Start working on Presentation 11/7 11/13 Continue running tests to ensure accuracy of sensor Test edge cases (find bugs) Fix errors and edge cases/bugs for Hardware Fix errors and edge cases/bugs for Software Tests for additional problems 11/14 11/20 Finalize Presentation Prepare demonstration 11/21 11/27 Prepare Final paper Finalize demonstration 11/28 12/4 Demonstration Both Finalize Final Paper Both

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

Laser Tag Glove. Team 8 - Keng Yan Lim, Alex Korfel, Carlos Lara ECE445 Project Proposal - Spring 2018 TA: Jacob Bryan

Laser Tag Glove. Team 8 - Keng Yan Lim, Alex Korfel, Carlos Lara ECE445 Project Proposal - Spring 2018 TA: Jacob Bryan Laser Tag Glove Team 8 - Keng Yan Lim, Alex Korfel, Carlos Lara ECE445 Project Proposal - Spring 2018 TA: Jacob Bryan 1 Introduction 1.1 Objective Our goal is to reduce price, increase portability, and

More information

Portable Refreshable Braille Display

Portable Refreshable Braille Display Portable Refreshable Braille Display Wang, Rajarshi Roy Introduction Title: Portable Refreshable Braille Display Current commercially available electronic Braille readers (aka refreshable Braille displays

More information

Fun Low-power Observer-interactive Waterfall Sponsored by Orlando Utility Commision

Fun Low-power Observer-interactive Waterfall Sponsored by Orlando Utility Commision Fun Low-power Observer-interactive Waterfall Sponsored by Orlando Utility Commision Group 5 - Blue Team Connor Heckman - CPE Ben King - EE Robert Perkins - EE Jack Gray - EE Motivation Existing solar sculptures

More information

U-838 HD Video Camera User Manual

U-838 HD Video Camera User Manual U-838 HD Video Camera User Manual The inexpensive HD video camera that works great on model rockets! Features: It has a small contour design, which easily attaches to the side of a model rocket. Saves

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

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

IXIUM. DVR Mini Camera. User Manual

IXIUM. DVR Mini Camera. User Manual IXIUM DVR Mini Camera User Manual Contents Package Contents... 2 Before You Start... 2 Overview... 3 Controls... 4 SD Card Slot (TF)... 4 USB: Syncing and Charging... 4 Microphone... 4 On/Off... 4 Video

More information

10 THINGS YOU MUST KNOW BEFORE BUYING YOUR NEXT Benchtop Digital Multimeter

10 THINGS YOU MUST KNOW BEFORE BUYING YOUR NEXT Benchtop Digital Multimeter THINGS YOU MUST KNOW BEFORE BUYING YOUR NEXT Benchtop Digital Multimeter Introduction The digital multimeter (DMM) is the most commonly used instrument on an engineer s bench. We use it almost every day.

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

3G/WiFi In-Vehicle Surveillance & GPS Tracking System

3G/WiFi In-Vehicle Surveillance & GPS Tracking System Model: MDVR-J200 3G/WiFi In-Vehicle Surveillance & GPS Tracking System Quick Start Guide Thank you for purchasing a Securview Vehicle Surveillance & Tracking System This Quick Start Guide covers basic

More information

Premium Series. Excellence Series. V Series

Premium Series. Excellence Series. V Series Premium Series Excellence Series V Series i3touch PREMIUM P11&12 Premium design the perfect match in every state-of-the-art environment Intuitive user interface Intuitive user interface Integrated & always

More information

HDMI16MDPX User Guide

HDMI16MDPX User Guide HDMI16MDPX User Guide Thank you for purchasing a DeltaPix HDMI camera. To insure safety and obtain optimum performance, please familiarize yourself fully with the use of this camera. We recommend that

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

User's Guide. Video Borescope. Models BR200 and BR250

User's Guide. Video Borescope. Models BR200 and BR250 User's Guide Video Borescope Models BR200 and BR250 Introduction Congratulations on your purchase of this Extech BR200 (17mm camera head) or BR250 (9mm camera head) Video Borescope. This instrument was

More information

CAM-KIT6. User Manual. Connects2Vision. Mirror with DVR & Rear Camera PRODUCT FEATURES:

CAM-KIT6. User Manual. Connects2Vision. Mirror with DVR & Rear Camera PRODUCT FEATURES: User Manual CAM-KIT6 Mirror with DVR & Rear Camera PRODUCT FEATURES: Display: 5 inch Speaker: Built in MIC: Built in Mini USB: 5V 2A Micro SD Card Support: 32G max (not supplied) Rear Camera Input: 2.5mm

More information

USER S MANUAL Scouting Trail Camera

USER S MANUAL Scouting Trail Camera USER S MANUAL Scouting Trail Camera Contents 1. Whole View and Details of Camera...- 1 - Figure 1: Front View of Camera...- 1 - Camera Screen Display (Test Mode Main Interface)...- 2-2. Camera Menu List

More information

GARAGE DOOR OPENER BASED ON IMAGE PROCESSING. By \ Mohammed Bashmmakh

GARAGE DOOR OPENER BASED ON IMAGE PROCESSING. By \ Mohammed Bashmmakh GARAGE DOOR OPENER BASED ON IMAGE PROCESSING By \ Mohammed Bashmmakh Outline Introduction Problem Statment Project Requirement Project Specification System Design Progress Introduction Problem Statement

More information

Layad Circuits Arduino Basic Kit B. Content Summary

Layad Circuits Arduino Basic Kit B. Content Summary Layad Circuits This kit is a careful selection of sensors, displays, modules, an Arduino Uno, connectors and other essential parts meant to facilitate learning of the hardware and software components of

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

Turn any wall projection interactive with Integrated Arm

Turn any wall projection interactive with Integrated Arm Turn any wall projection interactive with Integrated Arm Setup Guide For Windows Version 1.0 Ubi Interactive Inc. support@ubi-interactive.com Contents 1. Introduction... 3 2. What you need to get started...

More information

Homework 6: Printed Circuit Board Layout Design Narrative

Homework 6: Printed Circuit Board Layout Design Narrative Homework 6: Printed Circuit Board Layout Design Narrative Team Code Name: Home Kinection Group No. 1 Team Member Completing This Homework: Stephen Larew E-mail Address of Team Member: sglarew @ purdue.edu

More information

Specifications. What s Inside The box

Specifications. What s Inside The box Tablet of Contents Specifications.1 What s inside the box 1 Tablet Parts 2 Getting started...2 Connecting to the Internet..6 Task Bar..8 Install and Uninstall 9 Camera.10 HDMI.11 Trouble Shooting 11 Warranty..13

More information

User Guide. Video Borescope. Models BR200 and BR250

User Guide. Video Borescope. Models BR200 and BR250 User Guide Video Borescope Models BR200 and BR250 Introduction Congratulations on your purchase of this Extech BR200 (17mm camera head) or BR250 (9mm camera head) Video Borescope. This instrument was designed

More information

Figure 1: Rick Kessinger Studio Automative

Figure 1: Rick Kessinger Studio Automative 1.introduction 1.1 Objective In the photography industrial, there is new trend of playing with the LED light. Some photographer use led light to take some shots. In those pictures, result of the light

More information

Smart Mirror Group K Hector Zacarias EE Justin Gentry CpE Michael Trivelli CpE

Smart Mirror Group K Hector Zacarias EE Justin Gentry CpE Michael Trivelli CpE Smart Mirror Group K Hector Zacarias EE Justin Gentry CpE Michael Trivelli CpE Motivation Seamless integration of technology into people s daily lives Smart Home technology is a blooming new field Google

More information

H.A.P.P.I. Systems. Group 10 University of Central Florida Senior Design Fall 2016

H.A.P.P.I. Systems. Group 10 University of Central Florida Senior Design Fall 2016 H.A.P.P.I. Systems Group 10 University of Central Florida Senior Design Fall 2016 Team Members Johnnie Greene Taylor Griffith Philip Bent Sidney Jean-Baptiste Physics & Photonic Science Engineer Computer

More information

Crenova Trail Hunting Camera

Crenova Trail Hunting Camera Crenova Trail Hunting Camera Quick User s Manual Congratulations on your purchase of this high quality Crenova Trail Hunting Camera! It has been designed to provide you with the best capturing technology

More information

1.0 The System Architecture and Design Features

1.0 The System Architecture and Design Features 1.0 The System Architecture and Design Features Figure 1. System Architecture The overall guiding design philosophy behind the Data Capture and Logging System Architecture is to have a clean design that

More information

worm Attack /Attack IR Operating Instructions Step 1 Familiarize yourself with Attack/Attack IR

worm Attack /Attack IR Operating Instructions Step 1 Familiarize yourself with Attack/Attack IR Attack /Attack IR Operating Instructions The latest, full size version of this manual is available for download at www.cuddeback.com/support. We recommend that you download the manual as we periodically

More information

USER MANUAL KAALM8GSPYA

USER MANUAL KAALM8GSPYA USER MANUAL KAALM8GSPYA Clock Operation Instructions: The Alarm Clock function of this DVR functions like most alarm clocks. There are 5 buttons on the alarm clock that will control the basic clock and

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

DrQuickLook MAZI PDA. User Guide

DrQuickLook MAZI PDA. User Guide DrQuickLook MAZI PDA User Guide 0 Table of Contents About the DrQuickLook PDA... 1-3 What Comes With the DrQuickLook PDA...1 Microsoft Surface 3 Tablet and DrQuickLook Custom Surround Diagram...2 Tablet

More information

Contents. - i - Ver.:2

Contents. - i - Ver.:2 Contents 1 Accessories of D-Point 2... 2 2 Connecting Projector to PC... 4 3 Pen Action... 4 4 Driver Installation... 5 5 Configuration Setting... 8 6 D-Point 2 Pull-up Menu... 12 7 DT02 Multi-touch Interactive

More information

REVERSE ENGINEERING ANALYSIS SONY PLAYSTATION ONE CONTROLLER

REVERSE ENGINEERING ANALYSIS SONY PLAYSTATION ONE CONTROLLER Rohaan Ahmed 995374385 REVERSE ENGINEERING ANALYSIS SONY PLAYSTATION ONE CONTROLLER INTRODUCTION Reverse engineering is a skill that can provide an engineer with a complete understanding of an artefact

More information

Thank you for buying our Wi-Fi DV. Before start using this product, please read this manual

Thank you for buying our Wi-Fi DV. Before start using this product, please read this manual User Manual Thank you for buying our Wi-Fi DV. Before start using this product, please read this manual carefully to maximize its performance and extend the life of the product. Appearance and Buttons

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

NAND/NOR Logic Gate Equivalent Training Tool Design Document. Team 34 TA: Xinrui Zhu ECE Fall Jeremy Diamond and Matthew LaGreca

NAND/NOR Logic Gate Equivalent Training Tool Design Document. Team 34 TA: Xinrui Zhu ECE Fall Jeremy Diamond and Matthew LaGreca NAND/NOR Logic Gate Equivalent Training Tool Design Document Team 34 TA: Xinrui Zhu ECE 445 - Fall 2017 Jeremy Diamond and Matthew LaGreca Table of Contents 1.0 INTRODUCTION 1.1 Objective 1.2 Background

More information

ABUS Plug & Play range

ABUS Plug & Play range ABUS UK www.abus.com ABUS Plug & Play range Convenient Security for the Consumer Fast High Value Sales for the Retailer ABUS (UK) Ltd Unit 8 Third Way Corner Avonmouth Bristol BS11 9HL Tel.: +44 117 204

More information

55" 10-point Multi-touch Commercial Display

55 10-point Multi-touch Commercial Display 55" 10-point Multi-touch Commercial Display CDM5500T 24 hours a day 7 days a week operations Built-in Quad Core Media Player with 16GB Storage Embedded LAN and Wi-Fi Internal Scheduler Content Management

More information

Final Report. Autonomous Robot: Chopper John Michael Mariano December 9, 2014

Final Report. Autonomous Robot: Chopper John Michael Mariano December 9, 2014 Final Report Autonomous Robot: Chopper John Michael Mariano December 9, 2014 EEL 4665: Intelligent Machines Design Laboratory Instructors: Dr. A. Antonio Arroyo, Dr. Eric M. Schwartz TA: Nicholas Cox,

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

Infrared Digital Scouting Camera. User s Manual

Infrared Digital Scouting Camera. User s Manual Infrared Digital Scouting Camera User s Manual Quick Start 1. Load the fully charged AA batteries, 12(recommended), 8 or 4(emergency); or connect 6 V external power supply; 2. Insert the SD card (32GB

More information

Index. Jeff Cicolani 2018 J. Cicolani, Beginning Robotics with Raspberry Pi and Arduino,

Index. Jeff Cicolani 2018 J. Cicolani, Beginning Robotics with Raspberry Pi and Arduino, A Accessor methods, 92 Adafruit, 9 Adafruit DC & Stepper Motor HAT assembling board adjustment, 199 circuit board, 199 kit, 197 pins, 197 preparation, 197 Raspberry Pi, 198, 204 removal, 201 rotation,

More information

Smart Lighting System Final Report Authors Alex Berian, Dustin McCart Client Aleksander Malinowski

Smart Lighting System Final Report Authors Alex Berian, Dustin McCart Client Aleksander Malinowski Smart Lighting System Final Report Authors Alex Berian, Dustin McCart Client Aleksander Malinowski Bradley University Department of Electrical Engineering Date May 10 th, 2016 Executive Summary Smart lighting

More information

LET S FOCUS ON FOCUSING

LET S FOCUS ON FOCUSING LET S FOCUS ON FOCUSING How A Lens Works The distance between the center of the lens and the focal point is called the FOCAL LENGTH. Images are only sharp where the focal plane meets the focal point. To

More information

LPSS3 LONG POLE SEARCH SYSTEM

LPSS3 LONG POLE SEARCH SYSTEM LPSS3 LONG POLE SEARCH SYSTEM TACTICAL ELECTRONICS Products OPERATION AND SUPPORT PUBLICATION PROPRIETARY TACTICALELECTRONICS.COM PRODUCTS / EOD TRAINING / R & D / AVIATION DESIGN / ENGINEERING / MANUFACTURING

More information

FULL HD MINI DV SPORTS CAMERA QUICK START GUIDE

FULL HD MINI DV SPORTS CAMERA QUICK START GUIDE FULL HD MINI DV SPORTS CAMERA QUICK START GUIDE Please read this user manual carefully before any attempt to operate this product and keep it for your future reference. FEATURES: MINI camera recorder High

More information

AlphaBot2 robot building kit for Raspberry Pi 3 Model B

AlphaBot2 robot building kit for Raspberry Pi 3 Model B AlphaBot2 robot building kit for Raspberry Pi 3 Model B SKU 110060863 Description This AlphaBot2 robot kit is designed to use with Raspberry Pi 3 Model B. It features rich common robot functions including

More information

Final Report. EEL 5666 Intelligent Machines Design Laboratory

Final Report. EEL 5666 Intelligent Machines Design Laboratory Final Report EEL 5666 Intelligent Machines Design Laboratory TAs: Mike Pridgen & Thomas Vermeer Instructors: Dr. A. Antonio Arroyo & Dr. Eric M. Schwartz Hao (Hardy) He Dec 08 th, 2009 Table of Contents

More information

Christian Brothers University 650 East Parkway South Memphis, TN

Christian Brothers University 650 East Parkway South Memphis, TN Christian Brothers University 650 East Parkway South Memphis, TN 38103-5813 WIRELESS SMART THERMOSTAT Martin Tribo Student IEEE Membership Number 90671969 Submitted for consideration in Region 3, IEEE

More information

CSC 170 Introduction to Computers and Their Applications. Computers

CSC 170 Introduction to Computers and Their Applications. Computers CSC 170 Introduction to Computers and Their Applications Lecture #4 Digital Devices Computers At its core, a computer is a multipurpose device that accepts input, processes data, stores data, and produces

More information

IoT Based Traffic Signalling System

IoT Based Traffic Signalling System IoT Based Traffic Signalling System Ashok. P.V B.Tech Graduate, Department of Information Technology, SivaSankari.S Assistant Professor, Department of Information Technology, Vignesh Mani B.Tech Graduate,

More information

Iconia One 8 B Copyright 2015 Acer. The information contained herein is subject to change without notice.

Iconia One 8 B Copyright 2015 Acer. The information contained herein is subject to change without notice. Iconia One 8 B1-850 Copyright 2015 Acer. The information contained herein is subject to change without notice. ICONIA ONE LINEUP 1 Iconia One Android media tablet Super portable Colorful design Affordable

More information

1644 Bank Street, Suite 103 Ottawa, Ontario K1V 7Y6. Tel: Fax:

1644 Bank Street, Suite 103 Ottawa, Ontario K1V 7Y6. Tel: Fax: TIMTRAINER MANUAL 1644 Bank Street, Suite 103 Ottawa, Ontario K1V 7Y6 Tel: 613-523-4148 Fax: 613-523-9848 Table of Contents Introduction... 3 Overview of Equipment... 3 Equipment Included with TIMTRAINER

More information

Interactive LED Modules

Interactive LED Modules Interactive LED Modules An open-source hardware+software project. For design files, source code, & additional documentation, please visit: http://wiki.evilmadscience.com/octolively Support: http://www.evilmadscientist.com/forum/

More information

Infrared Digital Scouting Camera. User s Manual Covert Deuce

Infrared Digital Scouting Camera. User s Manual Covert Deuce Infrared Digital Scouting Camera User s Manual Covert Deuce Content 1 Instruction... 1 1.1 General Description... 1 1.2 Application... 1 1.3 Camera Interface... 1 1.4 Saving Images or Videos... 3 2 Cautions...

More information

Function Description 3. Notice for Use...3. System Requirements.5. Start to use..6. ArcSoft PhotoImpression, VideoImpression and MediaImpression.

Function Description 3. Notice for Use...3. System Requirements.5. Start to use..6. ArcSoft PhotoImpression, VideoImpression and MediaImpression. 0 1 Contents Function Description 3 Notice for Use...3 System Requirements.5 Start to use..6 ArcSoft PhotoImpression, VideoImpression and MediaImpression.13 Product Specifications..28 Supplied Accessories

More information

Basic Computer and Mouse Skills Windows 10

Basic Computer and Mouse Skills Windows 10 Basic Computer and Mouse Skills Windows 10 Hardware--is a term for the physical parts of the computer. The computer consists of four basic pieces of hardware. The Monitor The monitor displays the content

More information

Input: is any data or instructions that are used by a computer.

Input: is any data or instructions that are used by a computer. 1 What is input? Input: is any data or instructions that are used by a computer. Input devices: are hardware used to translate words, sounds, images, and actions that people understand into a form that

More information

Tablet MODECOM FreeTAB1004 IPS X4

Tablet MODECOM FreeTAB1004 IPS X4 MODECOM FreeTAB 1004 IPS X4 new member of Quad-Core family MODECOM FreeTAB 1004 IPS X4 is a tablet PC of outstanding technical parameters, efficiency and design and excellent price. This high-end device

More information

Pickup Gaussmeter v.3.0

Pickup Gaussmeter v.3.0 Pickup Gaussmeter v.3.0 Features: Range +/- 5600 gauss (with AD22151 sensor) or +/- 1700 Gauss (with A1302 sensor) PCB for main unit and for a double-sensor (A1302-AD22151) double-face probe Normal, peak-hold

More information

Vladimir Tsarkov Electrical Engineering

Vladimir Tsarkov Electrical Engineering . Travis Ram William Brumby Electrical Engineering Gaston Mulisanga Computer Engineering Computer Engineering Vladimir Tsarkov Electrical Engineering Motivation Traditional meters offer little assistance

More information

Applicable models:hunting B

Applicable models:hunting B Highly Recommended by Outdoor Explorers - Hunting Wildlife Scouting Cam Cams Instruction Book This Hunting cam is the best-selling scouting camera which is designed for activity and is resistant against

More information

Securitybees Black Mini USB Adapter WiFi Hidden Spy Camera. Quick Guide

Securitybees Black Mini USB Adapter WiFi Hidden Spy Camera. Quick Guide Securitybees Black Mini USB Adapter WiFi Hidden Spy Camera Quick Guide Overview This HD Clock Camera is covert in a power adapter with 1080P high resolution video recording for home surveillance. It can

More information

QwikBox. Live Video Capture and Upload Device Group 25

QwikBox. Live Video Capture and Upload Device Group 25 QwikBox Live Video Capture and Upload Device Group 25 Jonathan Kerbelis Eric Downey Harold Frech Computer Engineering Computer Engineering Electrical Engineering Roles and System Diagram Jonathan Kerbelis

More information

Limited Edition Product Overview

Limited Edition Product Overview Limited Edition Product Overview INTRODUCTION REDEFINING LUXURY beléci is built with impeccable craftsmanship and is designed to meet the 21st century mobile security challenges with its built-in CodeTel

More information

Xenon Flash Digital Scouting Camera. User Manual SG565F-14mHD

Xenon Flash Digital Scouting Camera. User Manual SG565F-14mHD Xenon Flash Digital Scouting Camera User Manual SG565F-14mHD Content 1 Instruction... 1 1.1 Camera Body Interfaces... 1 1.2 General Description... 2 1.3 Application... 2 1.4 Shooting Information Display...

More information

Vivat Turn Table D-26 User manual

Vivat Turn Table D-26 User manual Vivat Turn Table D-26 User manual Content 1. Introduction... 3 1.1. Sphere of application... 3 1.2. Requiring skills... 3 1.3. Features... 3 1.3.1. Photo mode settings... 3 1.3.2. Video mode settings...

More information

OPERATION MANUAL. IWB Setup Software/EyeRIS IX NEC edition

OPERATION MANUAL. IWB Setup Software/EyeRIS IX NEC edition IWB Setup Software/EyeRIS IX NEC edition OPERATION MANUAL This manual describes installation and operation procedures of the driver / the calibration software The Interactive Whiteboard Kit and projector

More information

Homework 5: Circuit Design and Theory of Operation Due: Friday, February 24, at NOON

Homework 5: Circuit Design and Theory of Operation Due: Friday, February 24, at NOON Homework 5: Circuit Design and Theory of Operation Due: Friday, February 24, at NOON Team Code Name: Motion Tracking Laser Platform Group No.: 9 Team Member Completing This Homework: David Kristof NOTE:

More information

Package Contents. Firmware Updates. Device Overview

Package Contents. Firmware Updates. Device Overview 1 This Quick Start Guide covers the basics for initial setup and usage of your SuperNova. For complete instructions on all features and functionality, refer to the device User Guide (preloaded in the device)

More information

Eee Note Quick Start Guide

Eee Note Quick Start Guide Eee Note Quick Start Guide February 2011 / E6419 Package contents Eee Note Quick Start Guide Eee Note and Wacom pen Quick Start Guide micro-usb cable USB charger* Book case Warranty card If any of the

More information

SMART HOME SYSTEMS. Group 10. Daniel Moody CpE Thien Luu EE Joel LeGros EE Vu Ha EE

SMART HOME SYSTEMS. Group 10. Daniel Moody CpE Thien Luu EE Joel LeGros EE Vu Ha EE SMART HOME SYSTEMS Group 10 Daniel Moody CpE Thien Luu EE Joel LeGros EE Vu Ha EE Motivations Energy efficiency light automation, appliance control Convenience control through your portable smartphone

More information

The ViewSonic VSD224 is a 22 (21.5 viewable) all-in-one Smart Display with 1920x1080 Full HD resolution. It features a Quad-core 1.

The ViewSonic VSD224 is a 22 (21.5 viewable) all-in-one Smart Display with 1920x1080 Full HD resolution. It features a Quad-core 1. 22 (21.5 viewable) Smart Display, Full HD, Rockchip Quad- Core, Optical touch, Android KitKat. VSD224 The ViewSonic VSD224 is a 22 (21.5 viewable) all-in-one Smart Display with 1920x1080 Full HD resolution.

More information

Quick Start Guide. For Android Tablet TR10RS1

Quick Start Guide. For Android Tablet TR10RS1 Quick Start Guide For Android Tablet TR10RS1 Federal Communication Commission Interference Statement This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant

More information

Windows " Intel Apollo Lake N3350 Clamshell Laptop

Windows  Intel Apollo Lake N3350 Clamshell Laptop TRAVELBOOK M13 by TRAVELTEK Windows 10 13.3" Intel Apollo Lake N3350 Clamshell Laptop User Manual Introduction Thank you for purchasing the Travelbook M13 which comes with the newest Intel Apollo Lake

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

Introduction. See page #6 for device requirements.

Introduction. See page #6 for device requirements. W-FI CAMERA USER MANUAL Contents Introduction 4 Camera LED Indicators 5 Wi-Fi Requirements 6 Mobile Device Requirements 6 Download the Momentum App 7 Create an Account 8 Setup 10 Pairing 10 Connecting

More information

Superb Full HD Trail Camera Uovision UV785 12MP Instruction Manual

Superb Full HD Trail Camera Uovision UV785 12MP Instruction Manual Superb Full HD Trail Camera Uovision UV785 12MP Instruction Manual UV785 Model Content Page 1 General Description 1 2 Camera button info diagram 1 3 Installing the batteries 2 4 Inserting SD card 2 5 Customizing

More information

Keys Functions Operation Instruction Product Specification FAQ

Keys Functions Operation Instruction Product Specification FAQ Keys Functions Operation Instruction Product Specification FAQ Overview This is a digital High Definition video camera recorder with the most advanced technology. It is not only used as a common HD video

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

USER MANUAL KGNDVCFVAA

USER MANUAL KGNDVCFVAA USER MANUAL KGNDVCFVAA Contents Contents... 1 Function Description... 2 Notice for use... 2 System requirements... 4 Start to use... 5 1. Appearance and Buttons... 5 2. Basic operation... 7 Product specifications

More information

ZeroView. Raspberry Pi Camera Module Suction Mount User Guide and Information. Product Page: ThePiHut.com/zeroview

ZeroView. Raspberry Pi Camera Module Suction Mount User Guide and Information. Product Page: ThePiHut.com/zeroview ZeroView Raspberry Pi Camera Module Suction Mount User Guide and Information Product Page: ThePiHut.com/zeroview 2 Guide Contents Introduction 3 Design Features 4 Kit Contents 5 Assembly 6 Enabling the

More information

QUICK START GUIDE LENS CHANGING GUIDE

QUICK START GUIDE LENS CHANGING GUIDE User Guide QUICK START GUIDE LENS CHANGING GUIDE 1 2 3 Please ensure SD card is inserted securely into the SD card slot before you start charging your GoVision glasses. Please fully charge your glasses

More information

WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM

WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM WIRELESS VEHICLE WITH ANIMATRONIC ROBOTIC ARM PROJECT REFERENCE NO. : 37S0918 COLLEGE : P A COLLEGE OF ENGINEERING, MANGALORE BRANCH : ELECTRONICS & COMMUNICATION GUIDE : MOHAMMAD RAFEEQ STUDENTS : CHARANENDRA

More information

QUAD 1000 OWNERS MANUAL OPERATION GUIDE

QUAD 1000 OWNERS MANUAL OPERATION GUIDE QUAD 1000 OWNERS MANUAL OPERATION GUIDE Built in Redmond Oregon USA COMPONENTS 4001-0000 Quad 1000 5 arc second zenith laser featuring electronic servo self-leveling with variable temperature compensation

More information

user manual 1.Introduction 2.Packaging list How Target Box works? Main features 2.7 White clay 2.8 Trigger cable

user manual 1.Introduction 2.Packaging list How Target Box works? Main features 2.7 White clay 2.8 Trigger cable user manual 1.Introduction How Target Box works? Target Box is a box shape gaming lightgun. Simply mount it on your AIR GUN, the gun would be workable on game consoles. When you pull the trigger, Target

More information

User Manual. ipad 360 Keyboard Case. For more support, please us at Your questions will be answered promptly.

User Manual. ipad 360 Keyboard Case. For more support, please  us at Your questions will be answered promptly. User Manual ipad 360 Keyboard Case For more support, please email us at cs@yekbee.com Your questions will be answered promptly. 1 Overview Charging light Battery light Pairing light Function keys Up key

More information

Full Color Digital Scouting Camera. User s Manual Scouting Camera SG860C-HD

Full Color Digital Scouting Camera. User s Manual Scouting Camera SG860C-HD Full Color Digital Scouting Camera User s Manual Scouting Camera SG860C-HD Content 1 Instruction...1 1.1 General Description...1 1.2 Application... 2 1.3 Camera Interface... 2 1.4 Saving Images or Videos...

More information

BushBaby DVR: Retrieving Stored Video / Pictures

BushBaby DVR: Retrieving Stored Video / Pictures BushBaby DVR: Retrieving Stored Video / Pictures Page: 1 Types The BushBaby Covert DVR products come either battery powered, or they need to be plugged in. Check the specific product description of the

More information

2017 DIY Controls for a CNC Plasma Cutting Table

2017 DIY Controls for a CNC Plasma Cutting Table 2017 DIY Controls for a CNC Plasma Cutting Table Plug and play controls for a CNC plasma cutting table have greatly increased in cost over the past few years due to Microsoft no longer supporting Windows

More information

RibEye Multi-Point Deflection Measurement System 3-Axis Version for the SIDIIs ATD Hardware Manual for Model January 2010

RibEye Multi-Point Deflection Measurement System 3-Axis Version for the SIDIIs ATD Hardware Manual for Model January 2010 USER S MANUAL RibEye Multi-Point Deflection Measurement System 3-Axis Version for the SIDIIs ATD Hardware Manual for Model 7715 15 January 2010 Boxboro Systems, LLC 978-257-2219 www.boxborosystems.com

More information

Outline for Today. Lab Equipment & Procedures. Teaching Assistants. Announcements

Outline for Today. Lab Equipment & Procedures. Teaching Assistants. Announcements Announcements Homework #2 (due before class) submit file on LMS. Submit a soft copy using LMS, everybody individually. Log onto the course LMS site Online Assignments Homework 2 Upload your corrected HW2-vn.c

More information

Superb HD Scouting Camera UV785-HD Instruction Manual

Superb HD Scouting Camera UV785-HD Instruction Manual Superb HD Scouting Camera UV785-HD Instruction Manual (For UV785-HD Model) Content 1 General Description... 1 2 Camera button info diagram... 2 3 Installing the batteries... 3 4 Inserting SD card... 4

More information

MANUAL Foreword. Operation Notice This camera uses the TF card (Multimedia memory card) Instructions for using the memory card

MANUAL Foreword. Operation Notice This camera uses the TF card (Multimedia memory card) Instructions for using the memory card MANUAL Foreword Thank you for purchasing this digital camera. Please carefully read through this product manual before using, and keep this manual properly for future reference. Contents of the product

More information

User's Guide Video Borescope Model BR200

User's Guide Video Borescope Model BR200 User's Guide Video Borescope Model BR200 Introduction Congratulations on your purchase of this Extech BR200 Video Borescope. This instrument was designed for use as a remote inspection device. It can be

More information

3D Scanner PDR. Team 8 Oct. 23, Vangjel Frasheri Siyan Lin Chenkai Zhou. Advisor: Professor Tessier

3D Scanner PDR. Team 8 Oct. 23, Vangjel Frasheri Siyan Lin Chenkai Zhou. Advisor: Professor Tessier 3D Scanner PDR Team 8 Oct. 23, 2015 Vangjel Frasheri Siyan Lin Chenkai Zhou Advisor: Professor Tessier Team Members Vangjel Frasheri CSE Siyan Lin EE Chenkai Zhou EE Professor Tessier Table of Contents

More information

Thank you for purchasing a Danew product. Your DSlide Has been designed to offer you a unique game experience on a touch tablet.

Thank you for purchasing a Danew product. Your DSlide Has been designed to offer you a unique game experience on a touch tablet. USER GUIDE Thank you for purchasing a Danew product. Your DSlide Has been designed to offer you a unique game experience on a touch tablet. Before using your device, read carefully the use instructions

More information

I N T E R A C T I V E W H I T E B O A R D S Y S T E M

I N T E R A C T I V E W H I T E B O A R D S Y S T E M P O R T A B L E I N T E R A C T I V E W H I T E B O A R D S Y S T E M I t m a k e s I N T E R A C T I V E w i t h o u t l i m i t a t I o n Wire & wireless AGENDA PenAndFree Interactive Whiteboard Features

More information