ECE 3829: Advanced Digital System Design with FPGAs A Term 2017

Size: px
Start display at page:

Download "ECE 3829: Advanced Digital System Design with FPGAs A Term 2017"

Transcription

1 ECE 3829: Advanced Digital System Design with FPGAs A Term 2017 Lab 2- VGA display and Light Sensr interface Reprt due at start f class Friday September 15 th Use the prvided Ambient Light Sensr mdule and a VGA Mnitr t create a light sensr mnitr n the Basys3 bard. This prject invlves the design f a number f interfaces t peripheral devices. It drives the VGA display using a cntrller, and reads the light sensr using an SPI interface. The lab invlves the use f multiple sequential circuits (cunters, shift registers, etc. but it is nt necessary t use state machines fr this lab), the Xilinx Cre Generatr (fr the MMCM), and use f existing IP (the Digilent VGA cntrller). There are multiple parts t this prject. T be successful will require a gd design and debugging apprach. Make simpler prjects that yu can test and debug separately and then cmbine them tgether. This lab (and reprt) can be cmpleted individually r with a lab partner (recmmended) it will be wrth 35% f yur curse lab grade. Lab Signff Deadline: during a lab sectin (during the week f September 11 th ) use the signff sheet that describes what yu have wrking AND bring alng yur Verilg listings fr the TAs t check (they will return these t yu t hand in with the reprt). The lab reprt is due in class n Friday September 15 th. Descriptin Preliminary: Mdify the simple seven segment display frm lab 1 t create a seven_seg mdule that can display a value frm "0000" t "FFFF" n the fur seven segment displays. The input t the mdule shuld be a 16-bit wide bus, with fur bits used t indicate the value t be displayed n each f the seven segments. Yu will als need a clck t cycle thrugh the fur digits. Make this a separate mdule yu will use this mdule in this and later prjects. Test this ut by using the slide-switches t enter varius numbers. Part 1: VGA display Use a MMCM t create a 25MHz clck required fr the VGA pixel clck. (see the MMCM tutrial fr hw t add this IP t yur design). Nte: nly cnnect the 100MHz FPGA clck t the MMCM (nthing else) Add a perid cnstraint t yur XDC t match the Basys3 bard 100MHz clck frequency. Use this 25MHz clck signal fr all the sequential lgic in this lab 1

2 Create a VGA display using the VGA cntrller prvided by Digilent (just the 640 by 480 versin) see infrmatin at end f this dc. Use the slide-switches t select and display the fllwing patterns Cmplete yellw display Hrizntal bars f alternating red and green clrs with each hrizntal bar 16 pixels high A black screen with a large white blck 64 pixels wide by 64 pixels high in the center f the screen A black screen with a large blck 64 pixels wide by 64 pixels high in the center f the screen with the clr determined by the value frm the light sensr (These shuld be relatively easy nce yu start wrking with the VGA cntrller prvided by Digilent dn t frget t include the blank signal) Part 2: Light Sensr Interface Create an SPI interface t be able t read the 8-bits f light sensr infrmatin frm the PmdALS mdule prvided. Use the 25MHz clck with a cunter and clck enable signal t generate the ADC SCLK at 1MHz Use a cunter r shift register t create the ADC CS signal. Verify the SCLK and CS signals are crrect with an scillscpe. Capture a new light sensr value every 100ms (10Hz) Use a shift register t read in the 8-bits f ADC data Display the light sensr value in hexadecimal n tw f the seven-segment displays (00 t apprx. FF). Display the same value n the ther tw seven-segment displays Capture an SPI ADC 16-bit transfer using an scillscpe (shw the CS, SCLK, and SDO signals n the scpe capture) and include this in yur reprt alng with a descriptin Nte: Fr all scpe pictures, preferably take a screen capture with a USB flash drive rather than a camera picture. Yu shuld be able t clearly see all the signals and the timebase. Extra credit Up t 10% lab bnus pints fr any gd imprvements r enhancements t yur design (must dem n bard and describe in yur reprt). Fr example make a system that can cunt bjects passing thrugh a light beam, r print ECE3829 n the VGA mnitr! 2

3 Reference Material Read the Seven Segment and VGA Prt sectin in the Nexys3 Reference Manual. Read the Digilent PmdALS Reference Manual and the Texas Instruments ADC081S021 ADC data sheet. PmdALS schematic and mdule frm Digilent CS, SDO, SCK example SPI transfer (with CSK at 1MHz) - bright sensr value (0xFB) 3

4 Ntes: Yur final design shuld cmbine parts 1, and 2. Print the sign-ff sheet and dem yur system during ne f yur lab sessins befre the deadline. Have yur printed Verilg surce files ready s they can be checked during the dem (dn t frget t includes names, descriptin, and cmments). Write a reprt including: an intrductin, a descriptin f yur design including gd blck diagrams shwing hw yu implemented the design, a sectin describing hw many flip-flps yur design used and why. Include part f the synthesis file that displays warnings explain these. Include a cnclusin describing any prblems r issues yu had and any lessns learned. Include yur signff sheet and yur surce files in an appendix. 4

