Homework 6: Printed Circuit Board Layout Design Narrative

Size: px
Start display at page:

Download "Homework 6: Printed Circuit Board Layout Design Narrative"

Transcription

1 Homework 6: Printed Circuit Board Layout Design Narrative Team Code Name: The Hex Me Baby Team Group No. 3 Team Member Completing This Homework: Robert Harris Address of Team Member: purdue.edu Evaluation: SEC DESCRIPTION MAX SCORE 1.0 Introduction PCB Layout Design Considerations - Overall PCB Layout Design Considerations - Microcontroller PCB Layout Design Considerations - Power Supply Summary List of References 10 App A PCB Layout Top & Bottom Copper Screenshot 20 App B PCB Layout To-Scale Component Side Layout 20 TOTAL 100 Comments:

2 1.0 Introduction Hackers of Catron is an electronically enhanced version of the popular Settlers of Catan board game. Game setup will be automated, placement of physical pieces on the board will be tracked, and resource trading will be handled through handheld devices. These enhancements to the game will make the game easier to set up and play, resulting in a much improved game play experience. While the economy is handled via a web server, most of the game takes place on a physical game board. Catan is composed of nineteen hexagons which fit together to make up the board. Rather than making the players setup the board themselves, simply turning on the game can randomize the playing surface. To accomplish this, each hexagon will use LEDs to designate its resource type. The LEDs are mounted to the surface of the PCB, and a sheet of frosted acrylic is placed above to disperse the light. Dividers will be used to represent the borders and separate the light between the hexagons. Hall Effect sensors will be mounted to the surface of the PCB for the purpose of detecting the magnetic game pieces. It is important that the distance between the PCB and frosted acrylic be optimized such that the pieces detected without interfering with adjacent sensors. The PCB will be approximately 15 x17 in size to accommodate the overwhelming number of sensors and LEDs. This large size brings along with it a large price tag, so a second board run in the case of errors is not a viable option. This report will discuss the design considerations we will make so that our circuit will work correctly and Electromagnetic interference (EMI) will not be a problem. The next section (Section 2.0) is about the overall layout design considerations; it will discuss the overall layout including component placement and signal routing. Section 3.0 is about layout considerations involving the microcontroller. Section 4.0 is about the layout considerations revolving around the power supply circuitry. 2.0 PCB Layout Design Considerations - Overall There are many special considerations that need to be taken into account for the PCB layout of the project. First, due to the massive number of Hall Effect sensors, 7-segment LEDs, and RGB LEDs on the board (145, 38, and 38, respectively) careful planning before routing signals will be critical. Through hole components (headers and 7-segment displays) add to the routing complexity. Also, due to the fact that two different power rails (5V and 3.3V) are needed for -1-

3 components on the PCB, routing signals through and around the PCB will be very complex. To avoid routing problems, the layout of the RGB drivers, 7-Segment drivers, and multiplexers will be planned before any component placement is done. Appendix C shows the placement of the RGB drivers, 7-Segment drivers, and Hall Effect sensors. Every hexagon has one multiplexer for its 8 Hall Effect sensors. The drivers and multiplexers were placed so that signals are routed as short a distance from their destination and the components are placed as evenly throughout the board as possible. The power and ground rail placement was also decided early in the layout planning process. Traces must be sized according to the amount of current they will be required to handle. The power and ground rails will be the widest rails. The 5V rail will provide approximately 2.4A at max draw (1.7A to the RGB LEDs and 1.0A to the Raspberry Pi) [1] [2] [3]. To handle this current, a trace with a minimum width of 30 mils will be needed [4]. However, due the length of the traces, wider traces will be used. The trace that runs the 5V rail all the way around the board will be much larger (60 mils); another option is to make use of a large fly wire to route the unregulated 5V rail around the board instead of using a large trace. If there is room in the final PCB layout for the large trace it will be used instead of a fly wire to make the board population process a little simpler. The 3.3V rail will provide approximately 1.1A at max draw. Thus, a trace with a minimum width of 15 mils should be used [4]. As with the 5V traces, the 3.3V traces will also be made wider (40 mils) due to their length. All of the smaller power/ground traces that run the width of the board will be 24 mils wide. 3.0 PCB Layout Design Considerations - Microcontroller The Atmel AVR32 will draw approximately 19 ma of current at peak draw [5]. Thus, no special considerations are needed for the size of the power traces running to the microcontroller. The oscillator circuit and decoupling capacitors will need to be located near the microcontroller. The microcontroller requires a total of four decoupling capacitors, thus their placement and routing will need to be planned carefully [5]. The microcontroller will be placed where there is adequate space to position all of the necessary components (oscillator circuit, decoupling capacitors) and where all of the multiplexers and LED drivers can route easily. Routing of signals from all 19 hexagons to the microcontroller will be very difficult, so effective placement of the microcontroller is crucial to a -2-

4 successful layout. The microcontroller is currently in the center of the board; however, after routing many of the long traces on the board it looks like moving the micro to the outside of the board will help with the routing process. Another benefit of moving the micro to the outside is that there will be more room for the decoupling capacitors and the oscillator circuit. The EMI of the oscillator circuit can be handled better with the extra space also. As the PCB layout is finalized, the choice of microcontroller placement will be very important. The microcontroller reset will be placed in close proximity of the micro to prevent noise from inadvertently resetting the micro. As you can see, component placement for the microcontroller is a vital step to a successful layout of our PCB due to the number of components and signals present. 4.0 PCB Layout Design Considerations - Power Supply A 5V unregulated signal is input to the power supply; the input comes from an external switch mode power supply that is connected to the PCB via a barrel jack. The barrel jack is located on the edge of the board for easy accessibility. The external supply is capable of providing up to 4A of current; our entire board (including the Raspberry Pi) can theoretically draw about 3.5A at max draw [6]. Thus, traces at least 100 mils wide will be used in the power supply circuit [4]. The traces will be made as wide as possible to help reduce EMI produced. Also, a copper pour will be placed throughout the power supply area to help decrease noise in the circuit. Power will be routed through the board with power and ground rails running across the board. The ground rails will made wide to decrease noise. All of our board components are digital, so EMI should not be a huge issue. Also, because of this only the power supply circuitry has to be separated from the rest of the board. A micro USB adapter will route the 5V unregulated input from the board to the Raspberry Pi [3]. Because 3.3V and 5V are needed throughout the board, a large 5V rail will be run around the board where it can then be run throughout the board to eliminate the need to cross the different power rails. -3-

