Homework 3: Design Constraint Analysis and Component Selection Rationale

Size: px
Start display at page:

Download "Homework 3: Design Constraint Analysis and Component Selection Rationale"

Transcription

1 ECE 477 Digital Systems Senior Design Project Rev 811 Homework 3: Design Constraint Analysis and Component Selection Rationale Team Code Name: Home Kinection Group No. 1 Team Member Completing This Homework: Will McGrath Address of Team Member: purdue.edu NOTE: This is the first in a series of four professional component homework assignments, each of which is to be completed by one team member. The body of the report should be 3-5 pages, not including this cover page, references, attachments or appendices. Evaluation: SCORE DESCRIPTION Excellent among the best papers submitted for this assignment. Very few 10 corrections needed for version submitted in Final Report. Very good all requirements aptly met. Minor additionscorrections needed for 9 version submitted in Final Report. Good all requirements considered and addressed. Several noteworthy 8 additionscorrections needed for version submitted in Final Report. Average all requirements basically met, but some revisions in content should 7 be made for the version submitted in the Final Report. Marginal all requirements met at a nominal level. Significant revisions in 6 content should be made for the version submitted in the Final Report. Below the passing threshold major revisions required to meet report * requirements at a nominal level. Revise and resubmit. * Resubmissions are due within one week of the date of return, and will be awarded a score of 6 provided all report requirements have been met at a nominal level. Comments: Comments from the grader will be inserted here.

2 ECE 477 Digital Systems Senior Design Project Rev Introduction This system is designed as a novel interface to a more standard home automation system. It consists of a Microsoft Kinect sensor and computer that interface wirelessly with control modules. To succeed as a novel approach, the system needs to ensure that the interface is fluid, while maintaining the benefits of normal home automation systems. The system should also be compatible with as many home typical targets of home automation technology as possible. Additionally, the cost of the automation modules should fall close to the price of current comparable home automation modules. PSSCs: 1. An ability to control AC lightsappliances. 2. An ability to control IR-based devices (TV, etc.). 3. An ability to control a motorized shade (updown). 4. An ability to control a computer (via a "virtual touchscreen") using gestures and voice commands. 5. An ability to distinctly interpret the gestures and voice commands required for all control functions of the system. 2.0 Design Constraint Analysis As typical for a home automation system, cost and compatibility are major constraints for this project. Home automation systems typically include a single, costly central control unit and as many accessory modules as are necessary to achieve the desired degree of control over the home. It is important to keep the price of the accessory modules low, to ensure that constructing a large system does not become cost-prohibitive. In order to be useful for as many people as possible, a good automation system must also be able to interface with a wide range of typical home appliances. People expect a user interface to be responsive, so for both the HID module and the general control interface, low latency is key. Although all of the modules will be connected to continuous sources of power, for the sake of simplicity, none of the modules should draw enough electricity to require active cooling. Additionally, the HID module will be powered by a USB port and should not exceed the 500mA maximum available from it according to [1]. The size of the module boxes should be small enough for discrete integration into a home environment and -1-

3 ECE 477 Digital Systems Senior Design Project Rev 811 the base station should not be larger than a standard media center computer. The range of the wireless communications involved needs only to span a standard large room, roughly 30 feet maximum. 2.1 Computation Requirements The project s user interface depends on a Microsoft Kinect sensor and the associated SDK provided by Microsoft. The SDK runs on Windows 7 and employs algorithms that convert a field of range measurements to information about the estimated position of a user s body. The SDK also provides for voice recognition using the Kinect sensor s array of four microphones. The team is also developing custom gesture recognition software that will convert the user s actions to commands to be issued to the module boxes. In order to run both the SDK s algorithms and our gesture recognition algorithm, a fairly powerful computer is required. The computer needs to have at least a dual core 2.66GHz processor and 2GB of RAM as well as direct 9c support according to [2]. Although the module boxes will not perform any difficult calculations, latency is a concern, particularly for the HID box. The user will gesture, it will be captured by the Kinect, interpreted and a wireless command will be send to the appropriate module box. The module box needs to receive that command and perform the intended action as quickly as possible to minimize lag. Ideally, the latency due to the rest of the system will small compared to the latency of the Kinect sensor. 2.2 Interface Requirements The function of relaying data wirelessly from the base module to the different varieties of module boxes and allowing them to perform their functions necessitates a diverse range of interfaces. A table of interfaces and protocols can be found in Appendix C. All of the module boxes and the daughterboard communicate with the wireless modules using SPI. The SSR in the A.C. dimmer circuitry, the IR LED in the IR control box and the indicator lights on all of the boxes require standard PWM outputs. The dimmer module will also include a physical slider as an alternative control, which necessitates an AD channel for that module. Communications between the daughterboard and the motherboard and communications between the HID module s microcontroller and its USB interface chip will be handled with SCI. Input of IR commands and -2-

4 ECE 477 Digital Systems Senior Design Project Rev 811 control of the simple interface for the shade module will be performed using standard GPIO. Detection of the 0V point of the AC signal for the dimmer will also be handled by an GPIO reading the output of an optoisolator connected to the AC line. 2.3 On-Chip Peripheral Requirements The base station needs to interface both with the Kinect sensor and its daughterboard. The Kinect interface will be handled by USB and the daughterboard interface will use SCI, both are features commonly available on modern motherboards. The daughterboard s microcontroller will require an SCI for communicating with the motherboard and an SPI to communicate with the wireless module. The module boxes will each require 1 SPI interface to communicate with their respective wireless modules and 3 PWM channels to drive their status LED. The shade module is the simplest, it only requires an additional 2 GPIO pins to drive relays for the Lutron CCI interface. The IR module will use one PWM pin to drive its IR LED and a GPIO to receive IR. The dimmer will use a PWM to drive the SSR, an AD to read a manual input and a GPIO to read the A.C. zero point detector. The HID box requires only an extra SCI channel to communicate with the USB interface chip. 2.4 Off-Chip Peripheral Requirements The base station and daughter board only require the Kinect and wireless module off-chip. The module boxes all require a wireless module and different peripherals depending on their interface needs. The dimmer requires an SSR and zero point detector to dim an A.C. load. The IR interface requires an IR LED and 40kHz IR receiver module. These should allow the IR box to interface with most consumer AV equipment. The shade module requires two relays to interface with the 24V DC CCI interface. The HID module requires a USB interface chip to communicate HID commands to the computer it controls. HID commands are standard and should work with any modern computer. 2.5 Power Constraints All of the modules are designed to be continuously attached to a power source. The motherboard, daughterboard and all modules except the HID module will have AC-DC power supplies built-in. -3-