5 Grading Guidelines [50 pts] Implementatin [50 pts] Design wrks n bard and meets requirements [20 pts] Surce Cde Verilg in Appendix Cde style and cmments (well-cmmented and tab-indented cde!) Use f case vs. if, spaghetti cde vs. structured, etc. Recgnizable implementatin f "standard" elements (state machines, cunters, shift registers, clck dividers, decders) Gd mdular design N latches r ther synthesis prblems [30 pts] Lab Reprt [5 pts] Brief Intrductin / Prblem Statement [15 pts] General verview f apprach t slutin and descriptin (include gd diagrams with descriptins) and scillscpe pictures with explanatins [5 pts] FPGA resurce usage (# flip-flps with explanatin) and listing and explanatin f warning messages (dn t cpy all the Xilinx reprts just the relevant sectins) [5 pts] Cnclusins Prblems faced in implementatin Slutins used t slve prblems Lessns learned frm the prject Suggestins fr further imprvements and extensins [10 pts] Extra pints Pssible extra pints fr gd additinal features r capabilities (need t dem n bard and include descriptin in reprt) 5

6 ECE 3829: Lab 2 sign-ff sheet Name: ECE Bx #: Name: ECE Bx #: Preliminary (nt required t be shwn) The seven segments display wrks (0000 t FFFF) Part 1 (VGA) Display shws a yellw screen Display shws hrizntal bars Display shws a white blck Display shws a clred blck (clr determined by light sensr value) Part 2 (Light Sensr) The light sensr displays the crrect value n the seven segment displays (00 t FF, dark t light) Value is displayed twice All cmbined All parts are cmbined int ne prject Extra Credit (describe) Example: cunt bjects 6

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Yu will learn the fllwing in this lab: The UNIVERSITY f NORTH CAROLINA at CHAPEL HILL Cmp 541 Digital Lgic and Cmputer Design Prf. Mntek Singh Fall 2016 Lab Prject (PART A): Attaching a Display t the Prcessr

More information

COMP 110 INTRODUCTION TO PROGRAMMING WWW

COMP 110 INTRODUCTION TO PROGRAMMING WWW COMP 110 INTRODUCTION TO PROGRAMMING WWW http://cmp110www.web.unc.edu Fall 2011 Hmewrk 3 Submissin Deadline: 10:59 AM, Oct 24 Overview Validating Multiple Chess Mves n a Chessbard Fr this assignment yu

More information

TUTORIAL I ECE 555 CADENCE SCHEMATIC SIMULATION USING SPECTRE

TUTORIAL I ECE 555 CADENCE SCHEMATIC SIMULATION USING SPECTRE TUTORIAL I ECE 555 CADENCE SCHEMATIC SIMULATION USING SPECTRE Cadence Virtus Schematic editing prvides a design envirnment cmprising tls t create schematics, symbls and run simulatins. This tutrial will

More information

Guide for ESP32-Sense Development Kit

Guide for ESP32-Sense Development Kit Guide fr ESP32-Sense Develpment Kit 1. Overview The ESP32 tuch sensr develpment kit, ESP32-Sense Kit, is used fr evaluating and develping ESP32 tuch sensr system. ESP32-Sense Kit cnsists f ne mtherbard

More information

Laboratory: Introduction to Mechatronics. Instructor TA: Edgar Martinez Soberanes Lab 1.

Laboratory: Introduction to Mechatronics. Instructor TA: Edgar Martinez Soberanes Lab 1. Labratry: Intrductin t Mechatrnics Instructr TA: Edgar Martinez Sberanes (eem370@mail.usask.ca) 2015-01-12 Lab 1. Intrductin Lab Sessins Lab 1. Intrductin Read manual and becme familiar with the peratin

More information

Lab 1 Load Cell Measurement System

Lab 1 Load Cell Measurement System BME/ECE 386 Lab 1 Lad Cell Measurement System GOALS Lab 1 Lad Cell Measurement System 1) Build and test a lad cell amplifier. 2) Write an Arduin prgram t: a. Acquire data frm a lad cell amplifier b. Cmpute

More information

1.12 Equipment Manager

1.12 Equipment Manager Mdule 1 Categry 1 1.12 Equipment Manager Functin f the windw The windw is the central data file fr the Kntrl Pr and cllects the main data fr fees f an bject that t be used in this prject. The Equipment

More information

PRINTING WORKPAPERS MODULE. Introduction. Objectives

PRINTING WORKPAPERS MODULE. Introduction. Objectives MODULE 3 PRINTING WORKPAPERS Intrductin Several reprts are created in the WrkPapers mdule. Thrugh the print screen the user can preview and print hardcpies f the varius reprts. Preview and print, as necessary,

More information

Figure 1: A Battleship game by Pogo

Figure 1: A Battleship game by Pogo CSCI 2312-002: Object Oriented Prgramming Final Prject Assigned: Octber 17, 2017 Design Due: Octber 24, 2017 IN CLASS (Graded as ne hmewrk grade) Final prject Due: Nvember 16, 2017 at 11:59 PM Fr many

More information

Dry Contact Sensor. Communications cable - RJ-45 jack to sensor using UTP Cat 5 wire. Power source: powered by the unit. No additional power needed.

Dry Contact Sensor. Communications cable - RJ-45 jack to sensor using UTP Cat 5 wire. Power source: powered by the unit. No additional power needed. Intrductin Dry Cntact Sensr The Dry Cntact sensr is a simple cnnectin t burglar alarms, fire alarms r any applicatin that requires mnitring by the unit. Dry cntact sensrs are user definable and can be

More information

idcv Isolated Digital Voltmeter User Manual

idcv Isolated Digital Voltmeter User Manual www.akcp.cm idcv Islated Digital Vltmeter User Manual Help Versin updated till firmware SP446 Cpyright 2011, AKCess Pr Limited Prvided by fficial AKCP-Distributr Didactum https://www.didactum-security.cm/en/

More information

High Level Design Circuit CitEE. Irere Kwihangana Lauren Mahle Jaclyn Nord

