µpad: Proto Base Manual

Size: px
Start display at page:

Download "µpad: Proto Base Manual"

Transcription

1 µpad: Proto Base Manual Last Updated May 13, 2015

2 Table of Contents WARNING: READ BEFORE PROCEDING!... 7 Overview... Error! Bookmark not defined. µpad Base Connection... 8 Analog... 8 Amplifier Circuit... 8 Amplifier Calculations... 9 Analog/PORTB Selector(s) Single ended vs. Differential Single Ended Conversion Considerations PORTB ADC Pin Mapping Xmega Digital Pins CPLD CPLD/MCU Selectors Breadboard Area Keyboard Area LCD Interface... 17

3 Figure 1: Board Top Un-Assembled

4 Figure 2: Board Top Fully Assembled

5 Figure 3: Bottom Board Fully Assembled

6 Figure 4: µpad Top Figure 5: µpad Bottom

7 WARNING: READ BEFORE PROCEDING! 1. It is possible to damage your µpad irreparably through the use of poor software. PORTB 0 and PORTB 1 pins serve special functions. PORTB 0 is the input for the precision 2.5V analog reference, and PORTB 1 is the Circuit GND reference input for differential analog measurements. If you set the direction register for PORTB pins 0 or 1 you risk destroying your board! Always use caution when using PORTB of the µpad s Xmega!!! 2. Use caution when connecting and disconnecting µpad from the µpad Proto Base J2 pictured in Figure 1. This connector can be sheared off the PCB if handled roughly.

8 µpad Base Connection The µpad Proto Base connects directly to the µpad through connector J2 which can be seen in Figure 1. All electrical signals from the µpad to the µpad Proto Base pass through this connection. Analog The µpad Proto Base has an external analog front end circuit which allows the µpad to read signals between 0 to 5V, when using the µpad s precision 2.5V external reference. Amplifier Circuit The following circuit displayed in Figure 4 is the analog front end for ADC input 4 of PORTB. Figure 4: Analog Front End

9 Amplifier Calculations The following calculations assumes an ideal op-amp Assumption: Vi+ = Vi- Given: ADC4 = VIN AFE4 = VOUT Equations: R9 V i+ = Vin R11 + R9 Vout V i+ R5 Vout V i+ 500 Vout V i+ 1 Vout = 3V i+ 2 = V i+ 0 R7 = V i = V i+ 0 2 With a substitution of Vi+ Vout = 3 2 Vin 3 The end relationship is then Vout = Vin = Vin 1500 = Vin 3 Note: The amplifier circuit(s) utilizes 1% resistors throughout

10 Analog/PORTB Selector(s) The Analog/PORTB selector(s) can be found in the upper right corner of Figure 3. This group of 4 selectors is used to control whether PORTB pins 4-7 are connected to their respective analog front end circuits, or their respective PORTB breakout connections in J9 pictured in Figure 2. Each pin 4-7 can be individually configured per its respective selector. In Figure 3 all pins, 4-7, are connected to their respective analog front end circuit. Single ended vs. Differential Analog to Digital Converters are devices that convert a voltages to numeric values that a processor can use for calculations etc. There are two kinds of ADCs differential and single ended. Voltage inherently is a differential measurement. It is the electric potential difference of two nodes, which in this context are referred to as the positive and negative inputs. In the case off single ended converters the negative input of the ADC is internally connected to circuit GND. Differential converters however have a dedicated negative input in addition to a positive one. Differential converters are particularly useful when measuring voltages independent or circuit GND. The µpad s Xmega is capable of taking both single ended and differential measurements. However differential type measurements yield more accurate results. For this reason the µpad was designed with a solder jumper SJ1, visible in Figure 5, to measure circuit GND directly with the Xmega pin PORTB 1. If you wish to take differential measurements you should solder the pads of SJ1 together. The µpad will need to be removed from the µpad Proto Base to solder this jumper. Single ended conversions can be taken with or without soldering the SJ1 jumper. Single Ended Conversion Considerations The µpad s Xmega is inaccurate at measuring circuit GND internally, which is why the differential interface is more accurate. That being said if single ended measurements are to be performed signed conversions are recommended again for accuracy. When using singed vs. unsigned measurements the top bit of the ADC conversion is used to indicate the measured voltage as positive or negative. Simply put signed mode measurements, though more accurate, have half the resolution of unsigned measurements.

11 PORTB ADC Pin Mapping Table 1 below displays the pin mapping used for various types of conversions with the Xmega ADC. It is important to note that differential measurements without gain and differential measurements with gain have positive and negative inputs flipped. In particular measurements taken with gain will be return negative values. This physical limitation can be easily adjusted for in software. Table 1: ADC Pin Mapping PORTB Pin Single Ended Pin Function DIFF Pin Function DIFF GAIN Pin Function 0 AREF AREF AREF 1 - ADC1 NEG (GND REF ) ADC1 POS (GND REF) ADC4 POS ADC4 NEG 5 - ADC5 POS ADC5 NEG 6 - ADC6 POS ADC6 NEG 7 - ADC7 POS ADC7 NEG

12 Xmega Digital Pins The µpad has several Digital pins serving various purposes. The following table describes these pins and their functions. Reference Figure 2 for the reference designators. Table 2: Digital Pin Mapping Reference Designator Pin Number Signal Name Function J5 0 PORTF 7 GPIO J5 1 PORTF 6 GPIO J5 2 PORTF 5 GPIO J5 3 PORTF 4 GPIO J5 4 PORTF 3 GPIO J5 5 PORTF 2 GPIO J5 6 PORTF 1 GPIO J5 7 PORTF 0 GPIO J6 0 ADDR 8 2 EBI ADDR J6 1 ADDR 9 2 EBI ADDR J6 2 ADDR 10 2 EBI ADDR J6 3 ADDR 11 2 EBI ADDR J6 4 ADDR 12 2 EBI ADDR J6 5 ADDR 13 2 EBI ADDR J6 6 ADDR 14 2 EBI ADDR J6 7 ADDR 15 2 EBI ADDR J7 0 GND Power J7 1 WE GPIO,EBI CTRL