5 5.0 Summary In this report the major design criteria for the PCB layout of the project have been outlined. These criteria will be followed closely to help ensure a successful result. Proper planning of how to place components and route their signals is toughest part of this design. The PCB layout will be done very carefully and thoroughly to yield the best possible result. The layout is not 100 percent done at this point; but the power and ground rails have been laid out, the long signals have been routed, and some hexagons have hand routing. The images included in the appendices of this report are the result of both hand and auto routing. More hand routing will be done for the final version of the layout. The power supply circuitry has not been completed totally and will be reworked prior to the design review on Monday. Carefully analyzing the design as it progresses will ensure a successful design. If needed, auto route will be used for some of the connections; but most of the connections will be done by hand so that the design will meet all of the necessary constraints. The appendix of this report includes images of the layout and the layout planning process. Appendix A includes images of the top and bottom copper PCB layout. Appendix B includes a to-scale illustration of the component side PCB layout. Appendix C includes images showing a high level view of the placement of the 7-segment drivers, RGB LED drivers, and Hall Effect sensors. The placement of these parts was a crucial part of the PCB layout planning. -4-

6 6.0 List of References [1] Cree, Cree PLCC4 3 in 1 SMD LED CLV1L-FKB, [Online]. Available: ata%20sheets/clv1l%20fkb% pdf. [Accessed ] [2] Omron, LED Control IC W2RF004RM, [Online]. Available: 5D0077B1D2/$file/W2RV004RM_0812.pdf. [Accessed ]. [3] Broadcom Corporation, BCM2835 ARM Peripherals, [Online]. Available: [Accessed ]. [4] Purdue ECE 477 Staff, PCB Design Specifications, [Online]. Available: esign%20specifications.pdf. [Accessed ]. [5] Atmel, 32-bit ATMEL AVR Microcontroller, [Online]. Available: [Accessed ]. [6] Triad Magnetics, External Switchmode Power Supplies - WSU Series, [Online]. Available: [Accessed ]. -5-

7 Appendix A: PCB Layout Top & Bottom Copper Figure 1. PCB Layout Top and Bottom Copper. Note: High Resolution Image zoom to see details. -6-

8 Figure 2. PCB Layout Top Copper. Note: High Resolution Image zoom to see details. -7-

9 Figure 3. PCB Layout Bottom Copper. Note: High Resolution Image zoom to see details. -8-

10 Appendix B: PCB Layout To-Scale Component Side Layout Figure 4. Component Layout Not to scale. Note: High Resolution Image zoom to see details. -9-

11 Figure 5. To Scale Component Layout View

12 Figure 6. To Scale Layout with Microcontroller

13 Figure 7. To Scale Layout with Power Supply. -12-

14 Appendix C: Driver and Sensor Placement Figure 8. RGB LED Driver Placement. -13-

15 Figure 9. Seven Segment Display Driver Placement. -14-

16 Figure 10. Hall Effect Sensor Placement. -15-

REV CHANGE DESCRIPTION NAME DATE. A Release