5 ECE 477 Digital Systems Senior Design Project Rev 811 Although the dimmer circuit will be handling A.C. loads, ideally it will not dissipate enough heat to require active cooling. The HID module box will be powered by the DC 5V provided by USB and must not exceed the 500mA limit of a single port. 2.6 Packaging Constraints The project s packaging needs to be unobtrusive, but the primary concern is that it must not obstruct the radio communications of the wireless modules. To this end, they must be large enough to allow adequate separation between the power supply section and the antenna as well as not made of metal if the antenna is mounted internally. The base station only needs to be large enough to contain a small motherboard as well as the daughterboard and wireless module. The same considerations regarding power supply and antenna separation apply to this package as well. 2.7 Cost Constraints Our project aims to compete with the cost of current home automation hardware. The module boxes should be priced similarly to current boxes implementing upgraded protocols similar to X- 10. These control boxes cost roughly $30-$50 according to [3]. The base station is permitted to be rather expensive due to the high cost of existing home control systems. Lutron has several offerings well over $1000 according to [4]. 3.0 Component Selection Rationale After the broad functionality of each of the module boxes was decided, we were able to pick components to implement each module box s interface. Based on the interface required by each module box, we were able to decide on a microcontroller that had the correct on-chip peripherals to interface with the off-chip peripherals. In the case of this project, the most important selections were those of the microcontroller, wireless module and motherboard. The PIC18F27J53-ISO in [5] had sufficient SCI, SPI and PWM pins, supported USB and was inexpensive. If this microcontroller was chosen we picked the MRF24J40MA wireless module to go with it. The MRF24J40MA, found in [6] is only $9, uses SPI and supports the Zigbee protocol. However, we found a module that incorporates both a Zigbee-compliant AT86RF230 radio and an ATmega1281V microcontroller called a ZigBit in [7]. The ZigBit was -4-

6 ECE 477 Digital Systems Senior Design Project Rev 811 selected because has all of the required on-chip peripherals and simplifies the integration between the wireless module and microcontroller. We required a motherboard that was small, could support a modern Intel or AMD desktop processor, had USB ports and if possible, a serial port. We first considered the Intel BOXDB43LD LGA 775 in [8], which had a Micro ATX form factor and a padded-out serial port. However, we settled on the Intel BOXDQ45EK LGA 775 in [9], which had a slightly smaller Mini ITX form factor and its serial port is not padded-out. This allows us to interface directly to the board and avoid a spurious serial cable in our package. 4.0 Summary Based on careful consideration of the effect each part selection has on the above listed parameters, the parts listed in Appendix B represent a viable solution that fits within them. The average cost per module should be near $50, as anticipated. The selected wireless module and microcontroller combination board meet our planned requirements for the functionality of the module boxes. -5-

7 ECE 477 Digital Systems Senior Design Project Rev 811 List of References [1] Pinouts.ru Database, USB connector pinout, [2] Microsoft Research, Kinect SDK minimum requirements, [3] Smarthome Online Catalog, Insteon Lamp dimmer, Module-3-Pinp.aspx [4] Pro Lighting, Lutron Control Packages, [5] Microchip, PIC18F27J53 Product Page, [6] Microchip, MRF24J40MA Product Page, [7] Atmel, ZigBit documentation, [8] Newegg, Intel BOXDB43LD Product Page, DB43ld [9] Newegg, Intel BOXDQ45EK Product Page,

8 ECE 477 Digital Systems Senior Design Project Rev

9 ECE 477 Digital Systems Senior Design Project Fall2008 Appendix A: Parts List Spreadsheet Vendor Manufacturer Part No. Description Unit Cost Qty Total Cost Mouser Atmel ATZB-24-A2R ZigBit Module (Radio transceiver, $150.4 antenna, Microcontroller) Mouser Crydom CX240D5R Solid State Relay $13.41 Mouser Vishay TSOP75236WTR IR receiver $1.35 Mouser Maxim MAX3420EECJ USB Interface $8.94 Mouser Omron 653-G6K-2F-Y-DC3 Mechanical Relay $5.36 Mouser Fairchild H11A1 Optocoupler $0.49 Microsoft Microsoft Kinect Kinect sensor $ Newegg Intel BOXDQ45EK Mini-ITX Motherboard $74.99 Mouser ALPS RS301111AA06 Slide Potientiometer $0.76 Mouser ROHM SMLW56RGB1W1 RGB SMD LED $13.75 Semiconductor Mouser C&K Components PTS525SM10SMTR Pushbutton $4.80 LFS Newegg Intel BX80571E GHz Dual Core Processor $59.99 Newegg Western Digital WD5000AAKX 500 GB HDD $44.99 Newegg Kingston KVR800D2K2 4GB RAM kit $42.99 TOTAL $

10 ECE 477 Digital Systems Senior Design Project Fall

11 ECE 477 Digital Systems Senior Design Project Fall2008 Appendix B: Updated Block Diagram -10-