13 J7 2 RE GPIO,EBI CTRL J7 3 ALE GPIO,EBI CTRL J7 4 CS0 GPIO,EBI CTRL J7 5 CS1 GPIO,EBI CTRL J7 6 CS2 GPIO,EBI CTRL J7 7 CS3 GPIO,EBI CTRL J V Power J9 1 PORTB 2 GPIO, DAC J9 2 PORTB 3 GPIO, DAC J9 3 PORTB 4 1 GPIO J9 4 PORTB 5 1 GPIO J9 5 PORTB 6 1 GPIO J9 6 PORTB 7 1 GPIO J9 7 GND Power J10 0 PORTE 0 GPIO J10 1 PORTE 1 GPIO J10 2 PORTE 2 GPIO J10 3 PORTE 3 GPIO J10 4 PORTE 4 GPIO J10 5 PORTE 5 GPIO J10 6 PORTE 6 GPIO J10 7 PORTE 7 GPIO J11 0 ADDR 0 GPIO,EBI ADDR

14 J11 1 ADDR 1 GPIO,EBI ADDR J11 2 ADDR 2 GPIO,EBI ADDR J11 3 ADDR 3 GPIO,EBI ADDR J11 4 ADDR 4 GPIO,EBI ADDR J11 5 ADDR 5 GPIO,EBI ADDR J11 6 ADDR 6 GPIO,EBI ADDR J11 7 ADDR 7 GPIO,EBI ADDR J12 0 DATA 0 GPIO,EBI DATA J12 1 DATA 1 GPIO,EBI DATA J12 2 DATA 2 GPIO,EBI DATA J12 3 DATA 3 GPIO,EBI DATA J12 4 DATA 4 GPIO,EBI DATA J12 5 DATA 5 GPIO,EBI DATA J12 6 DATA 6 GPIO,EBI DATA J12 7 DATA 7 GPIO,EBI DATA 1) These pins must be selected as digital pins using the PORTB/Analog selector(s) 2) These are latched address signals.

15 CPLD The µpad Proto Board contains a 44 pin PLCC socket (U2) intended for a MAX 3000 series CPLD. This socket can be viewed in Figure 2. Through this device logic such as memory mapping can be implemented. Table 3: CPLD GPIO Signal Mapping Reference Designator Header pin CPLD Pin J J J J J J J8 7 GCLK1 J8 8 5 J J J J J J J13 7 GCLK2 J13 8 4

16 CPLD/MCU Selectors J3 is used to bridge significant signals of the Xmega s External Bus Interface (EBI) over to the CPLD for performing address decoding. Table 4: MCU/CPLD Selector Mapping Signal Name CPLD Pin ADDR 15 8 ADDR 14 6 ADDR 13 9 ADDR CS3 12 CS2 14 CS1 16 CS0 19 ALE 18 RE 21 WE 20 Breadboard Area The breadboard area of the µpad Proto Base is designed for use with DIP and other through whole components. The breadboard area is displayed at the bottom of Figure 2. Vertical dashes in the silk screen denote shorts between holes.

17 Keyboard Area The µpad Proto Base was designed to connect to a keypad breakout board via a 2x5 pin cable. This cable connects at J23 labeled Keypad Input, and is displayed in Figure 2. In order to read from the keypad either rows or columns will need to be pulled high or low. J20 is used to house a 10 pin SIP resistor as well as a 10 pin header for wire wrapping. The label for J20 is most easily found in Figure 1, but the header soldered to it can be viewed in Figure 3. J21 and J22 are used to connect keypad signals to a SIP resistor located at J20. The keypad signals are directly connected to J22. The reference designator and the signal names therein are viewable in Figure 2. J21 pins, as indicated by horizontal dashes, are shorted horizontally with the pins in J20 (best viewed in Figure 1). Jumpers can be used with J22 and J21 to connect keypad signals to a SIP resistor. LCD Interface The µpad has dedicated mounts and electrical connections for a character LCD. The signal pins of the LCD are wire wrap accessible via J29. Each of the LCD signals are labeled. J29 is just visible below the LCD in Figure 2.

BNC-Panel-32-Input User Manual

BNC-Panel-32-Input User Manual BNC-Panel-32-Input User Manual Used to mate any input signals on BNC Connectors to a Digital Lynx AC or DC Input Board. Neuralynx, Inc. 105 Commercial Drive, Bozeman, MT 59715 Phone 406.585.4542 Fax 866.585.1743

More information

INA169 Breakout Board Hookup Guide

INA169 Breakout Board Hookup Guide Page 1 of 10 INA169 Breakout Board Hookup Guide CONTRIBUTORS: SHAWNHYMEL Introduction Have a project where you want to measure the current draw? Need to carefully monitor low current through an LED? The

More information

Lab #6: Op Amps, Part 1

Lab #6: Op Amps, Part 1 Fall 2013 EELE 250 Circuits, Devices, and Motors Lab #6: Op Amps, Part 1 Scope: Study basic Op-Amp circuits: voltage follower/buffer and the inverting configuration. Home preparation: Review Hambley chapter

More information

Practical 2P12 Semiconductor Devices

Practical 2P12 Semiconductor Devices Practical 2P12 Semiconductor Devices What you should learn from this practical Science This practical illustrates some points from the lecture courses on Semiconductor Materials and Semiconductor Devices

More information

DNT24MCA DNT24MPA. Low Cost 2.4 GHz FHSS Transceiver Modules with I/O. DNT24MCA/MPA Absolute Maximum Ratings. DNT24MCA/MPA Electrical Characteristics

DNT24MCA DNT24MPA. Low Cost 2.4 GHz FHSS Transceiver Modules with I/O. DNT24MCA/MPA Absolute Maximum Ratings. DNT24MCA/MPA Electrical Characteristics - 2.4 GHz Frequency Hopping Spread Spectrum Transceivers - Direct Peer-to-peer Low Latency Communication - Transmitter RF Power Configurable - 10 or 63 mw - Built-in Chip Antenna - 250 kbps RF Data Rate