High Level Design Circuit CitEE. Irere Kwihangana Lauren Mahle Jaclyn Nord High Level Design Circuit CitEE Irere Kwihangana Lauren Mahle Jaclyn Nrd 12/16/2013 Table f Cntents 1 Intrductin. 3 2 Prblem Statement and Prpsed Slutin. 3 3 Requirements. 3 4 System Blck Diagram 4.1 Overall

More information

Lab 1 Load Cell Measurement System (Jan 09/10)

Lab 1 Load Cell Measurement System (Jan 09/10) BME/ECE 386 Lab 1 Lad Cell Measurement System GOALS Lab 1 Lad Cell Measurement System (Jan 09/10) 1) Test the lad cell amplifier. 2) Write an Arduin prgram t: a. Acquire data frm a lad cell amplifier b.

More information

Desktop Teller Exception User Guide

Desktop Teller Exception User Guide Desktp Teller Exceptin User Guide Jammed Dcuments If a dcument jams during the scanning prcess, the scanner will stp, and a message bx will display a Device Errr Message, as shwn belw: Click OK t allw

More information

Introduction to Life Cycle Risk Management Help Page

Introduction to Life Cycle Risk Management Help Page Select a frequently asked questin (FAQ) t skip t its answer. Hw is the curse rganized? Wh shuld take this curse? Hw d I get credit fr this curse? What d all the navigatin buttns d? Hw d I knw what t click?

More information

ELEC 7250 VLSI TESTING. Term Paper. Analog Test Bus Standard

ELEC 7250 VLSI TESTING. Term Paper. Analog Test Bus Standard ELEC 7250 VLSI TESTING Term Paper On Analg Test Bus Standard Muthubalaji Ramkumar 1 Analg Test Bus Standard Muthubalaji Ramkumar Dept. f Electrical and Cmputer Engineering Auburn University Abstract This

More information

Table of Contents. ilab Solutions: Core Facilities Core Usage Reporting

Table of Contents. ilab Solutions: Core Facilities Core Usage Reporting Revisin Date: 12/31/2012 Table f Cntents 1. Institutin, Cre Facility and Lab Administratin Reprting Overview...2 2. Hw d I access ilab Reprts?...3 3. What is the General Functinality fr ilab Reprting?...6

More information

Experiment 7 Digital Logic Devices and the 555-Timer

Experiment 7 Digital Logic Devices and the 555-Timer Experiment 7 Digital Lgic Devices and the 555-Timer Purpse: In this experiment we address the cncepts f digital electrnics and lk at the 555-timer, a device that uses digital devices and ther electrnic

More information

Dry Contact Sensor DCS15 User Manual

Dry Contact Sensor DCS15 User Manual Dry Cntact Sensr DCS15 User Manual Help Versin updated till firmware 404i / SP456 Cpyright 2012, AKCess Pr C., Ltd.. Intrductin / What is a Dry Cntact Sensr The Dry Cntact sensr r DCS15 is a simple cnnectin

More information

GRFX 1801: Game Development for Platforms

GRFX 1801: Game Development for Platforms GRFX 1801: Game Develpment fr Platfrms Instructr Camern Buckley Email cbuckley@astate.edu Office Lcatin Fine Arts Center 123 Office Hurs Friday 10a 1p Curse Overview Intermediate and advanced techniques

More information

TC 60 THERMOCOMPUTER TC 60. prog. start stop. Operating Instructions

TC 60 THERMOCOMPUTER TC 60. prog. start stop. Operating Instructions TC 60 prg start stp THERMOCOMPUTER TC 60 h C/h C Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing Curve...2 Checing

More information

Operating Instructions

Operating Instructions TC 40 THERMOCOMPUTER TC 40 start stp Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing Curve...2 Checing the Prgramme

More information

ELECTRICAL CIRCUITS LABORATORY II EEE 209 EXPERIMENT-6. Operational Amplifiers II

ELECTRICAL CIRCUITS LABORATORY II EEE 209 EXPERIMENT-6. Operational Amplifiers II ADANA SCIENCE AND TECHNOLOGY UNIVERSITY ELECTRICAL ELECTRONICS ENGINEERING DEPARTMENT ELECTRICAL CIRCUITS LABORATORY II EEE 209 EXPERIMENT-6 Operatinal Amplifiers II OPERATIONAL AMPLIFIERS Objectives The

More information

What your Board Should look like!

What your Board Should look like! What yur Bard Shuld lk like! Fr almst every science fair prject, yu need t prepare a display bard t cmmunicate yur wrk t thers. In mst cases yu will use a standard, three-panel display bard that unflds

More information

Operating Instructions

Operating Instructions TC 60/8 THERMOCOMPUTER TC 60/8 temp / time s s temp / time k start stp Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing

More information

Dry Contact Sensor

Dry Contact Sensor www.akcp.cm Dry Cntact Sensr Intrductin The Dry Cntact sensr is a simple cnnectin t burglar alarms, fire alarms r any applicatin that requires mnitring by the unit. Dry cntact sensrs are user definable

More information

Experiment 7 Digital Logic Devices and the 555-Timer

Experiment 7 Digital Logic Devices and the 555-Timer Experiment 7 Digital Lgic Devices and the 555-Timer Purpse: In this experiment we address the cncepts f digital electrnics and lk at the 555-timer, a device that uses digital devices and ther electrnic

More information

Lab 1 Fun with Diodes

Lab 1 Fun with Diodes GOAL Lab 1 Fun with Dides The verall gal f this lab is t gain sme experience building and simulating sme useful dide circuits. OBJECTIVES T build, test, simulate, and understand the fllwing circuits: 1)