12 ECE 477 Digital Systems Senior Design Project Fall2008 Dimmer Module Power Supply AC Power H11A1 (Zero Cross) 1--- (GPIO) 1 (PWM) Crydom CX240D5R (AC SSR) 1 AC Load ZigBit ATZB-24-A2 ATmega1281V (MCU) 3 (PWM) 1 AD RGB Led 4 (SPI) Slider Dual Antenna 5 AT86RF230 (Radio Transciever) 1 - GPIO Push Button Shade Module Power Supply AC Power 2 GPIO G6KU-2F-YDC3 (Relay) Lutron Stanza Shade ZigBit ATZB-24-A2 ATmega1281V (MCU) 3 (PWM) 1 GPIO RGB Led 4 (SPI) Push Button Dual Antenna 5 AT86RF230 (Radio Transciever) 1 - GPIO Push Button -11-

13 ECE 477 Digital Systems Senior Design Project Fall2008 IR Module AC Power Power Supply IR Reciever 1 UART 3 PWM IR LEDs ZigBit ATZB-24-A2 ATmega1281V (MCU) 3 (PWM) 1 GPIO RGB Led 4 (SPI) Push Button Dual Antenna 5 AT86RF230 (Radio Transciever) 1 - GPIO Push Button -12-

14 ECE 477 Digital Systems Senior Design Project Fall2008 HID Module Power Supply DC Power (USB) 4 SPI MAX3420E USB Controller USB Computer ZigBit ATZB-24-A2 ATmega1281V (MCU) 3 (PWM) RGB Led Dual Antenna 5 4 (SPI) AT86RF230 (Radio Transciever) AC Power Mother Board Application Gesture Library (Files) Daughter Board Power Supply Gesture Recognition Engine Kinect USB Kinect SDK Voice Recognition Engine Serial (UART) ZigBit ATZB-24-A2 ATmega1281V (MCU) 3 (PWM) RGB Led Room Calibration 4 (SPI) Dual Antenna 5 AT86RF230 (Radio Transciever) -13-

15 ECE 477 Digital Systems Senior Design Project Fall2008 Appendix C: Interface Pins Table Interface Protocol Channels Required Module box to wireless module SPI 1 Base station to Kinect USB 1 Base station to daughterboard SCI 1 Zero Point detection GPIO 1 SSR activation PWM 1 IR Output PWM 1 IR Input GPIO 1 CCI to blinds GPIO 2 Dimmer input AD 1 HID to USB interface SPI 1 Driving indicator light PWM 3-14-

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

Homework 3: Design Constraint Analysis and Component Selection Rationale Due: Friday, February 6, at NOON

Homework 3: Design Constraint Analysis and Component Selection Rationale Due: Friday, February 6, at NOON Homework 3: Design Constraint Analysis and Component Selection Rationale Due: Friday, February 6, at NOON Team Code Name: The_Magic_Wand Group No. 5 Team Member Completing This Homework: Michelle Zhang

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

Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 27, at NOON

Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 27, at NOON Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 27, at NOON Team Code Name: _Magic Wand Group No. 5 Team Member Completing This Homework: Michelle Zhang E-mail Address of

More information

Homework 5: Theory of Operation and Hardware Design Narrative Due: Friday, February 15, at NOON

Homework 5: Theory of Operation and Hardware Design Narrative Due: Friday, February 15, at NOON Homework 5: Theory of Operation and Hardware Design Narrative Due: Friday, February 15, at NOON Team Code Name: _Agatha Group No. _4 Team Member Completing This Homework: _Eric Yee e-mail Address of Team

More information

Homework 4: Packaging Specifications and Design Due: Friday, February 13, at NOON

Homework 4: Packaging Specifications and Design Due: Friday, February 13, at NOON Homework 4: Packaging Specifications and Design Due: Friday, February 13, at NOON Team Code Name: _Magic Wand Group No. 5 Team Member Completing This Homework: Zac Greenawalt E-mail Address of Team Member:

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: _Digijock Home Security Group No. 7 Team Member Completing This Homework: Linda Stefanutti E-mail Address of Team

More information

Homework 9: Software Design Considerations

Homework 9: Software Design Considerations ECE 477 Digital Systems Senior Design Project Rev 8/09 Homework 9: Software Design Considerations Team Code Name: 2D-MPR Group No. _12_ Team Member Completing This Homework: _Alex Bridge E-mail Address

More information

Homework 5: Theory of Operation and Hardware Design Narrative Due: Friday, October 3, at NOON

Homework 5: Theory of Operation and Hardware Design Narrative Due: Friday, October 3, at NOON Homework 5: Theory of Operation and Hardware Design Narrative Due: Friday, October 3, at NOON Team Code Name: ECE Grande Group No. 3 Team Member Completing This Homework: Ashley Callaway e-mail Address

More information

Homework 11: Reliability and Safety Analysis

Homework 11: Reliability and Safety Analysis ECE 477 Digital Systems Senior Design Project Rev 8/09 Homework 11: Reliability and Safety Analysis Team Code Name: ATV Group No. _3 Team Member Completing This Homework: Sebastian Hening E-mail Address

More information

Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 22, at NOON

Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 22, at NOON Homework 6: Printed Circuit Board Layout Design Narrative Due: Friday, February 22, at NOON Team Code Name: RoboRubik Group No. _11 Team Member Completing This Homework: Erik Carron e-mail Address of Team

More information

Homework 3: Design Constraint Analysis and Component Selection Rationale Due: Friday, February 6, at NOON

Homework 3: Design Constraint Analysis and Component Selection Rationale Due: Friday, February 6, at NOON Homework 3: Design Constraint Analysis and Component Selection Rationale Due: Friday, February 6, at NOON Team Code Name: Digi-iGuide Group No. 11 Team Member Completing This Homework: E-mail Address of

More information

Homework 13: User Manual