More information

Menu EEL 3744 EEL A-to-D, D-to-A, Part 2

Menu EEL 3744 EEL A-to-D, D-to-A, Part 2 Menu A/D system on the 68HC11/12 & TI DSC F2833 A/D system on the XMEGA A/D Converter Example: EEG Analog-to-Digital Conversion >Basic Charge-Redistribution A/D Analog-to-Digital Conversion >What should

More information

16 Bit ADC Module. November 26, Prototyping Area: Dividers and Filters 4

16 Bit ADC Module. November 26, Prototyping Area: Dividers and Filters 4 6 Bit ADC Module November 6, 008 Contents Introduction ADS. Drawbacks............................... IC Communications Current Sensor Max7. On-board Sense Resistor......................... Measuring the

More information

upad Proto Base Assembly Guide v2.0

upad Proto Base Assembly Guide v2.0 upad Proto Base Assembly Guide v2.0 Last Updated September 1, 2015 Table of Contents Preface... 3 Introduction... 3 Required Tools... 3 Flux Pen... 3 Soldering Iron... 3 Solder... 3 Diagonal Cutters...

More information

Board Of Education, Revision C (28150)

Board Of Education, Revision C (28150) 599 Menlo Drive, Suite 00 Rocklin, California 95765, USA Office: (96) 624-8333 Fax: (96) 624-8003 General: info@parallax.com Technical: support@parallax.com Web Site: www.parallax.com Board Of Education,

More information

TekBot Remote Control Receiver Board Construction

TekBot Remote Control Receiver Board Construction TekBot Remote Control Receiver Board Construction Purpose This tutorial illustrates the procedure for construction of the Receiver board for the TekBot. A Guide to Soldering Many of you have soldered once

More information

Introduction to the Op-Amp

Introduction to the Op-Amp Purpose: ENGR 210/EEAP 240 Lab 5 Introduction to the Op-Amp To become familiar with the operational amplifier (OP AMP), and gain experience using this device in electric circuits. Equipment Required: HP

More information

Bill of Materials: PWM Stepper Motor Driver PART NO

Bill of Materials: PWM Stepper Motor Driver PART NO PWM Stepper Motor Driver PART NO. 2183816 Control a stepper motor using this circuit and a servo PWM signal from an R/C controller, arduino, or microcontroller. Onboard circuitry limits winding current,

More information

Pololu Dual G2 High-Power Motor Driver for Raspberry Pi

Pololu Dual G2 High-Power Motor Driver for Raspberry Pi Pololu Dual G2 High-Power Motor Driver for Raspberry Pi 24v14 /POLOLU 3752 18v18 /POLOLU 3750 18v22 /POLOLU 3754 This add-on board makes it easy to control two highpower DC motors with a Raspberry Pi.

More information

IR add-on module circuit board assembly - Jeffrey La Favre January 27, 2015

IR add-on module circuit board assembly - Jeffrey La Favre January 27, 2015 IR add-on module circuit board assembly - Jeffrey La Favre January 27, 2015 1 2 For the main circuits of the line following robot you soldered electronic components on a printed circuit board (PCB). The

More information

EM Arduino 4-20mA Shield Documentation. Version 1.5.0

EM Arduino 4-20mA Shield Documentation. Version 1.5.0 EM Arduino 4-20mA Shield Documentation Version 1.5.0 Erdos Miller October 22, 2014 1 Contents 1 Power... 3 2 Connecting Sensors... 3 3 Scaling ADC Readings to Current in ma... 4 4 Using with a 3.3V Arduino...

More information

DBK17. 4-Channel Simultaneous Sample and Hold Card. Overview

DBK17. 4-Channel Simultaneous Sample and Hold Card. Overview DBK17 4-Channel Simultaneous Sample and Hold Card Overview... 1 Simultaneous Sample and Hold... 2 Hardware Setup... 2 Card Connection... 2 Card Configuration... 2 CE Compliance... 3 DaqBook/100 Series

More information

University of Portland EE 271 Electrical Circuits Laboratory. Experiment: Digital-to-Analog Converter

University of Portland EE 271 Electrical Circuits Laboratory. Experiment: Digital-to-Analog Converter University of Portland EE 271 Electrical Circuits Laboratory Experiment: Digital-to-Analog Converter I. Objective The objective of this experiment is to build and test a circuit that can convert a binary

More information

DNT90MCA DNT90MPA. Low Cost 900 MHz FHSS Transceiver Modules with I/O

DNT90MCA DNT90MPA. Low Cost 900 MHz FHSS Transceiver Modules with I/O - 900 MHz Frequency Hopping Spread Spectrum Transceivers - Direct Peer-to-peer Low Latency Communication - Transmitter Power Configurable to 40 or 158 mw - Built-in 0 dbi Chip Antenna - 100 kbps RF Data

More information

AD557 SPECIFICATIONS. T A = 25 C, V CC = 5 V unless otherwise noted) REV. B

AD557 SPECIFICATIONS. T A = 25 C, V CC = 5 V unless otherwise noted) REV. B SPECIFICATIONS Model Min Typ Max Unit RESOLUTION 8 Bits RELATIVE ACCURACY 0 C to 70 C ± 1/2 1 LSB Ranges 0 to 2.56 V Current Source 5 ma Sink Internal Passive Pull-Down to Ground 2 SETTLING TIME 3 0.8

More information

DNT90MC DNT90MP. Low Cost 900 MHz FHSS Transceiver Modules with I/O

DNT90MC DNT90MP. Low Cost 900 MHz FHSS Transceiver Modules with I/O - 900 MHz Frequency Hopping Spread Spectrum Transceivers - Direct Peer-to-peer Low Latency Communication - Transmitter Power Configurable to 40 or 158 mw - 100 kbps RF Data Rate - Serial Port Data Rate

More information

AD8232 EVALUATION BOARD DOCUMENTATION