REV CHANGE DESCRIPTION NAME DATE. A Release REV CHANGE DESCRIPTION NAME DATE A Release 10-13-09 Any assistance, services, comments, information, or suggestions provided by SMSC (including without limitation any comments to the effect that the Company

More information

High Performance TFT LCD Driver ICs for Large-Size Displays

High Performance TFT LCD Driver ICs for Large-Size Displays Name: Eugenie Ip Title: Technical Marketing Engineer Company: Solomon Systech Limited www.solomon-systech.com The TFT LCD market has rapidly evolved in the last decade, enabling the occurrence of large

More information

Component Placement Tutorial Part One

Component Placement Tutorial Part One CIRCUIT BOARD DESIGNERS WEB SITE Component Placement Tutorial Part One by Jack Olson CATERPILLAR IN SUMMARY Jack Olson is creating an introductory tutorial Web site for novice circuit board designers.

More information

MAX2660/MAX2661/MAX2663/MAX2671 Evaluation Kits

MAX2660/MAX2661/MAX2663/MAX2671 Evaluation Kits 9-382; Rev ; 9/99 MAX2660/MAX266/MAX2663/MAX267 General Description The MAX2660/MAX266/MAX2663/MAX267 evaluation kits simplify evaluation of the MAX2660/MAX266/ MAX2663/MAX267 upconverter s. They enable

More information

FDTD_SPICE Analysis of EMI and SSO of LSI ICs Using a Full Chip Macro Model

FDTD_SPICE Analysis of EMI and SSO of LSI ICs Using a Full Chip Macro Model FDTD_SPICE Analysis of EMI and SSO of LSI ICs Using a Full Chip Macro Model Norio Matsui Applied Simulation Technology 2025 Gateway Place #318 San Jose, CA USA 95110 matsui@apsimtech.com Neven Orhanovic

More information

Layout Analysis Analog Block

Layout Analysis Analog Block Layout Analysis Analog Block Sample Report Analysis from an HD Video/Audio SoC For any additional technical needs concerning semiconductor and electronics technology, please call Sales at Chipworks. 3685

More information

L, LTC, LTM, LT are registered trademarks of Linear Technology Corporation. Other product

L, LTC, LTM, LT are registered trademarks of Linear Technology Corporation. Other product DESCRIPTION WARNING! Do not look directly at operating LED. This circuit produces light that can damage eyes. Demo Circuit 1265 QUICK START GUIDE LTC3220/LTC3220-1 360mA Universal 18-Channel LED Driver

More information

Optimizing BNC PCB Footprint Designs for Digital Video Equipment

Optimizing BNC PCB Footprint Designs for Digital Video Equipment Optimizing BNC PCB Footprint Designs for Digital Video Equipment By Tsun-kit Chin Applications Engineer, Member of Technical Staff National Semiconductor Corp. Introduction An increasing number of video

More information

REV CHANGE DESCRIPTION NAME DATE. A Release

REV CHANGE DESCRIPTION NAME DATE. A Release REV CHANGE DESCRIPTION NAME DATE A Release 10-30-13 Any assistance, services, comments, information, or suggestions provided by SMSC (including without limitation any comments to the effect that the Company

More information

Part (A) Controlling 7-Segment Displays with Pushbuttons. Part (B) Controlling 7-Segment Displays with the PIC

Part (A) Controlling 7-Segment Displays with Pushbuttons. Part (B) Controlling 7-Segment Displays with the PIC Name Name ME430 Mechatronic Systems: Lab 6: Preparing for the Line Following Robot The lab team has demonstrated the following tasks: Part (A) Controlling 7-Segment Displays with Pushbuttons Part (B) Controlling

More information

AltiumLive 2017: The Benefits of Grid Systems in Board Design

AltiumLive 2017: The Benefits of Grid Systems in Board Design AltiumLive 2017: The Benefits of Grid Systems in Board Design Susy Webb Sr PCB Designer San Diego, CA October 3-4, 2017 The information contained herein is the opinion of the presenter and not considered

More information

Troubleshooting EMI in Embedded Designs White Paper

Troubleshooting EMI in Embedded Designs White Paper Troubleshooting EMI in Embedded Designs White Paper Abstract Today, engineers need reliable information fast, and to ensure compliance with regulations for electromagnetic compatibility in the most economical

More information

Self-Playing Xylophone

Self-Playing Xylophone Self-Playing Xylophone Matt McKinney, Electrical Engineering Project Advisor: Dr. Tony Richardson April 1, 2018 Evansville, Indiana Acknowledgements I would like to thank Jeff Cron, Dr. Howe, and Dr. Richardson

More information

Digital Effects Pedal Description Ross Jongeward 10 December 2014

Digital Effects Pedal Description Ross Jongeward 10 December 2014 Digital Effects Pedal Description Ross Jongeward 10 December 2014 1 Contents Section Number Title Page 1.1 Introduction..3 2.1 Project Electrical Specifications..3 2.1.1 Project Specifications...3 2.2.1

More information

Application Note for PI3EQX4951 SATA ReDriver TM Family By Qun Song, Lingsan Quan. Table of Contents # Introduction

Application Note for PI3EQX4951 SATA ReDriver TM Family By Qun Song, Lingsan Quan. Table of Contents # Introduction Application Note for PIEQX9 SATA ReDriver TM Family By Qun Song, Lingsan Quan Table of Contents.0 Introduction.0 How to Select PIEQX9 SATA ReDriver TM Family for Various Applications.0 Recommended Setting

More information

Why Use the Cypress PSoC?

Why Use the Cypress PSoC? C H A P T E R1 Why Use the Cypress PSoC? Electronics have dramatically altered the world as we know it. One has simply to compare the conveniences and capabilities of today s world with those of the late

More information

SUBSYSTEMS FOR DATA ACQUISITION #39. Analog-to-Digital Converter (ADC) Function Card

SUBSYSTEMS FOR DATA ACQUISITION #39. Analog-to-Digital Converter (ADC) Function Card SUBSYSTEMS FOR DATA ACQUISITION #39 Analog-to-Digital Converter (ADC) Function Card Project Scope Design an ADC function card for an IEEE 488 interface box built by Dr. Robert Kolbas. ADC card will add

More information

System Requirements SA0314 Spectrum analyzer:

System Requirements SA0314 Spectrum analyzer: System Requirements SA0314 Spectrum analyzer: System requirements Windows XP, 7, Vista or 8: 1 GHz or faster 32-bit or 64-bit processor 1 GB RAM 10 MB hard disk space \ 1. Getting Started Insert DVD into

More information

The Extron MGP 464 is a powerful, highly effective tool for advanced A/V communications and presentations. It has the

The Extron MGP 464 is a powerful, highly effective tool for advanced A/V communications and presentations. It has the MGP 464: How to Get the Most from the MGP 464 for Successful Presentations The Extron MGP 464 is a powerful, highly effective tool for advanced A/V communications and presentations. It has the ability

More information

SWITCH: Microcontroller Touch-switch Design & Test (Part 2)

SWITCH: Microcontroller Touch-switch Design & Test (Part 2) SWITCH: Microcontroller Touch-switch Design & Test (Part 2) 2 nd Year Electronics Lab IMPERIAL COLLEGE LONDON v2.09 Table of Contents Equipment... 2 Aims... 2 Objectives... 2 Recommended Timetable... 2

More information

Comparing Ethernet and SerDes in ADAS Applications

Comparing Ethernet and SerDes in ADAS Applications Single-pair Ethernet is currently being deployed in automobiles over unshielded twisted pair (UTP) cable. Ethernet shows great promise as an in-vehicle networking technology for the connected car due to

More information

S Fully Assembled and Tested S Software Control Through USB Port. S SMA Connectors for High-Speed Inputs and Output. Maxim Integrated Products 1

S Fully Assembled and Tested S Software Control Through USB Port. S SMA Connectors for High-Speed Inputs and Output. Maxim Integrated Products 1 19-5239; Rev 0; 4/10 General Description The MAX3945 evaluation kit (EV kit) is an assembled electrical demonstration board that provides easy computer-controlled evaluation of the MAX3945 multirate limiting

More information

Facedown Low-Inductance Solder Pad and Via Schemes Revision 0 - Aug 8, Low ESL / 7343 Package

Facedown Low-Inductance Solder Pad and Via Schemes Revision 0 - Aug 8, Low ESL / 7343 Package Update Facedown Low-Inductance Solder Pad and Via Schemes Revision 0 - Aug 8, 2008 Low ESL / 7343 Package In the quest for lower ESL devices, having the ESL reduced in the package is only half of the battle;

More information

Beethoven Bot. Oliver Chang. University of Florida. Department of Electrical and Computer Engineering. EEL 4665-IMDL-Final Report

Beethoven Bot. Oliver Chang. University of Florida. Department of Electrical and Computer Engineering. EEL 4665-IMDL-Final Report Beethoven Bot Oliver Chang University of Florida Department of Electrical and Computer Engineering EEL 4665-IMDL-Final Report Instructors: A. Antonio Arroyo, Eric M. Schwartz TAs: Josh Weaver, Andy Gray,

More information

Minimising the tuning drift effects due to external temperature variations in the Titanium Satellite C1W-PLL Wideband LNBF

Minimising the tuning drift effects due to external temperature variations in the Titanium Satellite C1W-PLL Wideband LNBF Minimising the tuning drift effects due to external temperature variations in the Titanium Satellite C1W-PLL Wideband LNBF Although the Titanium LNB is named in the header, the comments which follow obviously

More information

EA63-7D. Generator Automatic Voltage Regulator Operation Manual. Self Excited Automatic Voltage Regulator

EA63-7D. Generator Automatic Voltage Regulator Operation Manual. Self Excited Automatic Voltage Regulator EA63-7D Generator Automatic Voltage Regulator Operation Manual Self Excited Automatic Voltage Regulator SP POWERWORLD LTD Willows, Waterside, Ryhall, Stamford, Lincs, PE9 4EY, UK Tel: +44 1780 756872 -

More information

Laboratory 8. Digital Circuits - Counter and LED Display

Laboratory 8. Digital Circuits - Counter and LED Display Laboratory 8 Digital Circuits - Counter and Display Required Components: 2 1k resistors 1 10M resistor 3 0.1 F capacitor 1 555 timer 1 7490 decade counter 1 7447 BCD to decoder 1 MAN 6910 or LTD-482EC

More information

Spring 2011 Microprocessors B Course Project (30% of your course Grade)

Spring 2011 Microprocessors B Course Project (30% of your course Grade) Course Project guidelines Spring 2011 Microprocessors B 17.384 Course Project (30% of your course Grade) Overall Guidelines Design a fairly complex system that contains at least one microcontroller (the

More information

Dynamic Animation Cube Group 1 Joseph Clark Michael Alberts Isaiah Walker Arnold Li

Dynamic Animation Cube Group 1 Joseph Clark Michael Alberts Isaiah Walker Arnold Li Dynamic Animation Cube Group 1 Joseph Clark Michael Alberts Isaiah Walker Arnold Li Sponsored by: Department of Electrical Engineering & Computer Science at UCF What is the DAC? The DAC is an array of

More information

SHUTTLE WITH INFRA-RED DETECTION SAS2-IR

SHUTTLE WITH INFRA-RED DETECTION SAS2-IR SHUTTLE WITH INFRA-RED DETECTION SAS2-IR Shuttle Model Train Controller with Infra-Red Detection Automatically operates a train backwards and forwards along a single line. Train detection using Infra-red

More information

SparkFun Camera Manual. P/N: Sense-CCAM

SparkFun Camera Manual. P/N: Sense-CCAM SparkFun Camera Manual P/N: Sense-CCAM Revision 0.1b, Aug 14, 2006 Overview The Spark Fun SENSE-CCAM camera is a 640x480 [vga resolution] camera with an 8 bit digital interface. The camera is based on

More information

January 24, Dr. Lakshman One School of Engineering Science Simon Fraser University Burnaby, BC, V5A 1S6

January 24, Dr. Lakshman One School of Engineering Science Simon Fraser University Burnaby, BC, V5A 1S6 School of Engineering Science Simon Fraser University Burnaby, BC, V5A 1S6 tp-audio@sfu.ca January 24, 2004 Dr. Lakshman One School of Engineering Science Simon Fraser University Burnaby, BC, V5A 1S6 Re:

More information

INTRODUCTION (EE2499_Introduction.doc revised 1/1/18)

INTRODUCTION (EE2499_Introduction.doc revised 1/1/18) INTRODUCTION (EE2499_Introduction.doc revised 1/1/18) A. PARTS AND TOOLS: This lab involves designing, building, and testing circuits using design concepts from the Digital Logic course EE-2440. A locker

More information

MB5 Multibeam Activity Monitor

MB5 Multibeam Activity Monitor MB5 Multibeam Activity Monitor The MB5 Multibeam Activity Monitor measures the complete locomotor activity of 16 individual flies, each in a separate tube. 17 independent infrared beams bisect each tube

More information

Room Recommendations for the Cisco TelePresence System 3210

Room Recommendations for the Cisco TelePresence System 3210 CHAPTER 2 Room Recommendations for the Cisco TelePresence System 3210 Revised: February 20, 2012, This chapter provides you with general room recommendations for the Cisco TelePresence System 3210 (CTS

More information

TARGET 3001! Crash-course

TARGET 3001! Crash-course TARGET 3001! Crash-course Ing.-Buero FRIEDRICH Am Schwarzen Rain 1 D-36124 Eichenzell Germany target@ibfriedrich.com www.ibfriedrich.com Tel.: ++49-66 59 / 919 444 Fax: ++49-66 59 / 919 445 1 von 10 30.01.2007

More information

Room Recommendations for the Cisco TelePresence System 3010

Room Recommendations for the Cisco TelePresence System 3010 CHAPTER 2 Room Recommendations for the Cisco TelePresence System 3010 Revised: July 13, 2012, This chapter provides you with general room recommendations for the Cisco TelePresence System 3010 (CTS 3010)

More information

PCB Board Layout Is Critical When The Power Supply And MCU Live On The Same Board

PCB Board Layout Is Critical When The Power Supply And MCU Live On The Same Board Keeping Up with Safety & Compliance ISSUE: February 2018 PCB Board Layout Is Critical When The Power Supply And MCU Live On The Same Board by Kevin Parmenter, Chair, and James Spangler, Co-chair, PSMA

More information

OEM Basics. Introduction to LED types, Installation methods and computer management systems.

OEM Basics. Introduction to LED types, Installation methods and computer management systems. OEM Basics Introduction to LED types, Installation methods and computer management systems. v1.0 ONE WORLD LED 2016 The intent of the OEM Basics is to give the reader an introduction to LED technology.

More information

IC Mask Design. Christopher Saint Judy Saint

IC Mask Design. Christopher Saint Judy Saint IC Mask Design Essential Layout Techniques Christopher Saint Judy Saint McGraw-Hill New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi San Juan Seoul Singapore Sydney Toronto

More information

Christmas LED Snowflake Project

Christmas LED Snowflake Project Christmas LED Snowflake Project Version 1.1 (01/12/2008) The snowflake is a follow-on from my Christmas star project from a few years ago. This year I decided to make a display using only white LEDs, shaped

More information

Challenges in the design of a RGB LED display for indoor applications

Challenges in the design of a RGB LED display for indoor applications Synthetic Metals 122 (2001) 215±219 Challenges in the design of a RGB LED display for indoor applications Francis Nguyen * Osram Opto Semiconductors, In neon Technologies Corporation, 19000, Homestead

More information

ECG Demonstration Board

ECG Demonstration Board ECG Demonstration Board Fall 2012 Sponsored By: Texas Instruments Design Team : Matt Affeldt, Alex Volinski, Derek Brower, Phil Jaworski, Jung-Chun Lu Michigan State University Introduction: ECG boards

More information

Alice EduPad Board. User s Guide Version /11/2017

Alice EduPad Board. User s Guide Version /11/2017 Alice EduPad Board User s Guide Version 1.02 08/11/2017 1 Table OF Contents Chapter 1. Overview... 3 1.1 Welcome... 3 1.2 Launchpad features... 4 1.3 Alice EduPad hardware features... 4 Chapter 2. Software

More information

MTI-2100 FOTONIC SENSOR. High resolution, non-contact. measurement of vibration. and displacement

MTI-2100 FOTONIC SENSOR. High resolution, non-contact. measurement of vibration. and displacement A worldwide leader in precision measurement solutions MTI-2100 FOTONIC SENSOR High resolution, non-contact measurement of vibration and displacement MTI-2100 Fotonic TM Sensor Unmatched Resolution and

More information

Using the MAX3656 Laser Driver to Transmit Serial Digital Video with Pathological Patterns

Using the MAX3656 Laser Driver to Transmit Serial Digital Video with Pathological Patterns Design Note: HFDN-33.0 Rev 0, 8/04 Using the MAX3656 Laser Driver to Transmit Serial Digital Video with Pathological Patterns MAXIM High-Frequency/Fiber Communications Group AVAILABLE 6hfdn33.doc Using

More information

A 400MHz Direct Digital Synthesizer with the AD9912

A 400MHz Direct Digital Synthesizer with the AD9912 A MHz Direct Digital Synthesizer with the AD991 Daniel Da Costa danieljdacosta@gmail.com Brendan Mulholland firemulholland@gmail.com Project Sponser: Dr. Kirk W. Madison Project 11 Engineering Physics

More information

Bookcheck Model 966. Site Planning Guide

Bookcheck Model 966. Site Planning Guide Bookcheck Model 966 Site Planning Guide 3M Library Systems 3M Center, Building 225-4N-14 St. Paul, Minnesota 55144-1000 Copyright 2002, 3M IPC. All rights reserved. www.3m.com/library 060-A 78-8123-7852-5,

More information

Saving time & money with JTAG

Saving time & money with JTAG Saving time & money with JTAG AltiumLive 2017: ANNUAL PCB DESIGN SUMMIT Simon Payne CEO, XJTAG Ltd. Saving time and money with JTAG JTAG / IEEE 1149.X Take-away points Get JTAG right from the start Use

More information

ECE Design Team 3 Madi Kassymbekov How to use MSP 430 Peripheral Sensors and use of LEDs as sensors

ECE Design Team 3 Madi Kassymbekov How to use MSP 430 Peripheral Sensors and use of LEDs as sensors ECE 480 - Design Team 3 Madi Kassymbekov How to use MSP 430 Peripheral Sensors and use of LEDs as sensors 1 Table of Contents LED definition and structure.3 LED setup as a receiver.4 MSP 430 Peripheral

More information

Author: Seth Reed Lakritz

Author: Seth Reed Lakritz EEL 5666: Intelligent Machines Design Laboratory The Author: Student #: 1520-7760 Due Date: 8/7/03 Instructor: A.A. Arroyo & Dr. E. Schwartz Table of Contents Abstract...3 Executive Summary.4 Introduction..5

More information

USER MANUAL. VP-501N UXGA Scan Converter MODEL: P/N: Rev 5

USER MANUAL. VP-501N UXGA Scan Converter MODEL: P/N: Rev 5 KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VP-501N UXGA Scan Converter P/N: 2900-300183 Rev 5 Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 2.2 Safety Instructions

More information

N3ZI Digital Dial Manual For kit with Backlit LCD Rev 4.00 Jan 2013 PCB

N3ZI Digital Dial Manual For kit with Backlit LCD Rev 4.00 Jan 2013 PCB N3ZI Digital Dial Manual For kit with Backlit LCD Rev 4.00 Jan 2013 PCB Kit Components Item Qty Designator Part Color/Marking PCB 1 LCD Display 1 LCD 1602 Volt Regulator 1 U1 78L05, Black TO-92 Prescaler

More information

Monolithic CMOS Power Supply for OLED Display Driver / Controller IC

Monolithic CMOS Power Supply for OLED Display Driver / Controller IC Monolithic CMOS Power Supply for OLED Display Driver / Controller IC Cheung Fai Lee SOLOMON Systech Limited Abstract This paper presents design considerations of a power supply IC to meet requirements

More information

N3ZI Digital Dial Manual For kit with Serial LCD Rev 3.04 Aug 2012

N3ZI Digital Dial Manual For kit with Serial LCD Rev 3.04 Aug 2012 N3ZI Digital Dial Manual For kit with Serial LCD Rev 3.04 Aug 2012 Kit properly assembled and configured for Standard Serial LCD (LCD Not yet connected) Kit Components Item Qty Designator Part Color/Marking

More information

This document is intended to provide information to allow the researcher to build their own device.

This document is intended to provide information to allow the researcher to build their own device. SEXTA Construction Notes Tony Barry, Dave Gault Preamble:- SEXTA is a system (hardware device, firmware, and application software) to create and analyse optical timestamps as observed by a camera and recorder.

More information

TR-Plus T/R Switch Assembly and Operation Manual. Introduction

TR-Plus T/R Switch Assembly and Operation Manual. Introduction TR-Plus T/R Switch Assembly and Operation Manual Revised: 7 February 2015 2015 Tucson Amateur Packet Radio Corporation Introduction The TAPR TR-Plus is a transmit/receive ( T/R ) switch that connects a

More information

( stored on ) also accessible from

( stored on   ) also accessible from ( stored on http://www.stealthskater.com/articles/walkietalkie.doc ) also accessible from http://www.stealthskater.com/articles.htm ) Two walkie-talkies can be put to good use on a camping trip by keeping

More information

COHERENCE ONE PREAMPLIFIER

COHERENCE ONE PREAMPLIFIER COHERENCE ONE PREAMPLIFIER OWNER S MANUAL TABLE OF CONTENTS Introduction Features Unpacking Instructions Installation Phono Cartridge Loading Basic Troubleshooting Technical Specifications Introduction

More information

ADC Peripheral in Microcontrollers. Petr Cesak, Jan Fischer, Jaroslav Roztocil

ADC Peripheral in Microcontrollers. Petr Cesak, Jan Fischer, Jaroslav Roztocil ADC Peripheral in s Petr Cesak, Jan Fischer, Jaroslav Roztocil Czech Technical University in Prague, Faculty of Electrical Engineering Technicka 2, CZ-16627 Prague 6, Czech Republic Phone: +420-224 352

More information

GT Dual-Row Nano Vertical SMT High Speed Characterization Report For Differential Data Applications

GT Dual-Row Nano Vertical SMT High Speed Characterization Report For Differential Data Applications GT-16-95 Dual-Row Nano Vertical SMT For Differential Data Applications 891-011-15S Vertical SMT PCB 891-001-15P Cable Mount Revision History Rev Date Approved Description A 6/3/2016 R. Ghiselli/D. Armani

More information

C200H-AD002/DA002 Analog I/O Units Operation Guide

C200H-AD002/DA002 Analog I/O Units Operation Guide C200H-AD002/DA002 Analog I/O Units Operation Guide Revised September 1995 Notice: OMRON products are manufactured for use according to proper procedures by a qualified operator and only for the purposes

More information

Manual Version Ver 1.0

Manual Version Ver 1.0 The BG-3 & The BG-7 Multiple Test Pattern Generator with Field Programmable ID Option Manual Version Ver 1.0 BURST ELECTRONICS INC CORRALES, NM 87048 USA (505) 898-1455 VOICE (505) 890-8926 Tech Support

More information

MAKE AN RGB CONTROL KNOB.

MAKE AN RGB CONTROL KNOB. MAKE AN RGB CONTROL KNOB. This is a knob based colour changing controller that uses a custom programmed microcontroller to pack a lot of features into a small affordable kit. The module can drive up to

More information

Interaction of Infrared Controls And Fluorescent Lamp/Ballast Systems In Educational Facilities

Interaction of Infrared Controls And Fluorescent Lamp/Ballast Systems In Educational Facilities LSD 6-1999 A NEMA Lighting Systems Division Document Interaction of Infrared Controls And Fluorescent Lamp/Ballast Systems In Educational Facilities Prepared by Lamp Section Ballast Section National Electrical

More information

ESU LokSound Select Direct Micro "Keep-Alive"

ESU LokSound Select Direct Micro Keep-Alive ESU LokSound 73100-73199 Select Direct Micro "Keep-Alive" Last Updated 180520 There has been a lot of discussion on the internet about adding "Keep-Alive" capacitors to sound decoders to improve performance

More information

R&S FSW-K54 EMI Measurement Application Detecting and eliminating electromagnetic

R&S FSW-K54 EMI Measurement Application Detecting and eliminating electromagnetic R&S FSW-K54 EMI Measurement Application Detecting and eliminating electromagnetic interference Test & Measurement Product Brochure 01.00 R&S FSW-K54 EMI Measurement Application At a glance The R&S FSW-K54

More information

Belden IBDN System 10GX Enabling Technologies

Belden IBDN System 10GX Enabling Technologies Belden IBDN System 10GX Enabling Technologies by Paul Kish Director, Systems and Standards Revision 1 November 2008 Belden Belden IBDN System 10GX Enabling Technologies 1/17 Introduction The IEEE 802.3an

More information

AltiumLive 2017: Effective Methods for Advanced Routing

AltiumLive 2017: Effective Methods for Advanced Routing AltiumLive 2017: Effective Methods for Advanced Routing Charles Pfeil Senior Product Manager Dave Cousineau Sr. Field Applications Engineer Charles Pfeil Senior Product Manager Over 50 years of experience

More information

Design Project: Designing a Viterbi Decoder (PART I)

Design Project: Designing a Viterbi Decoder (PART I) Digital Integrated Circuits A Design Perspective 2/e Jan M. Rabaey, Anantha Chandrakasan, Borivoje Nikolić Chapters 6 and 11 Design Project: Designing a Viterbi Decoder (PART I) 1. Designing a Viterbi

More information

Data Conversion and Lab (17.368) Fall Lecture Outline

Data Conversion and Lab (17.368) Fall Lecture Outline Data Conversion and Lab (17.368) Fall 2013 Lecture Outline Class # 11 November 14, 2013 Dohn Bowden 1 Today s Lecture Outline Administrative Detailed Technical Discussions Lab Microcontroller and Sensors

More information

Meeting Embedded Design Challenges with Mixed Signal Oscilloscopes

Meeting Embedded Design Challenges with Mixed Signal Oscilloscopes Meeting Embedded Design Challenges with Mixed Signal Oscilloscopes Introduction Embedded design and especially design work utilizing low speed serial signaling is one of the fastest growing areas of digital

More information

Published in A R DIGITECH

Published in A R DIGITECH Design of propeller clock by using 8051 Microcontroller Ahmed H. Al-Saadi*1 *1 (B.Sc. of Computer Engineering in Al Hussein University College of Engineering, Iraq) ah9@outlook.com*1 Abstract The propeller

More information

Advanced Techniques for Spurious Measurements with R&S FSW-K50 White Paper

Advanced Techniques for Spurious Measurements with R&S FSW-K50 White Paper Advanced Techniques for Spurious Measurements with R&S FSW-K50 White Paper Products: ı ı R&S FSW R&S FSW-K50 Spurious emission search with spectrum analyzers is one of the most demanding measurements in

More information

Low Power VLSI Circuits and Systems Prof. Ajit Pal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur

Low Power VLSI Circuits and Systems Prof. Ajit Pal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Low Power VLSI Circuits and Systems Prof. Ajit Pal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No. # 29 Minimizing Switched Capacitance-III. (Refer

More information

Design Brief - I35 and I35 DAC Stereo Integrated Amplifier

Design Brief - I35 and I35 DAC Stereo Integrated Amplifier Design Brief - I35 and I35 DAC Stereo Integrated Amplifier The I35 and I35 DAC are the latest iteration of Primare s now iconic 30 Series integrated amplifiers, and is the first to use the new UFPD 2 power

More information

UNIT V 8051 Microcontroller based Systems Design

UNIT V 8051 Microcontroller based Systems Design UNIT V 8051 Microcontroller based Systems Design INTERFACING TO ALPHANUMERIC DISPLAYS Many microprocessor-controlled instruments and machines need to display letters of the alphabet and numbers. Light

More information

Small Projector Array Display System

Small Projector Array Display System Small Projector Array Display System Team # 7 Sponsor: Q4 Services Group Members: Nicholas Futch Ryan Gallo Chris Rowe Gilbert Duverglas University of Central Florida Dr. S. Richie Summer 2012 P a g e

More information

BGA2022, RX mixer 880, 1950 and 2450 MHz

BGA2022, RX mixer 880, 1950 and 2450 MHz Philips Semiconductors BGA2022, RX mixer 880, 1950 and 2450 MHz Application Note AN00059 APPLICATION NOTE BGA2022, RX mixer 880, 1950 and 2450 MHz AN00059 Author(s): Hans ten Cate Philips Semiconductors

More information

Combo Board.

Combo Board. Combo Board www.matrixtsl.com EB083 Contents About This Document 2 General Information 3 Board Layout 4 Testing This Product 5 Circuit Diagram 6 Liquid Crystal Display 7 Sensors 9 Circuit Diagram 10 About

More information

Application Note DT-AN DTU-315 Verification of Specifications

Application Note DT-AN DTU-315 Verification of Specifications DTU-315 Verification of Specifications APPLICATION NOTE January 2018 Table of Contents 1. Introduction... 3 General Description of the DTU-315... 3 Purpose of this Application Note... 3 2. Measurements...

More information

More on Flip-Flops Digital Design and Computer Architecture: ARM Edition 2015 Chapter 3 <98> 98

More on Flip-Flops Digital Design and Computer Architecture: ARM Edition 2015 Chapter 3 <98> 98 More on Flip-Flops Digital Design and Computer Architecture: ARM Edition 2015 Chapter 3 98 Review: Bit Storage SR latch S (set) Q R (reset) Level-sensitive SR latch S S1 C R R1 Q D C S R D latch Q

More information

MODIFYING A SMALL 12V OPEN FRAME INDUSTRIAL VIDEO MONITOR TO BECOME A 525/625 & 405 LINE MULTI - STANDARD MAINS POWERED UNIT. H. Holden. (Dec.

MODIFYING A SMALL 12V OPEN FRAME INDUSTRIAL VIDEO MONITOR TO BECOME A 525/625 & 405 LINE MULTI - STANDARD MAINS POWERED UNIT. H. Holden. (Dec. MODIFYING A SMALL 12V OPEN FRAME INDUSTRIAL VIDEO MONITOR TO BECOME A 525/625 & 405 LINE MULTI - STANDARD MAINS POWERED UNIT. H. Holden. (Dec. 2017) INTRODUCTION: Small open frame video monitors were made

More information

BCCU Brightness and Color Control Unit. XMC microcontrollers September 2016

BCCU Brightness and Color Control Unit. XMC microcontrollers September 2016 Brightness and Color Control Unit XMC microcontrollers September 2016 Agenda 1 2 3 4 5 6 7 Overview Key feature: Automatic high frequency brightness modulation Key feature: Automatic exponential dimming

More information

1) As a sensor on a shop window. The LCD is mounted behind the touch foil.

1) As a sensor on a shop window. The LCD is mounted behind the touch foil. The SIRKOM touch sensor is typically used with LCD in 3 scenarios. 1) As a sensor on a shop window. The LCD is mounted behind the touch foil. The foil is laminated to the glass using cling or permanent

More information

Features. = +25 C, IF = 1 GHz, LO = +13 dbm*

Features. = +25 C, IF = 1 GHz, LO = +13 dbm* v.5 HMC56LM3 SMT MIXER, 24-4 GHz Typical Applications Features The HMC56LM3 is ideal for: Test Equipment & Sensors Point-to-Point Radios Point-to-Multi-Point Radios Military & Space Functional Diagram

More information

Tip: Faller Mittelstadt Apartments with Controlled LED Lighting Date: , Addition

Tip: Faller Mittelstadt Apartments with Controlled LED Lighting Date: , Addition Hi All, I have had the 130926 Mittelstadt apartments shown below on my layout for a long time and thought it was about time to add LED lighting to the buildings. With my success at upgrading the Faller

More information

Callisto DISEqC Antenna Tracker

Callisto DISEqC Antenna Tracker Callisto DISEqC Antenna Tracker Figure 1: Final product Description The goal of the project was to make an antenna tracker that could not only follow the sun, but also other objects in the sky (moon, Satellite,

More information

2.6 Reset Design Strategy

2.6 Reset Design Strategy 2.6 Reset esign Strategy Many design issues must be considered before choosing a reset strategy for an ASIC design, such as whether to use synchronous or asynchronous resets, will every flipflop receive

More information

Cascadable 4-Bit Comparator

Cascadable 4-Bit Comparator EE 415 Project Report for Cascadable 4-Bit Comparator By William Dixon Mailbox 509 June 1, 2010 INTRODUCTION... 3 THE CASCADABLE 4-BIT COMPARATOR... 4 CONCEPT OF OPERATION... 4 LIMITATIONS... 5 POSSIBILITIES

More information

MODEL PA II-R (1995-MSRP $549.00)

MODEL PA II-R (1995-MSRP $549.00) F O R T H E L O V E O F M U S I C MODEL PA II-R (1995-MSRP $549.00) OWNER'S MANUAL AND INSTALLATION GUIDE INTRODUCTION To aid in the exciting and custom installs which installers are performing all over

More information

Build A Video Switcher

Build A Video Switcher Build A Video Switcher VIDEOSISTEMAS serviciotecnico@videosistemas.com www.videosistemas.com Reprinted with permission from Electronics Now Magazine September 1997 issue Copyright Gernsback Publications,

More information

Building the BX24-AHT

Building the BX24-AHT Building the BX24-AHT file:///f /LASER/build-it.htm (1 of 8) [03/04/2002 5:21:52 PM] file:///f /LASER/build-it.htm (2 of 8) [03/04/2002 5:21:52 PM] Tips & Tricks Use a 25W or smaller soldering iron with

More information

Why FPGAs? FPGA Overview. Why FPGAs?

Why FPGAs? FPGA Overview. Why FPGAs? Transistor-level Logic Circuits Positive Level-sensitive EECS150 - Digital Design Lecture 3 - Field Programmable Gate Arrays (FPGAs) January 28, 2003 John Wawrzynek Transistor Level clk clk clk Positive

More information

OPERATING GUIDE. HIGHlite 660 series. High Brightness Digital Video Projector 16:9 widescreen display. Rev A June A

OPERATING GUIDE. HIGHlite 660 series. High Brightness Digital Video Projector 16:9 widescreen display. Rev A June A OPERATING GUIDE HIGHlite 660 series High Brightness Digital Video Projector 16:9 widescreen display 111-9714A Digital Projection HIGHlite 660 series CONTENTS Operating Guide CONTENTS About this Guide...

More information

Avoiding False Pass or False Fail

Avoiding False Pass or False Fail Avoiding False Pass or False Fail By Michael Smith, Teradyne, October 2012 There is an expectation from consumers that today s electronic products will just work and that electronic manufacturers have

More information

Digital Clock. Perry Andrews. A Project By. Based on the PIC16F84A Micro controller. Revision C

Digital Clock. Perry Andrews. A Project By. Based on the PIC16F84A Micro controller. Revision C Digital Clock A Project By Perry Andrews Based on the PIC16F84A Micro controller. Revision C 23 rd January 2011 Contents Contents... 2 Introduction... 2 Design and Development... 3 Construction... 7 Conclusion...

More information

Circuit Playground Express (& other ATSAMD21 Boards) DAC Hacks

Circuit Playground Express (& other ATSAMD21 Boards) DAC Hacks Circuit Playground Express (& other ATSAMD21 Boards) DAC Hacks Created by Phillip Burgess Last updated on 2017-11-17 01:49:03 AM UTC Guide Contents Guide Contents Overview Getting Started Composite Video

More information

Axle Assembly Poke-Yoke

Axle Assembly Poke-Yoke Indiana University Purdue University Fort Wayne Opus: Research & Creativity at IPFW Manufacturing & Construction Engineering Technology and Interior Design Senior Design Projects School of Engineering,

More information

Small Projector Array System

Small Projector Array System Small Projector Array System Gilbert Duverglas, Nicholas Futch, Ryan Gallo, Chris Rowe Dept. of Electrical Engineering and Computer Science, University of Central Florida, Orlando, Florida, 32816-2450

More information