Homework 13: User Manual Homework 13: User Manual Team Code Name: Autonomous Targeting Vehicle Group No. 3 User Manual Outline: Brief (marketing-style) product description Product illustration annotated with callouts for each

More information

Homework 13: User Manual Due: Friday, April 24, at NOON

Homework 13: User Manual Due: Friday, April 24, at NOON Homework 13: User Manual Due: Friday, April 24, at NOON Team Code Name: The Magic Wand Group No. 5 NOTE: This is one of the last sections needed to finish the Final Report. This homework will count toward

More information

PhlatLight LED Development Kit Manual

PhlatLight LED Development Kit Manual PhlatLight LED Development Kit Manual DK-105T-1 Introduction: PhlatLight LEDs, from Luminus Devices, have been designed from the ground up to enable a new class of illumination and projection systems.

More information

Homework 11: Reliability and Safety Analysis Due: Friday, November 14, at NOON

Homework 11: Reliability and Safety Analysis Due: Friday, November 14, at NOON Fall 2008 Homework 11: Reliability and Safety Analysis Due: Friday, November 14, at NOON Team Code Name: ECE Grand Group No. 3 Team Member Completing This Homework: Leo Romanovsky E-mail Address of Team

More information

Wireless Home Control System

Wireless Home Control System WHCS UCF 1 Wireless Home Control System Project members Jimmy Campbell Computer Engineer Grant Hernandez Computer Engineer Joseph Love Electrical Engineer For Senior Design I at the University of Central

More information

Arduino Dock 2. The Hardware

Arduino Dock 2. The Hardware Arduino Dock 2 The Arduino Dock 2 is our supercharged version of an Arduino Uno R3 board. These two boards share the same microcontroller, the ATmel ATmega328P microcontroller (MCU), and have identical

More information

A responsive, fully-featured MIDI controller at an affordable price

A responsive, fully-featured MIDI controller at an affordable price Project Name: 2 Project Description: Team Members: Outside Collaborators: Component Description: Author: A responsive, fully-featured MIDI controller at an affordable price Graham Boylan, Khaled Albaddah,

More information

Homework 5: Theory of Operation and Hardware Design Narrative

Homework 5: Theory of Operation and Hardware Design Narrative ECE 477 Digital Systems Senior Design Project Rev 9/12 Homework 5: Theory of Operation and Hardware Design Narrative Team Code Name: Hackers of Catron Group No. 03 Team Member Completing This Homework:

More information

Section 3 MUST BE COMPLETED BY: 10/17

Section 3 MUST BE COMPLETED BY: 10/17 Test Out Online Lesson 3 Schedule Section 3 MUST BE COMPLETED BY: 10/17 Section 3.1: Cases and Form Factors In this section students will explore basics about computer cases and form factors. Details about

More information

ARDUINO BOARD LINE UP

ARDUINO BOARD LINE UP Technical Specifications Pinout Diagrams Technical Comparison Board Name Processor Operating/Input Voltage CPU Speed Analog In/Out Digital IO/PWM USB UART 101 Intel Curie 3.3 V/ 7-12V 32MHz 6/0 14/4 Regular

More information

LO-LED64 Latched Output Card

LO-LED64 Latched Output Card LO-LED64 Latched Output Card Product ID. : LO-LED64 Rev. : 1.00 Date : Nov 23, 2007 Firmware Rev. : N/A Beta Innovations (c) 2007 http://www.betainnovations.com Table of Contents Connecting the LO-LED64

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 4 All About Motherboards

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 4 All About Motherboards Chapter 4 All About Motherboards Objectives Learn about the different types and features of motherboards Learn how to use setup BIOS and physical jumpers to configure a motherboard Learn how to maintain

More information

Accelerometer Mouse: Hardware Description

Accelerometer Mouse: Hardware Description Accelerometer Mouse: Hardware Description Chris Wittmier ET474 Professor Todd Morton Western Washington University 04/19/2005 Introduction The accelerometer mouse is a wireless USB mouse that operates

More information

Intel NUC Kit DN2820FYKH User Guide. Intel NUC Kit DN2820FYKH User Guide

Intel NUC Kit DN2820FYKH User Guide. Intel NUC Kit DN2820FYKH User Guide Intel NUC Kit DN2820FYKH User Guide 1 Before You Begin CAUTIONS The procedures in this user guide assume familiarity with the general terminology associated with personal computers and with the safety

More information

Intel NUC Kit D54250WYKH & D34010WYKH User Guide. Intel NUC Kit D54250WYKH Intel NUC Kit D34010WYKH User Guide

Intel NUC Kit D54250WYKH & D34010WYKH User Guide. Intel NUC Kit D54250WYKH Intel NUC Kit D34010WYKH User Guide Intel NUC Kit D54250WYKH Intel NUC Kit D34010WYKH User Guide 1 Before You Begin CAUTIONS The procedures in this user guide assume familiarity with the general terminology associated with personal computers

More information

Intel NUC Kit NUC5i3MYHE & NUC5i5MYHE User Guide. Intel NUC Kit NUC5i3MYHE Intel NUC Kit NUC5i5MYHE User Guide

Intel NUC Kit NUC5i3MYHE & NUC5i5MYHE User Guide. Intel NUC Kit NUC5i3MYHE Intel NUC Kit NUC5i5MYHE User Guide Intel NUC Kit NUC5i3MYHE Intel NUC Kit NUC5i5MYHE User Guide 1 Before You Begin CAUTIONS The procedures in this user guide assume familiarity with the general terminology associated with personal computers

More information

Module Introduction. This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity.

Module Introduction. This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity. Module Introduction Purpose This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity. Objectives Understand Freescale s approach to ZigBee architecture

More information

Variable Frequency Drive Wireless Interface Prototype Project Proposal