AD8232 EVALUATION BOARD DOCUMENTATION One Technology Way P.O. Box 9106 Norwood, MA 02062-9106 Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com AD8232 EVALUATION BOARD DOCUMENTATION FEATURES Ready to use Heart Rate Monitor (HRM) Front end

More information

Experiment A3 Electronics I Procedure

Experiment A3 Electronics I Procedure Experiment A3 Electronics I Procedure Deliverables: Checked lab notebook, Brief technical memo Overview Most of the transducers used in modern engineering applications are electronic, meaning they convert

More information

bhi bhi DSP Noise Cancelling Products DSP Noise Cancelling Products NEDSP1061-PCB bhi ltd PO Box 318 Burgess Hill West Sussex RH15 9NR

bhi bhi DSP Noise Cancelling Products DSP Noise Cancelling Products NEDSP1061-PCB bhi ltd PO Box 318 Burgess Hill West Sussex RH15 9NR DSP Noise Cancelling Products bhi bhi ltd PO Box 318 Burgess Hill West Sussex RH15 9NR tel: +44 (0)845 217 9926 fax: +44 (0)845 217 9936 sales@bhi-ltd.com www.bhi-ltd.com DSP Noise Cancelling Products

More information

Data Conversion and Lab Lab 1 Fall Operational Amplifiers

Data Conversion and Lab Lab 1 Fall Operational Amplifiers Operational Amplifiers Lab Report Objectives Materials See separate report form located on the course webpage. This form should be completed during the performance of this lab. 1) To construct and operate

More information

Chapter 3 Novel Digital-to-Analog Converter with Gamma Correction for On-Panel Data Driver

Chapter 3 Novel Digital-to-Analog Converter with Gamma Correction for On-Panel Data Driver Chapter 3 Novel Digital-to-Analog Converter with Gamma Correction for On-Panel Data Driver 3.1 INTRODUCTION As last chapter description, we know that there is a nonlinearity relationship between luminance

More information

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016 Analog I/O ECE 153B Sensor & Peripheral Interface Design Introduction Anytime we need to monitor or control analog signals with a digital system, we require analogto-digital (ADC) and digital-to-analog

More information

EE 109 Midterm Review

EE 109 Midterm Review EE 109 Midterm Review 1 2 Number Systems Computer use base 2 (binary) 0 and 1 Humans use base 10 (decimal) 0 to 9 Humans using computers: Base 16 (hexadecimal) 0 to 15 (0 to 9,A,B,C,D,E,F) Base 8 (octal)

More information

EXAMPLE. Use this jack for the red test lead when measuring. current from 0 to 200mA. Figure P-1

EXAMPLE. Use this jack for the red test lead when measuring. current from 0 to 200mA. Figure P-1 Digital Multimeters ON / OFF power switch Continuity / Diode Test Function Resistance Function Ranges from 200Ω to 200MΩ Transistor Test Function DC Current Function Ranges from 2mA to 20A. AC Current

More information

Lab 2: Blinkie Lab. Objectives. Materials. Theory

Lab 2: Blinkie Lab. Objectives. Materials. Theory Lab 2: Blinkie Lab Objectives This lab introduces the Arduino Uno as students will need to use the Arduino to control their final robot. Students will build a basic circuit on their prototyping board and

More information

DACPORT Low Cost, Complete P-Compatible 8-Bit DAC AD557*

DACPORT Low Cost, Complete P-Compatible 8-Bit DAC AD557* a FEATURES Complete 8-Bit DAC Voltage Output 0 V to 2.56 V Internal Precision Band-Gap Reference Single-Supply Operation: 5 V ( 10%) Full Microprocessor Interface Fast: 1 s Voltage Settling to 1/2 LSB

More information

Dedan Kimathi University of technology. Department of Electrical and Electronic Engineering. EEE2406: Instrumentation. Lab 2

Dedan Kimathi University of technology. Department of Electrical and Electronic Engineering. EEE2406: Instrumentation. Lab 2 Dedan Kimathi University of technology Department of Electrical and Electronic Engineering EEE2406: Instrumentation Lab 2 Title: Analogue to Digital Conversion October 2, 2015 1 Analogue to Digital Conversion

More information

Oscilloscope Current Probe Adapter Plus

Oscilloscope Current Probe Adapter Plus Oscilloscope Current Probe Adapter Plus Paul "LeoNerd" Evans Assembly To avoid damage during shipping, this unit is supplied with the four 4mm gold binding posts unattached from

More information

bhi bhi Sound Engineering Solutions from bhi Sound Engineering Solutions NEDSP1061-PCB bhi ltd 22 Woolven Close Burgess Hill West Sussex RH15 9RR

bhi bhi Sound Engineering Solutions from bhi Sound Engineering Solutions NEDSP1061-PCB bhi ltd 22 Woolven Close Burgess Hill West Sussex RH15 9RR Sound Engineering Solutions Page 24 bhi bhi ltd 22 Woolven Close Burgess Hill West Sussex RH15 9RR tel: +44 (0)845 217 9926 fax: +44 (0)845 217 9936 sales@bhi-ltd.co.uk www.bhi-ltd.co.uk Sound Engineering

More information

Lecture 4: Basic Electronics. Lecture 4 Brief Introduction to Electronics and the Arduino

Lecture 4: Basic Electronics. Lecture 4 Brief Introduction to Electronics and the Arduino Lecture 4: Basic Electronics Lecture 4 Page: 1 Brief Introduction to Electronics and the Arduino colintan@nus.edu.sg Lecture 4: Basic Electronics Page: 2 Objectives of this Lecture By the end of today

More information

8-Bit, high-speed, µp-compatible A/D converter with track/hold function ADC0820

8-Bit, high-speed, µp-compatible A/D converter with track/hold function ADC0820 8-Bit, high-speed, µp-compatible A/D converter with DESCRIPTION By using a half-flash conversion technique, the 8-bit CMOS A/D offers a 1.5µs conversion time while dissipating a maximum 75mW of power.

More information

Sweep / Function Generator User Guide