More information

Lab 6 Spirometer System (Feb 20/21)

Lab 6 Spirometer System (Feb 20/21) GOAL Lab 6 Spirmeter System (Feb 20/21) Demnstrate a spirmeter system incrprating a (1) Lilly-type flw tube (2) piezresistive differential pressure sensr (3) instrumentatin amplifier and lw-pass filter

More information

VIP-200. Point to Point Extension Configuration Quick Start Guide. Video over IP Extender and Matrix System

VIP-200. Point to Point Extension Configuration Quick Start Guide. Video over IP Extender and Matrix System VIP-200 Vide ver IP Extender and Matrix System Pint t Pint Extensin Cnfiguratin Quick Start Guide PureLink TM 535 East Crescent Avenue Ramsey, NJ 07446 USA Cntents What is in the bx... 3 Transmitter kit

More information

PAPER SPACE AND LAYOUTS

PAPER SPACE AND LAYOUTS PAPER SPACE AND LAYOUTS There are tw distinct wrking envirnments in AutCAD namely: Mdel Space and Paper space. Prjects can be develped by either wrking in the mdel space thrugh the use f MVSETUP r PAPER

More information

3: Community Gathering Space

3: Community Gathering Space 3: Cmmunity Gathering Space What: 2 part spatial sequence with gathering area fr varius sized grups Entry Zne Prvide an intrductin t the area by establishing a md and character and as well as separating

More information

Sibelius In The Classroom: Projects Session 3

Sibelius In The Classroom: Projects Session 3 Online 2012 Sibelius In The Classrm: Prjects Sessin 3 Katie Wardrbe www.midnightmusic.cm.au Using the Ideas feature...3 Rebuilding Twinkle, Twinkle...3... 3 Setting up the prject part 1: PwerPint r Interactive

More information

CAR ASYST - Quick Start Guide MAIN MENU

CAR ASYST - Quick Start Guide MAIN MENU fficially apprved by CAR ASYST - Quick Start Guide MAIN MENU Main menu The main menu f ur CAR ASYST APP is divided int 7 menu items. Belw yu will find a list f these items including a shrt descriptin.

More information

Excel Step by Step Instructions Creating Lists and Charts. Microsoft

Excel Step by Step Instructions Creating Lists and Charts. Microsoft Infrmatin Yu Can Enter in a Wrksheet: Labels: Any type f text r infrmatin nt used in any calculatins. Labels are used fr wrksheet headings and make wrksheets easy t read and understand. Labels can als

More information

Maxon Motor & Motor Controller Manual

Maxon Motor & Motor Controller Manual Maxn Mtr & Mtr Cntrller Manual Nte: This manual is nly fr use fr the Maxn mtr and cntrller utlined belw. This infrmatin is based upn the tutrial vides fund nline and thrugh testing. NOTE: Maximum Permitted

More information

WiFi Lab C. Equipment Needs:

WiFi Lab C. Equipment Needs: WiFi Lab C Event Objective: Teams will cnstruct an antenna prir t the turnament that is designed t transmit a signal at 2.4 GHz and cmplete a written test n the principles f electrmagnetic wave prpagatin.

More information

Renton School District

Renton School District Rentn Schl District Curricular Apprach: Fr elementary, three alignment appraches were presented when develping the Rentn Schl District s transitin plan. The first mdel was keep science kits at their current

More information

Experiment 4 Op-Amp Circuits

Experiment 4 Op-Amp Circuits Experiment 4 Op-Amp Circuits Purpse: In this experiment, yu will learn abut peratinal amplifiers (r p-amps). Simple circuits cntaining peratinal amplifiers can be used t perfrm mathematical peratins, such

More information

A4: Color. Light: You can usually any lighting that you wish.

A4: Color. Light: You can usually any lighting that you wish. Art 205 A4: Clr Original RAW Shts Due: Crit Date: Requires 2 Ink Jet Prints Munting Crrectly can btain 5 pints extra credit. (50 pints) Objectives: 1. Learn basic clr schemes fr design and aesthetics.

More information

A Quick & Dirty Guide to Revising your Novel

A Quick & Dirty Guide to Revising your Novel Sz's Revisins, Lessn 4 1 A Quick & Dirty Guide t Revising yur Nvel Lessn 4: Planning the attack. S, yu figured ut what yur Perfect Bk wuld be in Lessn 3. Nw we're ging t take that and apply it t yur nvel.

More information

Art of Work Look & See: Who do you want to be? Utah Museum of Fine Arts Educator Resources and Lesson Plans Fall 2016

Art of Work Look & See: Who do you want to be? Utah Museum of Fine Arts   Educator Resources and Lesson Plans Fall 2016 bjects frm the UMFA Educatin Cllectin Art f Wrk Lk & See: Wh d yu want t be? Utah Museum f Fine Arts www.umfa.utah.edu Educatr Resurces and Lessn Plans Fall 2016 American Suthwest Bear Kachina Dll Cttnwd

More information

TROUBLESHOOTING GUIDE

TROUBLESHOOTING GUIDE TROUBLESHOOTING GUIDE Dcument revisin 1.3 Last revised: December 6, 2017 Recn Wireless Blckage and Flw Mnitr Trubleshting Guide 2014-2017 Intelligent Agricultural Slutins All Rights Reserved. Recn Wireless

More information

1. Give an example of how one can exploit the associative property of convolution to more efficiently filter an image.