Variable Frequency Drive Wireless Interface Prototype Project Proposal Senior Design I ECE 4901 Fall 2012 Variable Frequency Drive Wireless Interface Prototype Project Proposal Team 168 Members: Michael Kloter (EE) Christopher Perugini (EE) Alexander Shuster (EE) Kevin Wei

More information

LOW ENERGY ANDROID GAMEPAD. Project Proposal

LOW ENERGY ANDROID GAMEPAD. Project Proposal LOW ENERGY ANDROID GAMEPAD Project Proposal Marty Lewis Andrzej Forys Table of Contents Introduction 3 Implementation 4 Target Platform and Wireless Medium 4 Hardware.. 5 Software... 7 Interface Specifications

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

User Manual Rev. 0. Freescale Semiconductor Inc. FRDMKL02ZUM

User Manual Rev. 0. Freescale Semiconductor Inc. FRDMKL02ZUM FRDM-KL02Z User Manual Rev. 0 Freescale Semiconductor Inc. FRDMKL02ZUM 1. Overview The Freescale Freedom development platform is an evaluation and development tool ideal for rapid prototyping of microcontroller-based

More information

Whitepaper. What s new at COM Express Revision 2.0. What changes with Revision 2.0? Compact Form Factor

Whitepaper. What s new at COM Express Revision 2.0. What changes with Revision 2.0? Compact Form Factor What s new at COM Express Revision 2.0 Since its beginning in 2005, the COM Express Specification success story continues to build. Its main target was, and still is, to define the mandatory requirements

More information

C.L.A.I.M Computerized Luggage and Information Messenger

C.L.A.I.M Computerized Luggage and Information Messenger C.L.A.I.M Computerized Luggage and Information Messenger (Group 10) Ernest Jackman - Electrical Engineer Adrian McGrath - Computer Engineer Tomasz Pytel - Computer Engineer Intro -Problem: Baggage Claim

More information

Efficient HVAC System

Efficient HVAC System Efficient HVAC System Group 6 Sponsored by AC3 Development Group LLC Derick Holzmacher Cory Glass Andrew Mertens Joshua New Motivation HVAC systems are one of the leading energy consuming appliances in

More information

HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION

HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION NXP SEMICONDUCTORS PUBLIC THE ONLY SUPPLIER TO PROVIDE COMPLETE IoT SOLUTIONS DSPs, MCUs & CPUs Suite of Sensors NFC, BLE, Thread, zigbee, sub-ghz Wireless Interconnects

More information

Microcontrollers for Ham Radio

Microcontrollers for Ham Radio Microcontrollers for Ham Radio MARTIN BUEHRING - KB4MG MAT T PESCH KK4NLK TOM PERRY KN4LSE What is a Microcontroller? A micro-controller is a small computer on a single integrated circuit containing a

More information

User Guide for NUC7i3DNHNC. Intel NUC7 Business, a Mini PC with Windows 10 NUC7i3DNHNC. User Guide

User Guide for NUC7i3DNHNC. Intel NUC7 Business, a Mini PC with Windows 10 NUC7i3DNHNC. User Guide Intel NUC7 Business, a Mini PC with Windows 10 NUC7i3DNHNC User Guide 1 Before You Begin CAUTIONS The steps in this guide assume you re familiar with computer terminology and with the safety practices

More information

MeshConnect ISP / WNA (ZIC2410USB-WNA-1) User Guide

MeshConnect ISP / WNA (ZIC2410USB-WNA-1) User Guide MeshConnect Family MeshConnect ISP / WNA (ZIC2410USB-WNA-1) User Guide 0007-05-08-06-001 (REV B) TABLE OF CONTENTS INTRODUCTION 3 CEL MESHCONNECT ISP / WNA FEATURES 3 GETTING STARTED 4 USB SETUP 4 MESHCONNECT

More information

Introduction to Microcontroller Apps for Amateur Radio Projects Using the HamStack Platform.

Introduction to Microcontroller Apps for Amateur Radio Projects Using the HamStack Platform. Introduction to Microcontroller Apps for Amateur Radio Projects Using the HamStack Platform www.sierraradio.net www.hamstack.com Topics Introduction Hardware options Software development HamStack project

More information

MPBS1 12V DC-DC Power Supply Rev B

MPBS1 12V DC-DC Power Supply Rev B MPBS1 12V DC-DC Power Supply Rev B Features Small and Compact Form Factor High Efficiency Low Input Voltage:< 8 Volts Compatible with Low Power ATX Motherboards Soft Power On (PS_ON) Power Good (PS_OK)

More information

GWBMA0x Bluetooth Audio module

GWBMA0x Bluetooth Audio module GWBMA0x Bluetooth Audio module Data sheet version 0.9 draft GWBMA0X DATASHEET 0.9 GIGAWIT 1 Introduction GWBMA1X is a high performance Bluetooth audio module, It provides various type of wireless audio

More information

User Guide: Quick Start - ATZB-256RFR2-XPRO

User Guide: Quick Start - ATZB-256RFR2-XPRO User Guide: Quick Start - ATZB-256RFR2-XPRO Introduction The Quick Start - ATZB-256RFR2-XPRO software package has been developed to demonstrate the capabilities and the performance of the Metirionic Ranging

More information

ECE 477 Design Review Team 8 Spring Mike Cianciarulo, Josh Wildey, Robert Toepfer, Trent Nelson

ECE 477 Design Review Team 8 Spring Mike Cianciarulo, Josh Wildey, Robert Toepfer, Trent Nelson ECE 477 Design Review Team 8 Spring 2008 Mike Cianciarulo, Josh Wildey, Robert Toepfer, Trent Nelson Outline Project overview Project-specific success criteria Block diagram Component selection rationale

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