Sweep / Function Generator User Guide I. Overview Sweep / Function Generator User Guide The Sweep/Function Generator as developed by L. J. Haskell was designed and built as a multi-functional test device to help radio hobbyists align antique

More information

LoadCell Board Application Note

LoadCell Board Application Note LoadCell Board Application Note 1. What is loadcell 1.1. Loadcell Loadcell is one kind of bridge sensor. Loadcell is a passtive resistant sensor. The resistance varies for the change of the force. The

More information

Receiver 10-5 BER -100 dbm Transmitter RF Output Power 1 10 or 63 mw mw Antenna Impedance 50 Ω

Receiver 10-5 BER -100 dbm Transmitter RF Output Power 1 10 or 63 mw mw Antenna Impedance 50 Ω - 2.4 GHz Frequency Hopping Spread Spectrum Transceivers - Direct Peer-to-peer Low Latency Communication - Transmitter RF Power Configurable - 10 or 63 mw - Transmitter EIRP 15.8 mw or 100 mw with 2 dbi

More information

ADC Bit High-Speed µp-compatible A/D Converter with Track/Hold Function

ADC Bit High-Speed µp-compatible A/D Converter with Track/Hold Function 10-Bit High-Speed µp-compatible A/D Converter with Track/Hold Function General Description Using a modified half-flash conversion technique, the 10-bit ADC1061 CMOS analog-to-digital converter offers very

More information

Sunday, November 4, The LadyUno Sound Unit

Sunday, November 4, The LadyUno Sound Unit The LadyUno Sound Unit Here s what we ll need for this project We start with our finished Lady Ada Wav Shield. 5V for LCD Serial Data for LCD GND for LCD 5V (coming from the BBB) is_lady_ada_busy PIN GND

More information

UNIVERSITI MALAYSIA PERLIS

UNIVERSITI MALAYSIA PERLIS UNIVERSITI MALAYSIA PERLIS ANALOG ELECTRONICS CIRCUIT II EKT 214 Semester II (2012/2013) EXPERIMENT # 3 OP-AMP (DIFFERENTIATOR & INTEGRATOR) Analog Electronics II (EKT214) 2012/2013 EXPERIMENT 3 Op-Amp

More information

Microprocessor Control Board Set Up Procedures (OR PLC)

Microprocessor Control Board Set Up Procedures (OR PLC) Microprocessor Control Board Set Up Procedures (OR-00 PLC) SWITCHES/PUSHBUTTONS Push Buttons at display SW Enter button SW Back button SW Down SW UP Back light on/off switch Rotary switches on main board

More information

MAX44265 Evaluation Kit Evaluates: MAX44265

MAX44265 Evaluation Kit Evaluates: MAX44265 19-5782; Rev 0; 3/11 MAX44265 Evaluation Kit General Description The MAX44265 evaluation kit (EV kit) provides a proven design to evaluate the MAX44265 low-power, MOS-input operational amplifier (op amp)

More information

EE 210: CIRCUITS AND DEVICES

EE 210: CIRCUITS AND DEVICES EE 210: CIRCUITS AND DEVICES LAB #3: VOLTAGE AND CURRENT MEASUREMENTS This lab features a tutorial on the instrumentation that you will be using throughout the semester. More specifically, you will see

More information

EE 3305 Lab I Revised July 18, 2003

EE 3305 Lab I Revised July 18, 2003 Operational Amplifiers Operational amplifiers are high-gain amplifiers with a similar general description typified by the most famous example, the LM741. The LM741 is used for many amplifier varieties

More information

Application Note CDIAN003

Application Note CDIAN003 Application Note CDIAN003 CDI GaN Bias Board User s Guide Revision 4.0 February 20, 2015 Quick Start Guide Shown below are the essential connections, controls, and indicators for the GaN Bias Control Board.

More information

EVAL-ADM8843. Evaluation Board for Charge Pump Driver for LCD White LED Backlights. Preliminary Technical Data

EVAL-ADM8843. Evaluation Board for Charge Pump Driver for LCD White LED Backlights. Preliminary Technical Data Evaluation Board for Charge Pump Driver for LCD White LED Backlights EVAL-ADM8843 FEATURES ADM8843 drives 4 white LEDs from a 2.6V to 5.5V (li-ion) input supply 1x/1.5x/2x Fractional Charge Pump to maximize

More information

Lab 10: Oscillators (version 1.1)

Lab 10: Oscillators (version 1.1) Lab 10: Oscillators (version 1.1) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy expensive equipment.

More information

8-Bit A/D Converter AD673 REV. A FUNCTIONAL BLOCK DIAGRAM

8-Bit A/D Converter AD673 REV. A FUNCTIONAL BLOCK DIAGRAM a FEATURES Complete 8-Bit A/D Converter with Reference, Clock and Comparator 30 s Maximum Conversion Time Full 8- or 16-Bit Microprocessor Bus Interface Unipolar and Bipolar Inputs No Missing Codes Over

More information

Conversion Manual for Philips FM1200 / 1300 VHF/UHF PMR with 12-button numeric keypad console

Conversion Manual for Philips FM1200 / 1300 VHF/UHF PMR with 12-button numeric keypad console Conversion Manual for Philips FM1200 / 1300 VHF/UHF PMR with 12-button numeric keypad console By Jan Buiting, PE1CSI Philips PMR Collection pe1csi@amsat.org http://www.pmpc.myweb.nl Summary This conversion

More information

HT-1A Dual Band CW QRP Transceiver. Kit Building Instructions

HT-1A Dual Band CW QRP Transceiver. Kit Building Instructions HT-A Dual Band CW QRP Transceiver Kit Building Instructions Rev B, July 8, 08 Designed by BD4RG Exclusively distributed by CRKITS.COM and its worldwide distributors Join the group http://groups.io/g/crkits

More information

DBK45. 4-Channel SSH and Low-Pass Filter Card. Overview