1. Give an example of how one can exploit the associative property of convolution to more efficiently filter an image. CS 376 Cmputer Visin Spring 2011 Prblem set 1 Out: Tuesday Feb 1 Due: Mnday Feb 14 11:59 PM See the end f this dcument fr submissin instructins. Visit us during ffice hurs t discuss any questins n the

More information

Puget Sound Company Overview. Purpose of the Project. Solution Overview

Puget Sound Company Overview. Purpose of the Project. Solution Overview Puget Sund Cmpany Overview Puget Sund Energy is Washingtn State s largest and ldest energy utility, serving nearly 1 millin electric custmers and mre than 650,000 natural gas custmers, primarily within

More information

PhotoVu Digital Picture Frame Service & Repair Guide

PhotoVu Digital Picture Frame Service & Repair Guide PhtVu Digital Picture Frame Service & Repair Guide PhtVu, LLC 2450 Central Ave, #G1 Bulder, CO 80301 USA www.phtvu.cm/supprt Versin: 1.0 Table f Cntents Getting Started... 3 Determine Yur Generatin f PhtVu

More information

Hospital Task Scheduling using Constraint Programming

Hospital Task Scheduling using Constraint Programming Hspital Task Scheduling using Cnstraint Prgramming Authr: Chaman Chahal Supervisr: Dr. P. Bse, Schl f Cmputer Science Organizatin: Carletn University Curse: COMP4905 Date: Dec. 11, 2012 1 Abstract Hspitals

More information

You Be The Chemist Challenge Official Competition Format

You Be The Chemist Challenge Official Competition Format 2018-2019 Yu Be The Chemist Challenge Official Cmpetitin Frmat This dcument prvides detailed infrmatin regarding the Challenge frmat at each level f the cmpetitin. Schl Crdinatrs, participants, and parents/guardians

More information

Tee (Not a Coupler) Open Circuit Line. Z Z Z jz d