Intel NUC7 Home, a Mini PC with Windows 10 NUC7i3BNHXF. Intel NUC7 Home, a Mini PC with Windows 10 NUC7i5BNHXF

Intel NUC7 Home, a Mini PC with Windows 10 NUC7i3BNHXF. Intel NUC7 Home, a Mini PC with Windows 10 NUC7i5BNHXF Intel NUC7 Home, a Mini PC with Windows 10 NUC7i3BNHXF Intel NUC7 Home, a Mini PC with Windows 10 NUC7i5BNHXF Intel NUC7 Enthusiast, a Mini PC with Windows 10 NUC7i7BNHXG User Guide 1 Before You Begin

More information

C.L.A.I.M Computerized Luggage and Information Messenger

C.L.A.I.M Computerized Luggage and Information Messenger C.L.A.I.M Computerized Luggage and Information Messenger (Group 10) Ernest Jackman - Electrical Engineer Adrian McGrath - Computer Engineer Tomasz Pytel - Computer Engineer Intro -Problem: Baggage Claim

More information

HYDRA-X10. Power Application Controllers TM. PAC HYDRA-X User s Guide. Copyright 2014 Active-Semi, Inc.

HYDRA-X10. Power Application Controllers TM. PAC HYDRA-X User s Guide.   Copyright 2014 Active-Semi, Inc. HYDRA-X10 Power Application Controllers TM PAC5210 - HYDRA-X User s Guide www.active-semi.com Copyright 2014 Active-Semi, Inc. CONTENTS Contents...2 Overview...3 HYDRA-X10 Body Resources...5 Header Descriptions...5

More information

Wireless Area Controller (WAC60)

Wireless Area Controller (WAC60) Installation Instructions The Daintree WAC60 Wireless Area Controller (WAC) is at the heart of the Daintree wireless controls solution for smart buildings. It provides intelligent control across a large

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware : Managing, Maintaining, and Troubleshooting, 5e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

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

APAC Opto Smart Living Products

APAC Opto Smart Living Products APAC Opto Smart Living Products Smart Living Products Applied into Home or Building Internet Computer Smart Phone Lighting Web Server DALI Loop Bridge WIFI/ZigBee DDL/MDL Series DALI/ZigBee LED Driver

More information

Full Individuality for Your PC!

Full Individuality for Your PC! Full Individuality for Your PC! 8 Separate LED Channels 4 Separate Fan Channels LED 1 LED 2 FAN 1 FAN 2 LED 3 LED 4 FAN 3 FAN 4 LED 5 LED 6 LED 7 LED 8 You Have Control! The PACELIGHT P1 RGB LED Controller

More information

ZigBee USB Dongle ZSB series Data Sheet

ZigBee USB Dongle ZSB series Data Sheet ZigBee USB Dongle ZSB series Data Sheet DS-ZSB Meshreen Content 1. Introduction... 3 1.1 Variants... 3 1.2 Key Features... 3 1.3 Applications... 3 2. Block Diagram... 4 3. Specification... 5 3.1 General

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

Kinetis EA Ultra-Reliable Microcontrollers. Automotive and Industrial Applications

Kinetis EA Ultra-Reliable Microcontrollers. Automotive and Industrial Applications Kinetis EA Ultra-Reliable Microcontrollers Automotive and Industrial Applications Agenda Introducing Kinetis EA Proposition Value Features Overview Application Examples Enablement Useful Links 1 Kinetis

More information

2190 POS System User Guide

2190 POS System User Guide 2190 POS System 2190 User Guide Thank you for selecting UTC RETAIL s innovative Model 2190 Point of Sale solution! This guide is designed to acquaint you with the features and functionality of the 2190

More information

STICK-KE1. Sunlite Touch Sensitive Intelligent Control Keypad. Overview

STICK-KE1. Sunlite Touch Sensitive Intelligent Control Keypad. Overview STICK-KE1 Sunlite Touch Sensitive Intelligent Control Keypad Overview This complete stand alone wall-mounted DMX controller is the perfect answer to interior lighting control expectations. Along with a

More information

fitlet-rm specifications

fitlet-rm specifications fitlet-rm specifications fitlet-rm Rugged and Robust fitlet-rm is a ruggedized miniature fanless PC housed in an all-metal housing. It provides excellent durability at extreme temperatures and under conditions

More information

RS-232 Adapter Board

RS-232 Adapter Board User Manual Blue Wolf, Inc. 9179 W. State Street Garden City, ID 83714 Revision History Version # Release Date Revision/Release Comments 1.0 3/14/2011 Initial draft for release. The information contained

More information

Solving Today s Interface Challenge With Ultra-Low-Density FPGA Bridging Solutions

Solving Today s Interface Challenge With Ultra-Low-Density FPGA Bridging Solutions Solving Today s Interface Challenges With Ultra-Low- Density FPGA Bridging Solutions August 2013 Lattice Semiconductor 5555 Northeast Moore Ct. Hillsboro, Oregon 97124 USA Telephone: (503) 268-8000 www.latticesemi.com

More information

Cooking with Team 279

Cooking with Team 279 Cooking with Team 279 Intro to the Raspberry Pi FIRST Team 279 Tech Fusion http://team279.com - https://twitter.com/team_279 Author: Michael Lehman What is a System on a Chip? From Wikipedia: A system

More information

MICROCONTROLLER BASED SMART FAN SYSTEM

MICROCONTROLLER BASED SMART FAN SYSTEM MUHAMMAD KHAIRI BACHELOR OF ELECTRICAL ENGINEERING (HONS.) (ELECTRONICS) 2007 UMP MICROCONTROLLER BASED SMART FAN SYSTEM MUHAMMAD KHAIRI BIN ABD. GHANI UNIVERSITI MALAYSIA PAHANG v ABSTRACT This project

More information

Product description for ED1600 generic Sigfox Module