DBK45. 4-Channel SSH and Low-Pass Filter Card. Overview DBK45 4-Channel SSH and Low-Pass Filter Card Overview 1 Hardware Setup 2 Card Connection 2 Card Configuration 2 Configuring DBK45 Filter Sections 3 DaqBook/100 Series & /200 Series and DaqBoard [ISA type]

More information

Quantizer step: volts Input Voltage [V]

Quantizer step: volts Input Voltage [V] EE 101 Fall 2008 Date: Lab Section # Lab #8 Name: A/D Converter and ECEbot Power Abstract Partner: Autonomous robots need to have a means to sense the world around them. For example, the bumper switches

More information

EMG Sensor Shirt. Senior Project Written Hardware Description April 28, 2015 ETEC 474. By: Dylan Kleist Joshua Goertz

EMG Sensor Shirt. Senior Project Written Hardware Description April 28, 2015 ETEC 474. By: Dylan Kleist Joshua Goertz EMG Sensor Shirt Senior Project Written Hardware Description April 28, 2015 ETEC 474 By: Dylan Kleist Joshua Goertz Table of Contents Introduction... 3 User Interface Board... 3 Bluetooth... 3 Keypad...

More information

Embedded Control. Week 3 (7/13/11)

Embedded Control. Week 3 (7/13/11) Embedded Control Week 3 (7/13/11) Week 3 15:00 Lecture Overview of analog signals Digital-to-analog conversion Analog-to-digital conversion 16:00 Lab NXT analog IO Overview of Analog Signals Continuous

More information

ZX Distance and Gesture Sensor Hookup Guide

ZX Distance and Gesture Sensor Hookup Guide Page 1 of 13 ZX Distance and Gesture Sensor Hookup Guide Introduction The ZX Distance and Gesture Sensor is a collaboration product with XYZ Interactive. The very smart people at XYZ Interactive have created

More information

MAX1002/MAX1003 Evaluation Kits

MAX1002/MAX1003 Evaluation Kits 9-50; Rev 0; 6/97 MAX00/MAX00 Evaluation Kits General Description The MAX00/MAX00 evaluation kits (EV kits) simplify evaluation of the 60Msps MAX00 and 90Msps MAX00 dual, 6-bit analog-to-digital converters

More information

D.I.Y L.E.D CUBE 4X4X4. Level: Intermediate

D.I.Y L.E.D CUBE 4X4X4. Level: Intermediate EN D.I.Y L.E.D CUBE 4X4X4 Level: Intermediate AK-125 TABLE OF CONTENTS Parts List... 2 Soldering Guide (Part A)... 3 Soldering Guide (Part B)... 5 Soldering Guide Without Recommend Products... 8 Appendix...

More information

RB-Pol-116 Pololu D24V6ALV Step-Down Voltage Regulator Overview

RB-Pol-116 Pololu D24V6ALV Step-Down Voltage Regulator Overview RB-Pol-116 Pololu D24V6ALV Step-Down Voltage Regulator Overview These adjustable buck (step-down) voltage regulators from Pololu generate lower, user-adjustable output voltages from a wide input voltage

More information

Troubleshooting SENET SENET

Troubleshooting SENET SENET SENET SENET is IGT s main I/O method for dealing with simple Input and Outputs. Most game designers take a straight forward process of Parallel I/O ports. Williams is known for its matrix of Row and Column

More information

Enhanced Optical Position Detector

Enhanced Optical Position Detector Enhanced Optical Position Detector Revision v0.2 January 6, 2018 Seth Neumann, seth@modelrailroadcontrolsystems.com Introduction This document describes the Morse Code Buzzer Controller and how to assemble

More information

ME 461 Laboratory #5 Characterization and Control of PMDC Motors

ME 461 Laboratory #5 Characterization and Control of PMDC Motors ME 461 Laboratory #5 Characterization and Control of PMDC Motors Goals: 1. Build an op-amp circuit and use it to scale and shift an analog voltage. 2. Calibrate a tachometer and use it to determine motor

More information

EE 421L Digital Electronics Laboratory. Laboratory Exercise #9 ADC and DAC

EE 421L Digital Electronics Laboratory. Laboratory Exercise #9 ADC and DAC EE 421L Digital Electronics Laboratory Laboratory Exercise #9 ADC and DAC Department of Electrical and Computer Engineering University of Nevada, at Las Vegas Objective: The purpose of this laboratory

More information

EGR Laboratory 9 - Operational Amplifiers (Op Amps) Team Names

EGR Laboratory 9 - Operational Amplifiers (Op Amps) Team Names EG 1301 - Laboratory 9 - Operational Amplifiers (Op Amps) Team Names Objectives At the end of this lab, you will be able to: Construct and test inverting and non-inverting op amp circuits Compute calculated

More information

Piezo Kalimba. The initial objective of this project was to design and build an expressive handheld

Piezo Kalimba. The initial objective of this project was to design and build an expressive handheld Brian M c Laughlin EMID Project 2 Report 7 May 2014 Piezo Kalimba Design Goals The initial objective of this project was to design and build an expressive handheld electronic instrument that is modelled

More information

OBSOLETE. Low Cost Quad Voltage Controlled Amplifier SSM2164 REV. 0

OBSOLETE. Low Cost Quad Voltage Controlled Amplifier SSM2164 REV. 0 a FEATURES Four High Performance VCAs in a Single Package.2% THD No External Trimming 12 db Gain Range.7 db Gain Matching (Unity Gain) Class A or AB Operation APPLICATIONS Remote, Automatic, or Computer

More information

RF System: Baseband Application Note

RF System: Baseband Application Note Jimmy Hua 997227433 EEC 134A/B RF System: Baseband Application Note Baseband Design and Implementation: The purpose of this app note is to detail the design of the baseband circuit and its PCB implementation

More information

OP5340-1/OP USER GUIDE

OP5340-1/OP USER GUIDE OP5340-1/OP5340-2 USER GUIDE Analog to Digital Converter Module www.opal-rt.com Published by OPAL-RT Technologies, Inc. 1751 Richardson, suite 2525 Montréal (Québec) Canada H3K 1G6 www.opal-rt.com 2014