Tee (Not a Coupler) Open Circuit Line. Z Z Z jz d ECSE-2 Spring 22 Analysis Using Matlab Cable System R2 T2 Tee (Nt a Cupler) T TV Set Input R V 75 75 T3 Open Circuit Line The basic principle f this signal blcker is relatively simple. The CATV cable (T2

More information

Creating HyperLynx DDRx Memory Controller Timing Model

Creating HyperLynx DDRx Memory Controller Timing Model Creating HyperLynx DDRx Memry Cntrller Timing Mdel AppNte 10706 A P P N T E S SM Creating HyperLynx DDRx Memry Cntrller Timing Mdel By: Min Maung Last Mdified: April 30, 2009 1.0 ntrductin The DRAM and

More information

Using the Laser Cutter

Using the Laser Cutter Using the Laser Cutter Prerequisites Befre yu will be allwed t use the laser cutter, yu must cmplete these three steps: 1. Yu must have cmpleted the Laser Cutter training at Cyberia 2. Yu must schedule

More information

Spring 06 Assignment 3: Robot Motion, Game Theory

Spring 06 Assignment 3: Robot Motion, Game Theory 15-381 Spring 06 Assignment 3: Rbt Mtin, Game Thery Questins t Rng Yan(yanrng@cs.cmu.edu) Out: 2/21/06 Due: 3/7/06 Name: Andrew ID: Please turn in yur answers n this assignment (etra cpies can be btained

More information

Photoshop Elements: Color and Tonal Correction Basics

Photoshop Elements: Color and Tonal Correction Basics Phtshp Elements: Clr and Tnal Crrectin Basics Cntrast Lighten Phtshp Elements: Clr and Tnal Crrectin Basics 1 Sharpen Expsure Phtshp Elements: Clr and Tnal Crrectin Basics 2 Highlights and Shadws All key

More information

SVT Tab and Service Visibility Tool Job Aid

SVT Tab and Service Visibility Tool Job Aid Summary This Jb Aid cvers: SVT Tab Overview Service Visibility Tl (SVT) Area Overview SVT Area: Satellite Mdem Status (Frm Mdem) Clumn SVT Area: Satellite Mdem Status (Frm SMTS) Clumn SVT Area: Prvisining

More information

Enabling the Bluetooth Low Energy Direct Test Mode (DTM) with BlueNRG-MS

Enabling the Bluetooth Low Energy Direct Test Mode (DTM) with BlueNRG-MS DT0069 Design tip Enabling the Bluetth Lw Energy Direct Test Mde (DTM) with BlueNRG-MS By Salv Bnina Main cmpnents BlueNRG-MS Upgradable Bluetth Lw Energy netwrk prcessr SPBTLE-RF Very lw pwer mdule fr

More information

National Curriculum Programme of Study:

National Curriculum Programme of Study: Natinal Curriculum Prgramme f Study: Cunt in steps f 2, 3, and 5 frm 0, and in tens frm any number, frward and backward. Recall and use multiplicatin and divisin facts fr the 2, 5 and 10 multiplicatin

More information

Super ABC Plug-in kit for Pacman or Ms Pacman

Super ABC Plug-in kit for Pacman or Ms Pacman Super ABC Plug-in kit fr Pacman r Ms Pacman This page is a technical reference fr thse wh wn the SUPER ABC kit manufactured by Tw Bit Scre during the 1990's. This prduct is n lnger available. Under the

More information

Altis Flight Manager. PC application for AerobTec devices. AerobTec Altis v3 User Manual 1

Altis Flight Manager. PC application for AerobTec devices. AerobTec Altis v3 User Manual 1 Altis Flight Manager PC applicatin fr AerbTec devices AerbTec Altis v3 User Manual 1 Table f Cntents Intrductin...3 Requirements...3 Installatin...3 Applicatin...3 USB Driver fr Altis v3 interface ALink...4.NET

More information

Experiment 4 Op-Amp Circuits

Experiment 4 Op-Amp Circuits Experiment 4 Op-Amp Circuits Purpse: In this experiment, yu will learn abut peratinal amplifiers (r p-amps). Simple circuits cntaining peratinal amplifiers can be used t perfrm mathematical peratins, such

More information

BV4115. RF Packet Transmitter. Product specification. February ByVac 2007 ByVac Page 1 of 5

BV4115. RF Packet Transmitter. Product specification. February ByVac 2007 ByVac Page 1 of 5 Prduct Specificatin Prduct specificatin. February 2007 ByVac 2007 ByVac Page 1 f 5 Prduct Specificatin Cntents 1. Dcument Versins... 2 2. Intrductin... 2 3. Features... 2 4. Battery Life... 2 5. Blck Diagram...

More information

Art of Work Look & See: Who do you want to be? Utah Museum of Fine Arts Educator Resources and Lesson Plans Fall 2016

Art of Work Look & See: Who do you want to be? Utah Museum of Fine Arts   Educator Resources and Lesson Plans Fall 2016 bjects frm the UMFA Educatin Cllectin Art f Wrk Lk & See: Wh d yu want t be? Utah Museum f Fine Arts www.umfa.utah.edu Educatr Resurces and Lessn Plans Fall 2016 American Suthwest Bear Kachina Dll Cttnwd

More information

PreLab5 Temperature-Controlled Fan (Due Oct 16)

PreLab5 Temperature-Controlled Fan (Due Oct 16) PreLab5 Temperature-Cntrlled Fan (Due Oct 16) GOAL The gal f Lab 5 is t demnstrate a temperature-cntrlled fan. INTRODUCTION The electrnic measurement f temperature has many applicatins. A temperature-cntrlled

More information

Grounding, Shielding, and Interference in Amptek Processors

Grounding, Shielding, and Interference in Amptek Processors Prducts fr Yur Imaginatin Grunding, Shielding, and Interference in Amptek Prcessrs Electrmagnetic interference (EMI) is frequently a prblem in radiatin detectin. The detectr utput is a very small current

More information

Grade 7. National Core Visual Arts Standards. Lesson Assignment (Criteria for Success) Artist/Big Idea

Grade 7. National Core Visual Arts Standards. Lesson Assignment (Criteria for Success) Artist/Big Idea Grade 7 Natinal Cre Visual Arts Standards Lessn Assignment (Criteria fr Success) Artist/Big Idea Dcument Evidence f Mastery (Skills/Techniques) Line/Angle Drawings Creating: VA:Cr1.2.7 - Develp criteria

More information

From Beginner to Expert in 90 Minutes

From Beginner to Expert in 90 Minutes Cmma CMMS Maintenance Management at Yur Fingertips Frm Beginner t Expert in 90 Minutes http://cmmacmms.cm Table f Cntents Intrductin... 3 Frm beginner t expert in 90 minutes... 3 Sessin 1 Set it Up! (5

More information

The Mathematics of the Rubik s Cube

The Mathematics of the Rubik s Cube In this lessn, students will explre the pssible number ways the pieces f a Rubik's Cube can be arranged, and still fit the criteria fr a Rubik's Cube. Clrs are riented in a set way, s sme pieces (such

More information

KIP Cost Center User Guide

KIP Cost Center User Guide - 1 - KIP Cst Center User Guide Cntents 1 Intrductin... 3 1.1 Requirements:... 4 1.2 Supprted Operating Systems... 4 2 Installatin... 5 3 Setup... 8 4 KIP Cst Center Main Screen Print Mde... 12 4.1 Lading

More information

EE 311: Electrical Engineering Junior Lab Phase Locked Loop

EE 311: Electrical Engineering Junior Lab Phase Locked Loop Backgrund Thery EE 311: Electrical Engineering Junir Lab Phase Lcked Lp A phase lcked lp is a cntrlled scillatr whse instantaneus frequency is dynamically adjusted thrugh multiplicative feedback and lw

More information

This app uses callas pdftoolbox server as the imposition engine and consequently you have to have that program installed on your Switch server.

This app uses callas pdftoolbox server as the imposition engine and consequently you have to have that program installed on your Switch server. Autmatic impsitin Page 1/8 Autmatic impsitin Descriptin Autmatic impsitin will d the mst cmmn impsitins fr yur digital printer. It will autmatically d flders fr A5, A4 r US Letter page sizes in either

More information

OBJECT OF THE GAME COMPONENTS

OBJECT OF THE GAME COMPONENTS O nce upn a time a witch lived alne in her huse in the depths f the frest. Her favrite hbby was baking yummy gingerbread; in fact, she lved gingerbread s much that she built her entire huse ut f it. Unfrtunately,

More information

c2b: slip two stitches onto cable needle and hold behind work. Knit the following two stitches, then knit the two stitches from the cable needle.

c2b: slip two stitches onto cable needle and hold behind work. Knit the following two stitches, then knit the two stitches from the cable needle. Matthew s beanie Materials needed: 1 skein Yarn Bee Sft Secret. The clrs featured are Shale and Hney. Simply Sft yarn by Carn als fits the gauge. Size 4.5mm 16 inch circular needles (fr ribbing) Size 5.5mm

More information

AccuBuild Version 9.3 Release 05/11/2015. Document Management Speed Performance Improvements

AccuBuild Version 9.3 Release 05/11/2015. Document Management Speed Performance Improvements AccuBuild Versin 9.3 Release 05/11/2015 Dcument Management Speed Perfrmance Imprvements The entire dcument management system and security system design was retled which shuld result in majr speed imprvements

More information

Hands-Free Music Tablet

Hands-Free Music Tablet Hands-Free Music Tablet Steven Tmer Nate Decker Grup Website: steve@wasatch.cm milamberftheassembly@yah.cm http://www.cs.utah.edu/~ndecker/ce3992/ Abstract The typical musician handles a great deal f sheet

More information

BTEC EXTENDED DIPLOMA IN CREATIVE MEDIA PRODUCTION (GAMING)

BTEC EXTENDED DIPLOMA IN CREATIVE MEDIA PRODUCTION (GAMING) BTEC EXTENDED DIPLOMA IN CREATIVE MEDIA PRODUCTION (GAMING) UNIT 72 COMPUTER GAME DESIGN ASSIGNMENT 2OF2 COMPUTER GAME CONCEPT & PRODUCTION Student Name: Grup: Games Prject Five: Cmputer Games Design Assignment

More information

Lab2 Digital Weighing Scale (Sep 18)

Lab2 Digital Weighing Scale (Sep 18) GOAL Lab2 Digital Weighing Scale (Sep 18) The gal f Lab 2 is t demnstrate a digital weighing scale. INTRODUCTION The electrnic measurement f mass has many applicatins. A digital weighing scale typically

More information

GANTOM iq AND iqx USER GUIDE

GANTOM iq AND iqx USER GUIDE GANTOM iq AND iqx USER GUIDE The Gantm iq is the wrld s smallest gb prjectr with zm and fcus fr prfessinal lighting applicatins. The Gantm iqx features the same amazing ptics f the Gantm iq but adds integrated

More information

Design and fabricate a lamp using the given electrical component.

Design and fabricate a lamp using the given electrical component. Lamp Prject: Design and fabricate a lamp using the given electrical cmpnent. Cmplete the fllwing: Preliminary sketches Bill f Materials Dcument Hardware List Dcument Labr Time Estimate Dcument What is

More information

For as long as there have been people trying to find their way, there have been stars to guide them. Stars dance in the heavens weather we see them

For as long as there have been people trying to find their way, there have been stars to guide them. Stars dance in the heavens weather we see them Fr as lng as there have been peple trying t find their way, there have been stars t guide them. Stars dance in the heavens weather we see them there r nt. They warm the darkness f the night and fill us

More information

Creating Gift Card Batches

Creating Gift Card Batches Every active custmer gift card issued is a part f a batch f gift cards. Prir t activating any individual gift card, yu must define a batch f gift cards and any accmpanying rules that apply t each batch.

More information

Microsoft PowerPoint 2007

Microsoft PowerPoint 2007 Micrsft PwerPint 2007 Finding Presentatins n the Web Open the Internet and g t http://www.ggle.cm Click n Advanced Search. Enter wrds r phrases t describe desired results. On the File Frmat line, click

More information

RiverSurveyor S5/M9 & HydroSurveyor Second Generation Power & Communications Module (PCM) Jan 23, 2014

RiverSurveyor S5/M9 & HydroSurveyor Second Generation Power & Communications Module (PCM) Jan 23, 2014 SnTek, a Xylem brand 9940 Summers Ridge Rad, San Dieg, CA 92121-3091 USA Telephne (858) 546-8327 Fax (858) 546-8150 E-mail: inquiry@sntek.cm Internet: http://www.sntek.cm RiverSurveyr S5/M9 & HydrSurveyr

More information

Lite-On offers a broad range of discrete infrared components for application such as remote control, IR wireless data

Lite-On offers a broad range of discrete infrared components for application such as remote control, IR wireless data IR Emitter and Detectr 1. Descriptin Lite-On ffers a brad range f discrete infrared cmpnents fr applicatin such as remte cntrl, IR wireless data transmissin, security alarm & etc. Custmers need infrared

More information

Security Exercise 12

Security Exercise 12 Security Exercise 12 Asynchrnus Serial Digital Baseband Transmissin Discussin: In this chapter, yu learned that bits are transmitted ver a cpper wire as a series f vltage pulses (a prcess referred t as

More information

Dialectical Journals. o o. Sample Dialectical Journal entry: The Things They Carried, by Tim O Brien Passages from the text Pg#s Comments & Questions

Dialectical Journals. o o. Sample Dialectical Journal entry: The Things They Carried, by Tim O Brien Passages from the text Pg#s Comments & Questions Bay Path Reginal Vcatinal Technical High Schl Summer Reading Assignment 2018 Any nvel by Neal Shusterman Students will read ne nvel by Neal Shusterman, any nvel, and cmplete six (6) dialectical jurnal

More information

How are humans responsible for the environment?

How are humans responsible for the environment? Hw are humans respnsible fr the envirnment? The Cntinents Shwcase Unit Assessment This unit is an integrated apprach t student explratin f earth/envirnmental science, gegraphy, human gegraphy, and the

More information

VM1AT-R1 INDUSTRIAL MICROCONTROLLER

VM1AT-R1 INDUSTRIAL MICROCONTROLLER VM1AT-R1 INDUSTRIAL MICROCONTROLLER WARNING T avid permanent damage t integrated circuits yu may take precautins t discharge any static electricity frm yur bdy befre handling them. ASSEMBLY INSTRUCTIONS

More information

CESSDA-Questionnaire on PIDs

CESSDA-Questionnaire on PIDs CESSDA-Questinnaire n PIDs The persistent identificatin f CESSDA Service Prviders data hldings requires mre attentin. While sme ERICs achieved practical and administrative successes (e.g. CLARIN), CESSDA

More information

Processors with Sub-Microsecond Response Times Control a Variety of I/O. *Adapted from PID Control with ADwin, by Doug Rathburn, Keithley Instruments

Processors with Sub-Microsecond Response Times Control a Variety of I/O. *Adapted from PID Control with ADwin, by Doug Rathburn, Keithley Instruments PID Cntrl with ADwin Prcessrs with Sub-Micrsecnd Respnse Times Cntrl a Variety f I/O CHESTERLAND OH March 9, 2015 *Adapted frm PID Cntrl with ADwin, by Dug Rathburn, Keithley Instruments By Terry Nagy,

More information

OV5640 Camera Board (B) USER MANUAL

OV5640 Camera Board (B) USER MANUAL OV5640 Camera Bard (B) OV5640 Camera Bard (B) USER MANUAL OVERVIEW The mdule OV5640 Camera Bard (B) cntains is a vide camera based n vide sensr OV5640 (CMOS), takes 5 Megapixel image in QSXGA mde (2592x1944),

More information

Flash Image Rotator Web Part

Flash Image Rotator Web Part Flash Image Rtatr Web Part User Guide Cpyright 2007 Data Springs Inc. All rights reserved. Table f cntents: 1 INTRODUCTION...3 2 INSTALLATION PROCEDURE...4 2.1 After installatin ntes:...5 2.2 Trubleshting...6

More information

Configure and Use Bar Tabs

Configure and Use Bar Tabs One Blue Hill Plaza, 16th Flr, PO Bx 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Vice) 845-920-0800 (Fax) 845-920-0880 Cnfigure and Use Bar Tabs In rder fr Bar Tabs t wrk a Credit Card

More information

CiDA CiDA: Unit 3 Unit 3

CiDA CiDA: Unit 3 Unit 3 Pearsn CiDA Unit 3 Artwrk and Imaging: SW CiDA CiDA: Unit 3 Unit 3 Artwrk and Artwrk and Imaging Imaging Scheme f Wrk Scheme f Wrk 1 Pearsn Educatin Ltd 2017 Unit 3: Artwrk and Imaging: Scheme f Wrk Pearsn

More information

Spectracom GSG ecall Test Suite

Spectracom GSG ecall Test Suite 18-Dec-2017 GSG App Nte Spectracm GSG ecall Test Suite Table f Cntents 1. Intrductin... 1 2. Befre Starting the Test... 2 3. Running the ecall Test Suite... 4 4. Psitin Errr Tests 2.2.2-2.2.4... 10 5.

More information

1 Logistics. Chengkai Li. Department of Computer Science and Engineering University of Texas at Arlington Fall 2017

1 Logistics. Chengkai Li. Department of Computer Science and Engineering University of Texas at Arlington Fall 2017 CSE4334/5334 1 Lgistics Data Mining Chengkai Li Department f Cmputer Science and Engineering University f Texas at Arlingtn Fall 2017 Self Intrductin 2 Chengkai Li Assciate Prfessr, CSE Office: ERB 628

More information

Application for Drive Technology

Application for Drive Technology Applicatin fr Drive Technlgy MICROMASTER 4 Applicatin Descriptin Warranty, Liability and Supprt 1 Warranty, Liability and Supprt We d nt accept any liability fr the infrmatin cntained in this dcument.

More information

Kindergarten SUPPLY LIST

Kindergarten SUPPLY LIST Kindergarten SUPPLY LIST *Please nte yur child s teacher may require additinal supplies. Mre details will fllw in a letter frm yur child s teacher.* 3 bxes Crayla crayns 1 bx Crayla clred pencils 1 bx

More information

COMMERCIAL BUILDING PLAN REVIEW CHECKLIST CITY OF NOVI Community Development Department (248)

COMMERCIAL BUILDING PLAN REVIEW CHECKLIST CITY OF NOVI Community Development Department (248) COMMERCIAL BUILDING PLAN REVIEW CHECKLIST CITY OF NOVI Cmmunity Develpment Department (248) 347-0415 MICHIGAN BUILDING CODE 2015 DATE: PLAN EXAMINER: PROJECT NAME: PROJECT ADDRESS: All dcuments required

More information

Fig 1 System architecture. As shown in Figure 1, AUV system could be separated in 3 main blocks:

Fig 1 System architecture. As shown in Figure 1, AUV system could be separated in 3 main blocks: AUV System Descriptin Railway usage authrizatin system (called AUV, by its abbreviatin in Spanish) is a Safe Train Cntrl (STC) system prvided by Alta Rail Technlgy (ART). AUV system s structure is based

More information

Dorsey s Search. Name Address Home Telephone Work. Address. Property Owner s Signature

Dorsey s Search. Name Address Home Telephone Work.  Address. Property Owner s Signature Drsey s Search Return t: Linden Hall 4765 Drsey Hall Drive Ellictt City, MD 21042 410 730-4005 Fax 410 730-4008 ihatz@clumbiavillages.rg - Cvenant Advisr nmeredith@clumbiavillages.rg - Asst. Cvenant Advisr

More information

CUSTOMER PORTAL. Floorplan Management

CUSTOMER PORTAL. Floorplan Management CUSTOMER PORTAL Flrplan Management FLOORPLAN ANALYTICS The flrplan analytics area displays flrplans yu have uplad t the prtal (if yu haven t yet upladed a flrplan please cntact ur supprt department). Frm

More information