Product description for ED1600 generic Sigfox Module Product description for ED1600 generic Sigfox Module The ED1600 Sigfox Module is mainly developed for container tracking purposes. To avoid the development of many different types of modules and just as

More information

Prototyping Module Datasheet

Prototyping Module Datasheet Prototyping Module Datasheet Part Numbers: MPROTO100 rev 002 Zenseio LLC Updated: September 2016 Table of Contents Table of Contents Functional description PROTOTYPING MODULE OVERVIEW FEATURES BLOCK DIAGRAM

More information

Wireless Power Panel Meter (WPPM)

Wireless Power Panel Meter (WPPM) Wireless Power Panel Meter (WPPM) Kyle Coan & Phil Perrigo Senior Project Description Western Washington University November 3, 2009 Prof. Todd Morton Page 1 of 13 Introduction With recent development

More information

Intel Galileo gen 2 Board

Intel Galileo gen 2 Board Intel Galileo gen 2 Board The Arduino Intel Galileo board is a microcontroller board based on the Intel Quark SoC X1000, a 32- bit Intel Pentium -class system on a chip (SoC). It is the first board based

More information

User Guide for NUC7CJYSAL. Intel NUC 7 Essential, a Mini PC with Windows 10 NUC7CJYSAL. User Guide

User Guide for NUC7CJYSAL. Intel NUC 7 Essential, a Mini PC with Windows 10 NUC7CJYSAL. User Guide Intel NUC 7 Essential, a Mini PC with Windows 10 NUC7CJYSAL User Guide 1 Before You Begin CAUTIONS The steps in this guide assume you re familiar with computer terminology and with the safety practices

More information

Touch Sense Controller

Touch Sense Controller Touch Sense Controller Paul Boston May 11, 2011 (Modified May 22, 2014) (Modified Dec 28, 2015) The Touch Sense Controller is a microprocessor-controlled circuit designed to provide a switch closure when

More information

ECE 480 Team 5 Introduction to MAVRK module

ECE 480 Team 5 Introduction to MAVRK module ECE 480 Team 5 Introduction to MAVRK module Team Members Jordan Bennett Kyle Schultz Min Jae Lee Kevin Yeh Definition of MAVRK Component of MAVRK starter Kit Component of umavrk Module design procedure

More information

ESPino - Specifications