More information

INTEGRATED CIRCUITS. AN109 Microprocessor-compatible DACs Dec

INTEGRATED CIRCUITS. AN109 Microprocessor-compatible DACs Dec INTEGRATED CIRCUITS 1988 Dec DAC products are designed to convert a digital code to an analog signal. Since a common source of digital signals is the data bus of a microprocessor, DAC circuits that are

More information

4ms SCM Breakout. Kit Builder's Guide for PCB v2.1 4mspedals.com

4ms SCM Breakout. Kit Builder's Guide for PCB v2.1 4mspedals.com 4ms SCM Breakout Kit Builder's Guide for PCB v2.1 4mspedals.com Shuffling Clock Multiplier Breakout This guide is for building a Shuffling Clock Multiplier Breakout module (SCMBO) version 2.1 from the

More information

BME 3512 Bioelectronics Laboratory Five - Operational Amplifiers

BME 3512 Bioelectronics Laboratory Five - Operational Amplifiers BME 351 Bioelectronics Laboratory Five - Operational Amplifiers Learning Objectives: Be familiar with the operation of a basic op-amp circuit. Be familiar with the characteristics of both ideal and real

More information

Cir cuit s 212 Lab. Lab #7 Filter Design. Introductions:

Cir cuit s 212 Lab. Lab #7 Filter Design. Introductions: Cir cuit s 22 Lab Lab #7 Filter Design The purpose of this lab is multifold. This is a three-week experiment. You are required to design a High / Low Pass filter using the LM38 OP AMP. In this lab, you

More information

SK-PW7 Servo. Power Bus. User Manual and Setup Guide. Rev 3.00 SK-PW7 User Manual & Setup Guide

SK-PW7 Servo. Power Bus. User Manual and Setup Guide. Rev 3.00 SK-PW7 User Manual & Setup Guide SK-PW7 Servo Power Bus User Manual and Setup Guide Rev 3.00 SK-PW7 User Manual & Setup Guide Table of Contents 1 Introduction...4 2 Package Contents...5 3 Safety...6 4 Principle of Operation...7 5 Connections...8

More information

Physics 120 Lab 1 (2018) - Instruments and DC Circuits

Physics 120 Lab 1 (2018) - Instruments and DC Circuits Physics 120 Lab 1 (2018) - Instruments and DC Circuits Welcome to the first laboratory exercise in Physics 120. Your state-of-the art equipment includes: Digital oscilloscope w/usb output for SCREENSHOTS.

More information

How to Wire an Inverting Amplifier Circuit

How to Wire an Inverting Amplifier Circuit How to Wire an Inverting Amplifier Circuit Figure 1: Inverting Amplifier Schematic Introduction The purpose of this instruction set is to provide you with the ability to wire a simple inverting amplifier

More information

+Denotes lead(pb)-free and RoHS compliant. R1, R2, R9 R12, R20, R21

+Denotes lead(pb)-free and RoHS compliant. R1, R2, R9 R12, R20, R21 19-4377; Rev 0; 11/08 MAX9924U Evaluation Kit General Description The MAX9924U evaluation kit (EV kit) is a fully assembled and tested PCB that contains a differential variable reluctance (VR) sensor interface

More information

I0AOM nm Single-mode Transceiver, (1000Base-LX) Small Form Pluggable (SFP), 3.3V Gbd Fiber Channel/1.25 Gigabit Ethernet.

I0AOM nm Single-mode Transceiver, (1000Base-LX) Small Form Pluggable (SFP), 3.3V Gbd Fiber Channel/1.25 Gigabit Ethernet. Features Compliant with IEEE802.3z Gigabit Ethernet Standard Compliant with Fiber Channel 100-SM-LC-L standard Industry standard small form pluggable (SFP) package Duplex LC connector Differential LVPECL

More information

The simplest DAC can be constructed using a number of resistors with binary weighted values. X[3:0] is the 4-bit digital value to be converter to an

The simplest DAC can be constructed using a number of resistors with binary weighted values. X[3:0] is the 4-bit digital value to be converter to an 1 Although digital technology dominates modern electronic systems, the physical world remains mostly analogue in nature. The most important components that link the analogue world to digital systems are

More information

Digital Electronics & Chip Design

Digital Electronics & Chip Design Digital Electronics & Chip Design Lab Manual I: The Utility Board 1999 David Harris The objective of this lab is to assemble your utility board. This board, containing LED displays, switches, and a clock,

More information

FABO ACADEMY X ELECTRONIC DESIGN

FABO ACADEMY X ELECTRONIC DESIGN ELECTRONIC DESIGN MAKE A DEVICE WITH INPUT & OUTPUT The Shanghaino can be programmed to use many input and output devices (a motor, a light sensor, etc) uploading an instruction code (a program) to it

More information

Electronic Components

Electronic Components Electronic Components Arduino Uno Arduino Uno is a microcontroller (a simple computer), it has no way to interact. Building circuits and interface is necessary. Battery Snap Battery Snap is used to connect

More information

EXPERIMENT 3 Circuit Construction and Operational Amplifier Circuits

EXPERIMENT 3 Circuit Construction and Operational Amplifier Circuits ELEC 2010 Lab Manual Experiment 3 PRE-LAB Page 1 of 8 EXPERIMENT 3 Circuit Construction and Operational Amplifier Circuits Introduction In this experiment you will learn how to build your own circuits

More information

The Art of Electrical Measurements

The Art of Electrical Measurements The Art of Electrical Measurements Purpose: Introduce fundamental electrical test and measurement tools and the art of making electrical measurements. Equipment Required Prelab 1 Digital Multimeter 1 -

More information

NXP. PN544 NFC Controller. Full Analog Circuit Analysis Richmond Road, Suite 500, Ottawa, ON K2H 5B7 Canada Tel:

NXP. PN544 NFC Controller. Full Analog Circuit Analysis Richmond Road, Suite 500, Ottawa, ON K2H 5B7 Canada Tel: NXP PN544 NFC Controller Full Analog Circuit Analysis 3685 Richmond Road, Suite 500, Ottawa, ON K2H 5B7 Canada Tel: 613-829-0414 www.chipworks.com Some of the information in this report may be covered

More information

JUMA-TRX2 DDS / Control Board description OH2NLT

JUMA-TRX2 DDS / Control Board description OH2NLT JUMA-TRX2 DDS / Control Board description OH2NLT 22.08.2007 General Key functions of the JUMA-TRX2 DDS / Control board are: - provide user interface functions with LCD display, buttons, potentiometers

More information

Wireless Music Dock - WMD Portable Music System with Audio Effect Applications

Wireless Music Dock - WMD Portable Music System with Audio Effect Applications Wireless Music Dock - WMD Portable Music System with Audio Effect Applications Preliminary Design Report EEL 4924 Electrical Engineering Design (Senior Design) 26 January 2011 Members: Jeffrey Post and

More information

Experiment #5 Series and Parallel Resistor Circuits

Experiment #5 Series and Parallel Resistor Circuits Experiment #5 Series and Parallel Resistor Circuits Objective: You will become familiar with the MB Board and learn how to build simple DC circuits. This will introduce you to series and parallel circuits

More information

POLOLU DUAL MC33926 MOTOR DRIVER FOR RASPBERRY PI (ASSEMBLED) USER S GUIDE

POLOLU DUAL MC33926 MOTOR DRIVER FOR RASPBERRY PI (ASSEMBLED) USER S GUIDE POLOLU DUAL MC33926 MOTOR DRIVER FOR RASPBERRY PI (ASSEMBLED) DETAILS FOR ITEM #2756 USER S GUIDE This version of the motor driver is fully assembled, with a 2 20-pin 0.1 female header (for connecting

More information

Application Note #1216

Application Note #1216 Application Note #1216 ICM-1460 Interconnect Module The ICM-1460 (Rev G) Interconnect Module provides easy connections between the Econo series (DMC-1410, 1411, 1412, 1415, 1416, 1417, 1425) or E series

More information

Laboratory Project 1a: Power-Indicator LED's

Laboratory Project 1a: Power-Indicator LED's 2240 Laboratory Project 1a: Power-Indicator LED's Abstract-You will construct and test two LED power-indicator circuits for your breadboard in preparation for building the Electromyogram circuit in Lab

More information

Analog Technologies. High Efficiency 2.5A TEC Controller. TECA1-xV-xV-D

Analog Technologies. High Efficiency 2.5A TEC Controller. TECA1-xV-xV-D temperature measurement network also uses this voltage as the reference, the errors in setting the temperature and measuring the temperature cancel with each other, setting the object temperature with

More information

NUMBER DEMO CIRCUIT NUMBER DESCRIPTION

NUMBER DEMO CIRCUIT NUMBER DESCRIPTION DEMO MANUAL DC9A LTC66 Fully Differential Amplifier Description The LTC 66 is a low power, low noise differential op amp with rail-to-rail output swing and good DC accuracy. The amplifier may be configured

More information

7I33 / 7I33TA MANUAL Quad analog servo amp interface

7I33 / 7I33TA MANUAL Quad analog servo amp interface 7I33 / 7I33TA MANUAL Quad analog servo amp interface V1.9 This page intentionally almost blank Table of Contents GENERAL.......................................................... 1 DESCRIPTION.................................................

More information

The SCB-68 is a shielded board with 68 screw terminals for easy connection to National Instruments 68-pin products.

The SCB-68 is a shielded board with 68 screw terminals for easy connection to National Instruments 68-pin products. NATIONAL INSTRUMENTS The Software is the Instrument SCB-68 68-Pin Shielded Connector Block Installation Guide Part Number 320745-01 This guide describes how to connect and use the SCB-68 68-pin shielded

More information

Differential Amplifier : input. resistance. Differential amplifiers are widely used in engineering instrumentation

Differential Amplifier : input. resistance. Differential amplifiers are widely used in engineering instrumentation Differential Amplifier : input resistance Differential amplifiers are widely used in engineering instrumentation Differential Amplifier : input resistance v 2 v 1 ir 1 ir 1 2iR 1 R in v 2 i v 1 2R 1 Differential

More information

Blue Point Engineering

Blue Point Engineering DMX -Channel Relay Board Overview A two-channel DMX relay switch for switching loads up to 0A at 40V AC per channel. he DMX switch operates on the standard DMX5 bus and requires - DMX channels for operation.

More information

Tek-Bot Remote Control Transmitter Board Construction

Tek-Bot Remote Control Transmitter Board Construction Tek-Bot Remote Control Transmitter Board Construction Purpose This tutorial illustrates the procedure for construction of the Transmitter board for the Tek-bot. A Guide to Soldering Many of you have soldered

More information

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax:

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax: NHD-TFT40 40-pin TFT Breakout NHD- Newhaven Display TFT- TFT Breakout 40-40-pin Connector Newhaven Display International, Inc. 2661 Galvin Ct. Elgin IL, 60124 Ph: 847-844-8795 Fax: 847-844-8796 www.newhavendisplay.com

More information

DeluxeArcade. JAMMA Fingerboard. Introduction. Features. Version 1.1, November 2014 Martin-Jones Technology Ltd

DeluxeArcade. JAMMA Fingerboard. Introduction. Features. Version 1.1, November 2014 Martin-Jones Technology Ltd DeluxeArcade JAMMA Fingerboard Version., November 204 Martin-Jones Technology Ltd http://www.martin-jones.com/ Introduction The Deluxe Arcade JAMMA Fingerboard is designed to make adapting non-jamma arcade

More information

Octal Sample-and-Hold with Multiplexed Input SMP18

Octal Sample-and-Hold with Multiplexed Input SMP18 a FEATURES High Speed Version of SMP Internal Hold Capacitors Low Droop Rate TTL/CMOS Compatible Logic Inputs Single or Dual Supply Operation Break-Before-Make Channel Addressing Compatible With CD Pinout

More information