ESPino - Specifications ESPino - Specifications Summary Microcontroller ESP8266 (32-bit RISC) WiFi 802.11 (station, access point, P2P) Operating Voltage 3.3V Input Voltage 4.4-15V Digital I/O Pins 9 Analog Input Pins 1 (10-bit

More information

Demonstration and Evaluation Boards. Interface Products Aug 2007

Demonstration and Evaluation Boards. Interface Products Aug 2007 Demonstration and Evaluation Boards Interface Products Aug 2007 Evaluation/Demo Board List OM# OM6270 OM6271 OM6272 OM6273 OM6275 OM6276 OM6277 OM6278 OM6279 OM6285 OM10088 Description SPI/I 2 C to UART

More information

ML300: Industrial Fanless NUC

ML300: Industrial Fanless NUC ML300 Features Energy-efficient CPUs HD Capable Graphics Ultra small NUC form factor System consumes less than 30W Optional COM Port Smart Power Button with auto power on feature Expansion options for

More information

Alternative Designs and Decision Making for Top Design Selection

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

More information

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

Frequently Asked Questions

Frequently Asked Questions Bluetooth low energy Module Frequently Asked Questions Table of contents 1. General Q1-1: How can I order the modules, evaluation boards (EVB) and evaluation kits (EVK)? Q1-2: What is Bluetooth low energy

More information

Fiber Optic Illuminators

Fiber Optic Illuminators Fiber Optic Illuminators Illuminators are the light source for your fiber optic system. We offer many different types for different uses. If you are looking to do a project in your pool, spa, garden or

More information

Development Kit Manual DK-114N-1 and DK-114N-3

Development Kit Manual DK-114N-1 and DK-114N-3 Development Kit Manual DK-114N-1 and DK-114N-3 Overview Big Chip LEDs from Luminus Devices have been designed from the ground up to enable a new class of illumination and projection systems. Benefiting

More information

ECE 480 Design Team 3 Proposal. Power-over-Ethernet for Wireless Home Automation Sponsored by Texas Instruments

ECE 480 Design Team 3 Proposal. Power-over-Ethernet for Wireless Home Automation Sponsored by Texas Instruments ECE 480 Design Team 3 Proposal Power-over-Ethernet for Wireless Home Automation Sponsored by Texas Instruments David DeLuca Kang Hu Lee Sasang Balachandran Hassan Abdullahi Raghava Karthik Hemmanur Dr.

More information

Intel NUC Kit DC53427HYE User Guide. Intel NUC Kit DC53427HYE

Intel NUC Kit DC53427HYE User Guide. Intel NUC Kit DC53427HYE Intel NUC Kit DC53427HYE User Guide 1 Before You Begin CAUTIONS The procedures in this user guide assume familiarity with the general terminology associated with personal computers and with the safety

More information

BIG8051. Development system. User manual

BIG8051. Development system. User manual BIG8051 User manual All s development systems represent irreplaceable tools for programming and developing microcontroller-based devices. Carefully chosen components and the use of machines of the last

More information

Wireless OBD II CAN Bus Embedded System Design

Wireless OBD II CAN Bus Embedded System Design Wireless OBD II CAN Bus Embedded System Design Carmen Bovalino January 2014 Table of Contents Objective... 1 Background... 1 Description of Proposal... 2 System Operation... 3 System Requirements... 3

More information

GROUP 17 COLLEGE OF ENGINEERING & COMPUTER SCIENCE. Senior Design I Professor: Dr. Samuel Richie UNIVERSITY OF CENTRAL FLORIDA

GROUP 17 COLLEGE OF ENGINEERING & COMPUTER SCIENCE. Senior Design I Professor: Dr. Samuel Richie UNIVERSITY OF CENTRAL FLORIDA GROUP 17 COLLEGE OF ENGINEERING & COMPUTER SCIENCE Senior Design I Professor: Dr. Samuel Richie UNIVERSITY OF CENTRAL FLORIDA Anh Loan Nguyen John E. Van Sickle Jordan Acedera Christopher Spalding December

More information

DIO-0808RN-USB. N Series for USB Isolated Digital I/O Unit(8ch Relay Output, 8ch DI) DIO-0808RN-USB 1. Ver.1.02

DIO-0808RN-USB. N Series for USB Isolated Digital I/O Unit(8ch Relay Output, 8ch DI) DIO-0808RN-USB 1. Ver.1.02 N Series for USB Isolated Digital I/O Unit(8ch Relay Output, 8ch DI) DIO-0808RN-USB *The above photograph is DIO-1616HN-USB. * Specifications, color and design of the products are subject to change without

More information

AC : INFRARED COMMUNICATIONS FOR CONTROLLING A ROBOT

AC : INFRARED COMMUNICATIONS FOR CONTROLLING A ROBOT AC 2007-1527: INFRARED COMMUNICATIONS FOR CONTROLLING A ROBOT Ahad Nasab, Middle Tennessee State University SANTOSH KAPARTHI, Middle Tennessee State University American Society for Engineering Education,

More information

PAC5232EVK1. Power Application Controllers. PAC5232EVK1 User s Guide. Copyright 2017 Active-Semi, Inc.

PAC5232EVK1. Power Application Controllers. PAC5232EVK1 User s Guide.   Copyright 2017 Active-Semi, Inc. PAC5232EVK1 Power Application Controllers PAC5232EVK1 User s Guide www.active-semi.com Copyright 2017 Active-Semi, Inc. CONTENTS Contents...2 Overview...3 PAC5232EVK1 Resources...5 Pinout and Signal Connectivity...5

More information

MAXSANTAFEEVSYS User Manual

MAXSANTAFEEVSYS User Manual MAXSANTAFEEVSYS User Manual Rev 0; 5/14 For pricing, delivery, and ordering information, please contact Maxim Direct at 1-888-629-4642, or visit Maxim Integrated s website at www.maximintegrated.com. Maxim

More information

Hardware Manual - SM2251 Evaluation Kit Board

Hardware Manual - SM2251 Evaluation Kit Board Hardware Manual - SM2251 Evaluation Kit Board Release 1.0.0 SonMicro Elektronik Oct 08, 2017 CONTENTS 1 INTRODUCTION 1 1.1 FEATURES............................................... 1 1.2 SUPPORTED MODULES.......................................

More information

Freescale Semiconductor Inc. Microcontroller Solutions Group. FRDM-KL46Z User s Manual FRDM-KL46Z-UM Rev. 1.0

Freescale Semiconductor Inc. Microcontroller Solutions Group. FRDM-KL46Z User s Manual FRDM-KL46Z-UM Rev. 1.0 Freescale Semiconductor Inc. Microcontroller Solutions Group FRDM-KL46Z User s Manual FRDM-KL46Z-UM Rev. 1.0 Table of Contents 1 FRDM-KL46Z Overview... 3 2 References documents... 3 3 Getting started...

More information

Part 1 of 3 -Understand the hardware components of computer systems

Part 1 of 3 -Understand the hardware components of computer systems Part 1 of 3 -Understand the hardware components of computer systems The main circuit board, the motherboard provides the base to which a number of other hardware devices are connected. Devices that connect

More information

Professional ATX Power Supply

Professional ATX Power Supply ATX2PW630PRO Instruction Manual Professional ATX Power Supply Professional Modular 630W ATX12V 2.3/EPS Computer Power Supply with Active PFC - 80 Plus Certified FCC Compliance Statement This equipment

More information

BASIC CHARACTERISTICS OF ZIGBEE AND SIMPLICITI MODULES TO USE IN MEASUREMENT SYSTEMS

BASIC CHARACTERISTICS OF ZIGBEE AND SIMPLICITI MODULES TO USE IN MEASUREMENT SYSTEMS XIX IMEKO World Congress Fundamental and Applied Metrology September 6!11, 2009, Lisbon, Portugal BASIC CHARACTERISTICS OF ZIGBEE AND SIMPLICITI MODULES TO USE IN MEASUREMENT SYSTEMS L. Skrzypczak 1),

More information

Introduction to the Personal Computer

Introduction to the Personal Computer Introduction to the Personal Computer 2.1 Describe a computer system A computer system consists of hardware and software components. Hardware is the physical equipment such as the case, storage drives,

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

XDK HARDWARE OVERVIEW

XDK HARDWARE OVERVIEW XDK HARDWARE OVERVIEW Agenda 1 General Overview 2 3 4 Sensors Communications Extension Board 2 General Overview 1. General Overview What is the XDK? The Cross-Domain Development Kit, or XDK, is a battery

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

Homework 4: Packaging Specifications and Design Due: Friday, February 13, at NOON

Homework 4: Packaging Specifications and Design Due: Friday, February 13, at NOON Homework 4: Packaging Specifications and Design Due: Friday, February 13, at NOON Team Code Name: FlacTrac Group No. 9 Team Member Completing This Homework: Greg McCoy E-mail Address of Team Member: gmccoy@purdue.edu

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

ElectronFlux USB Module

ElectronFlux USB Module ElectronFlux USB Module Product ID. : 800 Board Rev. : 1.00 Date : Mar 28, 2008 Firmware Rev. : 1.10 Node Firmware Rev. : 1.30 Beta Innovations Inc. (c) 2006-2008 http://www.betainnovations.com Table of

More information