SUMMER 2016 ECE 103 ENGINEERING PROGRAMMING MUSIC SYNTH PROJECT TECHNICAL GUIDE ECE DEPARTMENT PORTLAND STATE UNIVERSITY

Size: px
Start display at page:

Download "SUMMER 2016 ECE 103 ENGINEERING PROGRAMMING MUSIC SYNTH PROJECT TECHNICAL GUIDE ECE DEPARTMENT PORTLAND STATE UNIVERSITY"

Transcription

1 SUMMER 2016 ECE 103 ENGINEERING PROGRAMMING MUSIC SYNTH PROJECT TECHNICAL GUIDE ECE DEPARTMENT PORTLAND STATE UNIVERSITY

2 Table of Contents Introduction... 2 Project Requirements... 2 Hardware... 2 Software... 2 Extra Credit... 3 Circuit Construction... 4 Audio Amplifier IC... 5 Speaker... 5 Assembly... 6 Operation Hints... 7 Appendix I Music Scales... 8 Appendix II Song file format

3 Introduction The Music Synthesizer project uses the LabJack to create musical tones that go to an amplifier circuit and are heard through a speaker. For information on music notes and scales, see Appendix I. Project Requirements Hardware Construct an audio amplifier circuit. Add LEDs for visual flair For specific construction details, review Circuit Construction. Software At minimum, the core program should support these tasks: Activate the FREQOUT mode of the LabJack Allow the user to specify a song file to play (see Appendix II for format details) Open and read in the note data from the external song file Translate the song notes to timer control parameters that will play back musical tones Handle a three octave range (3 to 5) Flash a specific LED depending on the frequency value of a note 2

4 In addition to the core program s specifications, these are also required features: 1. Your program must include a diagnostics mode that allows the user to test individual parts of the hardware and software. o Create a menu to select a particular diagnostic, such as testing the LEDs or playing individual tones. o You are expected to have a minimum of three diagnostic tests available, though implementing more is fine. A modular program design will make this easier. o Justification: During the development phase, diagnostics let you test system features as they are being completed without needing everything to be fully working. Imagine that just before your final demo, your project ceases to function properly. Diagnostics allow you to check each major hardware or software piece separately to narrow down the possible failure points. 2. Your program must have a user interface that utilizes functions from a terminal I/O library. o This can be done by using the obsolete conio library, which is still supported by both MinGW and Visual C. Altenatively, you can also try the pdcurses library, which is more modern and full-featured but slightly complicated to install and use. o At minimum, your user interface should look nice and utilize these terminal features: Clearing the screen (e.g., clrscr) Moving the cursor to a specific screen location (e.g., gotoxy) Controlling the foreground or background color of screen text to liven up your interface (e.g., textcolor) Reading single key presses for menu selection (e.g., _getch) o OPTIONAL: If you have the time, try using the line drawing characters from the IBM extended character set to draw boxes around control/status panels or menus. o For information on terminal I/O functions, refer to the terminal guide in the Technical Resources module on D2L. Sample code is also provided for you to study. Extra Credit To earn extra points, you can add features to the core program: Extra credit is strictly optional. Extra credit will not be accepted unless the core program works correctly first. The amount of extra credit you receive is up to the instructor s discretion. Be bold and creative to get the most credit. 3

5 Circuit Construction Each team will receive a special kit with the parts required for this project. Qty Notes Item 1 TDA7052A IC (Audio amplifier, 1.1 W, mono) (See TDA7052A_Data_Sheet.pdf ) μf capacitor (35 V, 20%, radial, polarized) 1 1 μf capacitor (50 V, 20%, radial, polarized) μf capacitor (50 V, 20%, monolithic - marked 104 E5Z) μf capacitor (50 V, 10%, ceramic - marked 474) kω Potentiometer (variable resistor - marked P104) 1 1 kω resistor (BRN-BLK-BLK-BRN : ±1%) 1 10 kω resistor (BRN-BLK-ORA : ±5%) 1 Speaker (Ferrite, 2", 8 Ω impedance, 0.2 W, 420 Hz- 5 khz) 1 Assorted LED lights The LEDs are not included in the special kit. You can find them in the standard parts kit that comes with the LabJack box. The TDA7052A is mounted in its own IC socket. The 100 μf and 1 μf capacitors are polarized, meaning that they have distinct positive and negative terminals. The negative side of the capacitor should be connected to ground (GND). There is a minus sign printed on the body of the capacitor that marks the negative side. 100 μf (polarized) 1 μf (polarized) Warning: If a polarized capacitor is connected backwards, it may be destroyed! The 0.1 μf and 0.47 μf capacitors are not polarized, so it can be safely connected either way. 0.1 μf (non-polarized) 0.47 μf (non-polarized) Warning: The speaker's solder points and wire leads are delicate. Handle them gently! 4

6 Audio Amplifier IC The project uses the TDA7052A chip, which can amplify a mono audio signal to an output power of 1 W. Label Pin# Function Description Vp 1 8 OUT- Vp 1 +5 V supply voltage IN+ 2 Positive input signal GND1 3 Signal ground VC 4 DC volume control OUT+ 5 Positive output to speaker GND2 6 Power ground n.c. 7 Not connected OUT- 8 Negative output to speaker IN+ GND1 VC TDA7052A n.c. GND2 OUT+ The Vp pin connects to a +5 V DC source (e.g., VS on the LabJack) and provides power to the chip itself. The GND2 pin is the ground for the supply voltage. The IN+ and GND1 pins are the input terminals for the amplifier. The OUT+ and OUT- pins are the output terminals for the amplifier. The VC pin controls the amplifier output volume. Speaker The 8 Ω speaker provides output for the audio amplifier. Speaker 5

7 Assembly Use the following schematic as a guide: VS (+5 V) 100 µf µf Note: All of the ground symbols ( ) on the schematic should be connected to GND on the LabJack. FIO4 (FREQ out) 10 kω 1 kω 0.47 µf 1 (Vp) 2 (IN+) 3 (GND1) 4 (VC) (OUT-) 8 (n.c.) 7 (GND2) 6 (OUT+) 5 Speaker (8 Ω) TDA7052A + 1 µf 0 to 100 kω potentiometer The notch on the chip provides an orientation reference for the pins. The 100 μf and 0.1 μf capacitors filter out noise in the power bus. The 0.47 μf capacitor blocks unwanted DC voltage from reaching the input of the amplifier. The 1 μf capacitor and 100 kω potentiometer control the volume of the amplifier's output. The 10 kω and 1 kω resistors work as a voltage divider. The voltage coming from the LabJack's FIO4 terminal is too high, so the divider brings it down to a safer level. All of the grounds in the system should be connected together. The speaker leads are connected to OUT+ and OUT-. Do NOT connect the speaker to ground! Pin 7 is not connected to anything. The potentiometer is a three-terminal device. The middle terminal is called the "wiper", which corresponds to the arrow that touches the resistor. When configured as shown, the potentiometer becomes a variable resistor. The resistance value can be set between 0 Ω to 100 kω by using a screwdriver to turn the plastic screw on top of the potentiometer's housing. Connect the LEDs (as many as you need) to the available FIO channels. 6

8 Operation Hints!!! WARNING!!! The TDA7052A can pump out 1 watt of power when the volume control is turned all the way up. This could potentially damage the speaker, since it is only rated to about 0.2 watts. To save you the expense of buying a new speaker and delaying your project (and to protect you from the angry looks of people nearby), always set the volume control to its lowest level and gradually increase it to a comfortable level. Note: As the volume goes up, the current draw of the amplifier will rapidly increase. If the amplifier draws too much current, it could cause the LabJack to malfunction. When operating in the FREQOUT timer mode, the LabJack can generate a square wave output signal at a specific frequency. If the frequency is in the audio range, the signal can be amplified to drive a speaker. Note: Due to the sharp edge transitions of a square wave, there are higher order harmonics in the spectrum that adds some "harshness" to the audio output, at least when compared to a pure sinusoid. Amplitude Time Period Frequency = 1 / Period The LabJack functions needed for FREQOUT operation are discussed in the LabJack-C programming guides. The LabJack company wrote a data file (CSV format - open with text editor or import into Microsoft Excel) that contains a table of all possible frequency values and the timer parameters needed to generate each frequency. The compressed file (in ZIP format) is called U3_FreqOutList_Hz_Base_Divisor_Value.zip. Since there are so many more notes in the three octave range than there are available LEDs, you will have to let each LED represent a "band" of note frequencies. Arrange the LEDs to make the light display visually interesting to the user. 7

9 Appendix I Music Scales The project will not require you to delve into music theory or practice. All you need to know is the frequency associated with each note in a song, so you can generate a tone at that frequency using the LabJack. To keep things simple, you will use an "equal-tempered" music scale over a three octave range. The range is purposely limited due to the poor frequency response of the cheap audio speakers used for the project. Frequencies for equal-tempered scale Subscript number is the octave group. Superscript # means sharp. Superscript b means flat. Note Frequency (Hz) Note Frequency (Hz) Note Frequency (Hz) C C C C # 3 / D b C # 4 / D b C # 5 / D b D D D D # 3 / E b D # 4 / E b D # 5 / E b E E E F F F F # 3 / G b F # 4 / G b F # 5 / G b G G G G # 3 / A b G # 4 / A b G # 5 / A b A A A A # 3 / B b A # 4 / B b A # 5 / B b B B B Original source for the table (which includes an extended octave range): 8

10 Appendix II Song file format A song file has these properties: The file is an ASCII formatted text file. The number of lines allowed in the file is unlimited. Each note occupies a single line in the file. Each line in the file ends with a newline ('\n'). The format of each note line looks like this: NO(D) o N is the note: C, D, E, F, G, A, B Cb, Db, Eb, Fb, Gb, Ab, Bb (flats) C#, D#, E#, F#, G#, A#, B# (sharps) o O is the octave range: 3, 4, 5 o D is the duration multiplier of the base time (the parentheses are required) There is no whitespace between the parts of the note. Blank lines are allowed in the file and should be ignored during processing. Comment lines start with the % symbol and should be ignored during processing. 9

11 Note: All sample songs are arranged by Ken Roberts, musician and PSU ECE alumnus. Example The sample song file "Frère Jacques" looks like this: % Frere Jacques % Arranged by Ken Roberts E4(2) E4(2) G4(2) A4(4) G4(2) A4(4) A4(1) B4(1) A4(1) G4(1) A4(1) B4(1) A4(1) G4(1) A3(2) D4(4) A3(2) D4(4) A few interpretations from the file (assume the base time is one second): "D" note, 4th octave, duration multiplier of 2 (total duration of two seconds) "F sharp" note, 4th octave, duration multiplier of 2 (total duration of two seconds) B4(1) "B" note, 4th octave, duration multiplier of 1 (total duration of one second) A3(2) "A" note, 3rd octave, duration multiplier of 2 (total duration of two seconds) 10

Read This Page First

Read This Page First Read This Page First If you are reading this you know the manuals are always available at QRPKITS.com. This is version 8.0 of the manual dated 4/27/2016. There is no need to print out the whole assembly

More information

AM RADIO KIT MODEL AM-780K. Assembly and Instruction Manual

AM RADIO KIT MODEL AM-780K. Assembly and Instruction Manual AM RADIO KIT MODEL AM-780K Assembly and Instruction Manual Elenco Electronics, Inc. Copyright 2007, 1999 by Elenco Electronics, Inc. All rights reserved. Revised 2007 REV-F 753108 No part of this book

More information

Simple LFO Features. 2. Application. 3. Description. Simple and easy to build LFO module for Analog Synthesizers.

Simple LFO Features. 2. Application. 3. Description. Simple and easy to build LFO module for Analog Synthesizers. Simple LFO. Simple and easy to build LFO module for Analog Synthesizers.. Features Square and Triangle waveforms (90 phase shifted) Dual range frequencies Frequency ranges from under Hz up to several khz

More information

Electric Druid Note Divider NOTEDIV 1

Electric Druid Note Divider NOTEDIV 1 Electric Druid Note Divider NOTEDIV 1 Introduction! 1 Features! 2 High output frequency! 2 Wide range of octaves! 2 Can be used with master clock modulation! 2 50% Square / 25% Pulse Duty Cycle Selection!

More information

VC528 ST2+ RV1 CMRR Trimmer

VC528 ST2+ RV1 CMRR Trimmer VC528 ST2+ RV1 CMRR Trimmer Now that you have completed the build of your VC528 ST2+ module, we need to calibrate and adjust the RV1 trimmer potentiometer for optimum CMRR. This must be done before you

More information

ANALOG RING MODULATOR GUITAR PEDAL. Daniel Klingler PHYS 498 POM Prof. Steve Errede 05/12/2011

ANALOG RING MODULATOR GUITAR PEDAL. Daniel Klingler PHYS 498 POM Prof. Steve Errede 05/12/2011 ANALOG RING MODULATOR GUITAR PEDAL Daniel Klingler PHYS 498 POM Prof. Steve Errede 05/12/2011 Introduction The ring modulator is considered among the most interesting guitar pedals. It takes a guitar input,

More information

CW-ADD. Universal CW Adapter for SSB Transceivers. Assembly manual. Last updated: October 1,

CW-ADD. Universal CW Adapter for SSB Transceivers. Assembly manual. Last updated: October 1, CW-ADD Universal CW Adapter for SSB Transceivers Assembly manual Last updated: October 1, 2017 ea3gcy@gmail.com Updates and news at: www.ea3gcy.com Thanks for building the Universal CW Adapter kit CW-ADD

More information

Wiring Manual NEScaf April 2010 (August 2006)

Wiring Manual NEScaf April 2010 (August 2006) Wiring Manual NEScaf April 2010 (August 2006) Switched Capacitor Audio Filter The NEScaf is a switched capacitor audio filter (acronym SCAF) built around a building-block type filter chip. The NEScaf will

More information

EE 233 Circuit Theory Lab 3: First-Order Filters

EE 233 Circuit Theory Lab 3: First-Order Filters EE 233 Circuit Theory Lab 3: First-Order Filters Table of Contents 1 Introduction... 1 2 Precautions... 1 3 Prelab Exercises... 2 3.1 Inverting Amplifier... 3 3.2 Non-Inverting Amplifier... 4 3.3 Integrating

More information

BAT BEACON A project of the Service Kring JOTA-JOTI. Manual Bat Beacon kit.

BAT BEACON A project of the Service Kring JOTA-JOTI. Manual Bat Beacon kit. Manual Bat Beacon kit. Pagina 1 van 12 A project of the. Do you like the Bat-Beacon, do you have great ideas? Tell us, please see how on the last page. Manual Bat Beacon kit.... 1 Remarks... 2 Introduction...

More information

EE 233 Circuit Theory Lab 4: Second-Order Filters

EE 233 Circuit Theory Lab 4: Second-Order Filters EE 233 Circuit Theory Lab 4: Second-Order Filters Table of Contents 1 Introduction... 1 2 Precautions... 1 3 Prelab Exercises... 2 3.1 Generic Equalizer Filter... 2 3.2 Equalizer Filter for Audio Mixer...

More information

How to build a Cracklebox. Red Wierenga Brooklyn College Center for Computer Music October 13, 2015

How to build a Cracklebox. Red Wierenga Brooklyn College Center for Computer Music October 13, 2015 How to build a Cracklebox Red Wierenga Brooklyn College Center for Computer Music October 13, 2015 What s a Cracklebox? What s a Cracklebox? The Cracklebox was developed by Michel Waisvisz and others at

More information

SPACE WAR GUN KIT MODEL K-10. Assembly and Instruction Manual. Elenco Electronics, Inc.

SPACE WAR GUN KIT MODEL K-10. Assembly and Instruction Manual. Elenco Electronics, Inc. SPACE WAR GUN KIT MODEL K-10 Assembly and Instruction Manual Elenco Electronics, Inc. Copyright 1989 Elenco Electronics, Inc. Revised 2001 REV-H 753210A PARTS LIST Contact Elenco Electronics (address/phone/e-mail

More information

An audio circuit collection, Part 3

An audio circuit collection, Part 3 Texas Instruments Incorporated An audio circuit collection, Part 3 By Bruce Carter Advanced Linear Products, Op Amp Applications Introduction This is the third in a series of articles on single-supply

More information

Sound Generator Jamie Maloway ( ) Polyphon nthesizer

Sound Generator Jamie Maloway ( ) Polyphon nthesizer ELEN146 Weird Sound Generator 1 Polyphon nic Syn nthesizer 2 Construction The system is comprised of two main components the synthesizer and the power amplifier. For practicality reasons, a custom PCB

More information

S-Pixie QRP Kit. Student Manual. Revision V 1-0

S-Pixie QRP Kit. Student Manual. Revision V 1-0 S-Pixie QRP Kit Student Manual Revision V 1-0 Introduction The Pixie 2 is a small, versatile radio transceiver that is very popular with QRP (low power) amateur radio operators the world over. It reflects

More information

EE12: Laboratory Project (Part-2) AM Transmitter

EE12: Laboratory Project (Part-2) AM Transmitter EE12: Laboratory Project (Part-2) AM Transmitter ECE Department, Tufts University Spring 2008 1 Objective This laboratory exercise is the second part of the EE12 project of building an AM transmitter in

More information

RC Filters and Basic Timer Functionality

RC Filters and Basic Timer Functionality RC-1 Learning Objectives: RC Filters and Basic Timer Functionality The student who successfully completes this lab will be able to: Build circuits using passive components (resistors and capacitors) from

More information

WESTREX RA-1712 PHOTOGRAPHIC SOUND RECORD ELECTRONICS

WESTREX RA-1712 PHOTOGRAPHIC SOUND RECORD ELECTRONICS INTRODUCTION The RA-1712 solid state Record Electronics is an integrated system for recording photographic sound tracks on a Westrex photographic sound recorder. It accepts a 600Ω input signal level from

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

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

1. PCB and schematic

1. PCB and schematic 1. PCB and schematic 2. Assembly manual WHAT'S IN THE BOX 1 x PCB tape: o 5 x jumper o 6 x resistor 1K o 12 x resistor 10K o 1 x resistor 15K o 8 x resistor 100K o 2 x resistor 47K 4 x 14p IC socket 4

More information

BAT DETECTOR A project of the Service Kring JOTA-JOTI.

BAT DETECTOR A project of the Service Kring JOTA-JOTI. Manual Bat Detector kit Page 1 of 12 A project of the. Do you like the Bat Detector, do you have great ideas? Tell us, please see how on the last page. Manual Bat Detector kit... 1 Remarks... 2 Introduction...

More information

ECE3204 D2015 Lab 1. See suggested breadboard configuration on following page!

ECE3204 D2015 Lab 1. See suggested breadboard configuration on following page! ECE3204 D2015 Lab 1 The Operational Amplifier: Inverting and Non-inverting Gain Configurations Gain-Bandwidth Product Relationship Frequency Response Limitation Transfer Function Measurement DC Errors

More information

UNIVERSITY OF UTAH ELECTRICAL ENGINEERING DEPARTMENT

UNIVERSITY OF UTAH ELECTRICAL ENGINEERING DEPARTMENT UNIVERSITY OF UTAH ELECTRICAL ENGINEERING DEPARTMENT ECE 3110 LAB EXPERIMENT NO. 4 CLASS AB POWER OUTPUT STAGE Objective: In this laboratory exercise you will build and characterize a class AB power output

More information

DIY Function Generator XR2206

DIY Function Generator XR2206 DIY Function Generator XR2206 20Hz 100KHz http://radiohobbystore.com Components List: Resistors: R1, R2 1% Metal Film 5K1 R4 1% Metal Film 10K R5 1% Metal Film 3K R10 5% Carbon Film 10R R3, R9 Potentiometer

More information

ABC V1.0 ASSEMBLY IMPORTANT!

ABC V1.0 ASSEMBLY IMPORTANT! ABC V1.0 ASSEMBLY Before starting this kit, prepare the following tools: Soldering iron (15-20W will do), flush cutters, no.2 hex screwdriver or allen key and phillips screwdriver. Also briefly go through

More information

Lab 4 - Operational Amplifiers 1 Gain ReadMeFirst

Lab 4 - Operational Amplifiers 1 Gain ReadMeFirst Lab 4 - Operational Amplifiers 1 Gain ReadMeFirst Lab Summary There are three basic configurations for operational amplifiers. If the amplifier is multiplying the amplitude of the signal, the multiplication

More information

FUNCTION GENERATOR KIT

FUNCTION GENERATOR KIT FUNCTION GENERATOR KIT MODEL FG-500K Assembly and Instruction Manual Elenco Electronics, Inc. Copyright 2005 by Elenco Electronics, Inc. All rights reserved. Revised 2005 REV-B 753069 No part of this book

More information

SN W Mono Filterless Class-D Audio Power Amplifier DESCRIPTION FEATURES APPLICATIONS. Typical Application Circuit

SN W Mono Filterless Class-D Audio Power Amplifier DESCRIPTION FEATURES APPLICATIONS. Typical Application Circuit 2.6W Mono Filterless Class-D Audio Power Amplifier DESCRIPTION The SN200 is a 2.6W high efficiency filter-free class-d audio power amplifier in a.5 mm.5 mm wafer chip scale package (WCSP) that requires

More information

Lab 6: Building a Function Generator

Lab 6: Building a Function Generator ECE 212 Spring 2010 Circuit Analysis II Names: Lab 6: Building a Function Generator Objectives In this lab exercise you will build a function generator capable of generating square, triangle, and sine

More information

Solder Practice Kit MODEL AK-100. Elenco Electronics, Inc. Lesson Manual. Elenco Electronics, Inc.

Solder Practice Kit MODEL AK-100. Elenco Electronics, Inc. Lesson Manual. Elenco Electronics, Inc. Solder Practice Kit MODEL AK-100 Elenco Electronics, Inc. 150 W. Carpenter Avenue Wheeling, IL 60090 (847) 541-3800 http://www.elenco.com e-mail: elenco@elenco.com Lesson Manual Elenco Electronics, Inc.

More information

FACTFILE: GCSE Technology and Design

FACTFILE: GCSE Technology and Design FACTFILE: GCSE Technology and Design OPTION A: ELECTRONIC AND MICROELECTRONIC CONTROL SYSTEMS 2.14 Timers Astable Learning Outcomes You should be able to: demonstrate knowledge and understanding of the

More information

TV Remote. Discover Engineering. Youth Handouts

TV Remote. Discover Engineering. Youth Handouts Discover Engineering Youth Handouts Electronic Component Guide Component Symbol Notes Amplifier chip 1 8 2 7 3 6 4 5 Capacitor LED The amplifier chip (labeled LM 386) has 8 legs, or pins. Each pin connects

More information

CSE208W Lecture #1 Notes Barry E. Mapen

CSE208W Lecture #1 Notes Barry E. Mapen CSE208W Lecture #1 Notes Barry E. Mapen Parts Kit Before we start, let s take a look at the parts kit. Open you kit when you have some time and start to learn what the pieces are inside of that kit. Be

More information

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 019 Spring Term 00.101 Introductory Analog Electronics Laboratory Laboratory No.

More information

User Guide. Ring Modulator - Dual Sub Bass - Mixer

User Guide. Ring Modulator - Dual Sub Bass - Mixer sm User Guide Ring Modulator - Dual Sub Bass - Mixer Thank you for purchasing the AJH Synth Ring SM module, which like all AJH Synth Modules, has been designed and handbuilt in the UK from the very highest

More information

assembly instructions OPENAMP1 Assembly instructions and manual All rights reserved 27/12/ Pavel MACURA

assembly instructions OPENAMP1 Assembly instructions and manual All rights reserved 27/12/ Pavel MACURA OPENAMP1 Assembly instructions and manual 27/12/2012 1 Pavel MACURA 1. Introduction OPENAMP1 is a preamplifer for MM phono cartridge. It uses operational amplifiers, a monolithic buffer and a feedback

More information

Programmable Timer Teaching Notes Issue 1.2

Programmable Timer Teaching Notes Issue 1.2 Teaching Notes Issue 1.2 Product information: www.kitronik.co.uk/quicklinks/2121/ TEACHER Programmable Timer Index of sheets Introduction Schemes of work Answers The Design Process The Design Brief Investigation

More information

Laboratory 4: Amplification, Impedance, and Frequency Response

Laboratory 4: Amplification, Impedance, and Frequency Response ES 3: Introduction to Electrical Systems Laboratory 4: Amplification, Impedance, and Frequency Response I. GOALS: In this laboratory, you will build an audio amplifier using an LM386 integrated circuit.

More information

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 019.101 Introductory Analog Electronics Laboratory Laboratory No. READING ASSIGNMENT

More information

Pacific Antenna Easy Transmitter Kit

Pacific Antenna Easy Transmitter Kit Pacific Antenna Easy Transmitter Kit Introduction The Easy Transmitter kit from qrpkits.com provides a crystal controlled transmitter with VXO tuning. The circuit consists of a N3904 based crystal oscillator

More information

University of North Carolina-Charlotte Department of Electrical and Computer Engineering ECGR 3157 Electrical Engineering Design II Fall 2013

University of North Carolina-Charlotte Department of Electrical and Computer Engineering ECGR 3157 Electrical Engineering Design II Fall 2013 Exercise 1: PWM Modulator University of North Carolina-Charlotte Department of Electrical and Computer Engineering ECGR 3157 Electrical Engineering Design II Fall 2013 Lab 3: Power-System Components and

More information

N3ZI Kits General Coverage Receiver, Assembly & Operations Manual (For Jun 2011 PCB ) Version 3.33, Jan 2012

N3ZI Kits General Coverage Receiver, Assembly & Operations Manual (For Jun 2011 PCB ) Version 3.33, Jan 2012 N3ZI Kits General Coverage Receiver, Assembly & Operations Manual (For Jun 2011 PCB ) Version 3.33, Jan 2012 Thank you for purchasing my general coverage receiver kit. You can use the photo above as a

More information

University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009

University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009 University of North Carolina, Charlotte Department of Electrical and Computer Engineering ECGR 3157 EE Design II Fall 2009 Lab 1 Power Amplifier Circuits Issued August 25, 2009 Due: September 11, 2009

More information

ECE 201 LAB 8 TRANSFORMERS & SINUSOIDAL STEADY STATE ANALYSIS

ECE 201 LAB 8 TRANSFORMERS & SINUSOIDAL STEADY STATE ANALYSIS Version 1.1 1 of 8 ECE 201 LAB 8 TRANSFORMERS & SINUSOIDAL STEADY STATE ANALYSIS BEFORE YOU BEGIN PREREQUISITE LABS Introduction to MATLAB Introduction to Lab Equipment Introduction to Oscilloscope Capacitors,

More information

LED level meter driver, 12-point, linear scale, dot or bar display

LED level meter driver, 12-point, linear scale, dot or bar display LED level meter driver, 12-point, linear scale, dot or bar display The is a monolithic IC for LED level meter applications. The display level range is 0mVrms to 300mVrms (typ.) divided into 12 equally-spaced

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

Building The DC Beeper from Jackson Harbor Press A Morse code voltmeter / DC switch

Building The DC Beeper from Jackson Harbor Press A Morse code voltmeter / DC switch Building The DC Beeper and from Jackson Harbor Press Operating A Morse code voltmeter / DC switch The DC Beeper kit is a combination of a Morse code voltmeter with 20 mv resolution and a DC switch. The

More information

Experiment A8 Electronics III Procedure

Experiment A8 Electronics III Procedure Experiment A8 Electronics III Procedure Deliverables: checked lab notebook, plots Overview Electronics have come a long way in the last century. Using modern fabrication techniques, engineers can now print

More information

Final Project Stereo Audio Amplifier Final Report

Final Project Stereo Audio Amplifier Final Report The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering Final Project Stereo Audio Amplifier Final Report Daniel S. Boucher ECE 20-32,

More information

Audio Power Amplifiers with Feedback Linearization

Audio Power Amplifiers with Feedback Linearization Lab 5: Audio Power Amplifiers with Feedback Linearization Introduction The Power Amplifier (PA) is one of the most important circuits in modern electronics. Critical aspects of PA operation are its output

More information

EE43 43/100 Fall Final Project: 1: Audio Amplifier, Part Part II II. Part 2: Audio Amplifier. Lab Guide

EE43 43/100 Fall Final Project: 1: Audio Amplifier, Part Part II II. Part 2: Audio Amplifier. Lab Guide EE 3/00 EE FINAL PROJECT PROJECT:AN : AUDIO AUDIO AMPLIFIER AMPLIFIER Part : Audio Amplifier Lab Guide In this lab we re going to extend what you did last time. We re going to use your AC to DC converter

More information

LumiDax Electronics LLC Bakerboard Analog Trainer. Operator's Guide with Example Projects

LumiDax Electronics LLC Bakerboard Analog Trainer. Operator's Guide with Example Projects LumiDax Electronics LLC Bakerboard Analog Trainer Operator's Guide with Example Projects Written by Jonathan Baumgardner Copyright 2014 Introduction The LumiDax Bakerboard Analog Trainer is an all-in-one

More information

DIODE / TRANSISTOR TESTER KIT

DIODE / TRANSISTOR TESTER KIT DIODE / TRANSISTOR TESTER KIT MODEL DT-100K 99 Washington Street Melrose, MA 02176 Phone 781-665-1400 Toll Free 1-800-517-8431 Visit us at www.testequipmentdepot.com Assembly and Instruction Manual Elenco

More information

In-Class Exercises for Lab 2: Input and Output Impedance

In-Class Exercises for Lab 2: Input and Output Impedance In-Class Exercises for Lab 2: Input and Output Impedance. What is the output resistance of the output device below? Suppose that you want to select an input device with which to measure the voltage produced

More information

CD V Low Power Subscriber DTMF Receiver. Description. Features. Ordering Information. Pinouts CD22204 (PDIP) TOP VIEW. Functional Diagram

CD V Low Power Subscriber DTMF Receiver. Description. Features. Ordering Information. Pinouts CD22204 (PDIP) TOP VIEW. Functional Diagram Semiconductor January Features No Front End Band Splitting Filters Required Single Low Tolerance V Supply Three-State Outputs for Microprocessor Based Systems Detects all Standard DTMF Digits Uses Inexpensive.4MHz

More information

ESE 150 Lab 04: The Discrete Fourier Transform (DFT)

ESE 150 Lab 04: The Discrete Fourier Transform (DFT) LAB 04 In this lab we will do the following: 1. Use Matlab to perform the Fourier Transform on sampled data in the time domain, converting it to the frequency domain 2. Add two sinewaves together of differing

More information

Single Conversion LF Upconverter Andy Talbot G4JNT Jan 2009

Single Conversion LF Upconverter Andy Talbot G4JNT Jan 2009 Single Conversion LF Upconverter Andy Talbot G4JNT Jan 2009 Mark 2 Version Oct 2010, see Appendix, Page 8 This upconverter is designed to directly translate the output from a soundcard from a PC running

More information

12V Dimmer Kit, version 2

12V Dimmer Kit, version 2 12V Dimmer Kit, version 2 User Manual Description The 12V Dimmer Kit V2 is an especially efficient PWM (pulse-width modulation) controller for 12V loads up to 60 watts. It features a single dial control

More information

ECE 4670 Spring 2014 Lab 1 Linear System Characteristics

ECE 4670 Spring 2014 Lab 1 Linear System Characteristics ECE 4670 Spring 2014 Lab 1 Linear System Characteristics 1 Linear System Characteristics The first part of this experiment will serve as an introduction to the use of the spectrum analyzer in making absolute

More information

Each question is worth 4 points. ST07 One-hour Quiz #2 1 3/20/2007

Each question is worth 4 points. ST07 One-hour Quiz #2 1 3/20/2007 Name: Date: DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 Spring Term 2007 Quiz 2 6.101 Introductory Analog Electronics

More information

Step by Step Building PJ meter ARDF Receiver Kit. CRKITS.COM August 5, 2013

Step by Step Building PJ meter ARDF Receiver Kit. CRKITS.COM August 5, 2013 Step by Step Building PJ-80 80-meter ARDF Receiver Kit CRKITS.COM August 5, 2013 What is ARDF? ARDF is the abbreviation of Amateur Radio Direction Finding, or so called Fox Hunting. If you are looking

More information

Precision 4mA to 20mA CURRENT LOOP RECEIVER

Precision 4mA to 20mA CURRENT LOOP RECEIVER Precision ma to 0mA CURRENT LOOP RECEIVER FEATURES COMPLETE -0mA TO 0-V CONVERSION INTERNAL SENSE RESISTORS PRECISION 0V REFERENCE BUILT-IN LEVEL-SHIFTING ±0V COMMON-MODE INPUT RANGE 0.% OVERALL CONVERSION

More information

Value Location Qty Transistors 2N5485 Q1, Q2, 4 Q3, Q4 2N5087 Q5 1. Trim Pots 250k VTRIM 1. Potentiometers C500k Speed 1. Toggle Switch On/On Vibe 1

Value Location Qty Transistors 2N5485 Q1, Q2, 4 Q3, Q4 2N5087 Q5 1. Trim Pots 250k VTRIM 1. Potentiometers C500k Speed 1. Toggle Switch On/On Vibe 1 P-90 BUILD INSTRUCTIONS Thank you for your purchase of our P-90 kit! We have completely redesigned our entire line of kits to be the most user friendly, while still maintaining their same great sound!

More information

OPERATIONAL AMPLIFIERS (OP-AMPS) II

OPERATIONAL AMPLIFIERS (OP-AMPS) II OPERATIONAL AMPLIFIERS (OP-AMPS) II LAB 5 INTRO: INTRODUCTION TO INVERTING AMPLIFIERS AND OTHER OP-AMP CIRCUITS GOALS In this lab, you will characterize the gain and frequency dependence of inverting op-amp

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

Installation Instructions

Installation Instructions Installation Instructions Audio Output Transformer for NGX Jukebox Kit #22180806 These instructions outline the procedures to install and connect an Audio Output Transformer to the NGX Jukebox. Tools and

More information

Filters And Waveform Shaping

Filters And Waveform Shaping Physics 3330 Experiment #3 Fall 2001 Purpose Filters And Waveform Shaping The aim of this experiment is to study the frequency filtering properties of passive (R, C, and L) circuits for sine waves, and

More information

Physics of Music Projects Final Report

Physics of Music Projects Final Report Physics of Music Projects Final Report Kyle Kleyweg Prof. Steven Errede PHYS498 POM May 12, 2011 1 Abstract The following project was begun in the spring of 2011 in an attempt to create plasma speakers

More information

D. Gillespie Designs. SCA-35 Capacitor Board. Installation Manual. D. Gillespie Designs with EFB TM

D. Gillespie Designs. SCA-35 Capacitor Board. Installation Manual. D. Gillespie Designs  with EFB TM D. Gillespie Designs SCA-5 Capacitor Board with EFB TM Installation Manual D. Gillespie Designs www.tronola.com Thank you for choosing our SCA-5 Capacitor Board with *EFB. We feel it is the single most

More information

Experiment No. 6. Audio Tone Control Amplifier

Experiment No. 6. Audio Tone Control Amplifier Experiment No. 6. Audio Tone Control Amplifier By: Prof. Gabriel M. Rebeiz The University of Michigan EECS Dept. Ann Arbor, Michigan Goal: The goal of Experiment #6 is to build and test a tone control

More information

Audio Applications for Op-Amps, Part III By Bruce Carter Advanced Analog Products, Op Amp Applications Texas Instruments Incorporated

Audio Applications for Op-Amps, Part III By Bruce Carter Advanced Analog Products, Op Amp Applications Texas Instruments Incorporated Audio Applications for OpAmps, Part III By Bruce Carter Advanced Analog Products, Op Amp Applications Texas Instruments Incorporated This is the third in a series of articles on singlesupply audio circuits.

More information

ECE 2274 Lab 2. Your calculator will have a setting that will automatically generate the correct format.

ECE 2274 Lab 2. Your calculator will have a setting that will automatically generate the correct format. ECE 2274 Lab 2 Forward (DO NOT TURN IN) You are expected to use engineering exponents for all answers (p,n,µ,m, N/A, k, M, G) and to give each with a precision between one and three leading digits and

More information

Frequency Response Properties of the Silicon Vertex Detector for BaBar

Frequency Response Properties of the Silicon Vertex Detector for BaBar Frequency Response Properties of the Silicon Vertex Detector for BaBar Lawrence Lin Jeff Richman Sam Burke UCSB Summer 2001 Contents 1 Introduction 2 2 p-side of the Detector 3 3 n-side of the Detector

More information

Physics 310 Lab 6 Op Amps

Physics 310 Lab 6 Op Amps Physics 310 Lab 6 Op Amps Equipment: Op-Amp, IC test clip, IC extractor, breadboard, silver mini-power supply, two function generators, oscilloscope, two 5.1 k s, 2.7 k, three 10 k s, 1 k, 100 k, LED,

More information

ECE 2274 Lab 2 (Network Theorems)

ECE 2274 Lab 2 (Network Theorems) ECE 2274 Lab 2 (Network Theorems) Forward (DO NOT TURN IN) You are expected to use engineering exponents for all answers (p,n,µ,m, N/A, k, M, G) and to give each with a precision between one and three

More information

Electronic Instrumentation ENGR-4300 Fall 2004 Section Experiment 7 Introduction to the 555 Timer, LEDs and Photodiodes

Electronic Instrumentation ENGR-4300 Fall 2004 Section Experiment 7 Introduction to the 555 Timer, LEDs and Photodiodes Experiment 7 Introduction to the 555 Timer, LEDs and Photodiodes Purpose: In this experiment, we learn a little about some of the new components which we will use in future projects. The first is the 555

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

audionet amp II G2 Owner's Manual Mono - Amplifier

audionet amp II G2 Owner's Manual Mono - Amplifier audionet amp II G2 Mono - Amplifier Owner's Manual Owner's manual The Audionet-Team would like to congratulate you to purchasing the Audionet AMP II G2! Your Audionet AMP II G2 is designed for absolutely

More information

Value Location Qty Potentiometers C1M Distortion 1 A10k Volume 1. Footswitch 3PDT SW1 1. Jacks 1/4 Mono 2 DC Power 1

Value Location Qty Potentiometers C1M Distortion 1 A10k Volume 1. Footswitch 3PDT SW1 1. Jacks 1/4 Mono 2 DC Power 1 Distortion BUILD INSTRUCTIONS Thank you for your purchase of our Distortion+ kit! We have completely redesigned our entire line of kits to be the most user friendly, while still maintaining their same

More information

RECEIVER TEST OSCILLATOR Rev G, January 16, 2018 Copyright 2018, Elecraft, Inc., All Rights Reserved

RECEIVER TEST OSCILLATOR Rev G, January 16, 2018 Copyright 2018, Elecraft, Inc., All Rights Reserved E L E C R A F T XG RECEIVER TEST OSCILLATOR Rev G, January 6, 08 Copyright 08, Elecraft, Inc., All Rights Reserved Introduction The Elecraft XG is a crystal oscillator with accurate µv and 50 µv output

More information

BA Features. General Description. Applications. Marking Information. 3W Mono Filterless Class D Audio Power Amplifier

BA Features. General Description. Applications. Marking Information. 3W Mono Filterless Class D Audio Power Amplifier 3W Mono Filterless Class D Audio Power Amplifier General Description The BA16853 is a cost-effective mono Class D audio power amplifier that assembles in Dual Flat No-Lead Plastic Package (DFN-8). Only

More information

Build this Direct Digital Synthesizer "Development Kit" By: Diz Gentzow, W8DIZ

Build this Direct Digital Synthesizer Development Kit By: Diz Gentzow, W8DIZ Build this Direct Digital Synthesizer "Development Kit" By: Diz Gentzow, W8DIZ A great tutorial for adding a keypad to the DDS Kit by Bruce, W8BH This manual has been prepared to be read directly on screen.

More information

UC Berkeley, EECS Department

UC Berkeley, EECS Department UC Berkeley, EECS Department B. Boser EECS 40 Lab LAB4: Audio Synthesizer UID: The 555 Timer IC Inductors and capacitors add a host of new circuit possibilities that exploit the memory realized by the

More information

R*S Stereo Mixer V1.2

R*S Stereo Mixer V1.2 R*S Stereo Mixer V1.2 The Random*Source Equal Power Stereo-Mixer is a voltage controlled stereo mixer / panner / VCA based on 4 high-end THAT2180 blackmer VCAs, designed to emulate the behavior of Serge

More information

Electronic Instrumentation ENGR-4300 Fall 2002 Project 2: Optical Communications Link

Electronic Instrumentation ENGR-4300 Fall 2002 Project 2: Optical Communications Link Project 2: Optical Communications Link For this project, each group will build a transmitter circuit and a receiver circuit. It is suggested that 1 or 2 students build and test the individual components

More information

ALX-SSB 5 Band Filter Assembly Manual 19 November 2018

ALX-SSB 5 Band Filter Assembly Manual 19 November 2018 ALX-SSB 5 Band Filter Assembly Manual 19 November 2018 Contents Theory of Operation:... 1 Figure 1... 2 Parts Included:... 4 Board Overview:... 5 Figure 2... 5 Figure 3... 5 Board Assembly:... 6 Cable

More information

Lab 9: Operational amplifiers II (version 1.5)

Lab 9: Operational amplifiers II (version 1.5) Lab 9: Operational amplifiers II (version 1.5) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy

More information

Experiment A8 Electronics III Procedure

Experiment A8 Electronics III Procedure Experiment A8 Electronics III Procedure Deliverables: checked lab notebook, plots Overview Electronics have come a long way in the last century. Using modern fabrication techniques, engineers can now print

More information

Lauren Gresko, Elliott Williams, Elaine McVay Final Project Proposal 9. April Analog Synthesizer. Motivation

Lauren Gresko, Elliott Williams, Elaine McVay Final Project Proposal 9. April Analog Synthesizer. Motivation Lauren Gresko, Elliott Williams, Elaine McVay 6.101 Final Project Proposal 9. April 2014 Motivation Analog Synthesizer From the birth of popular music, with the invention of the phonograph, to the increased

More information

Modification of USB Sound Card for Asterisk app_rpt Use

Modification of USB Sound Card for Asterisk app_rpt Use Modification of USB Sound Card for Asterisk app_rpt Use First off a huge thank you to Steve for providing the original notes on how to modify a USB sound card. (http://images.qrvc.com/usbfob.pdf) These

More information

BAND DECODER and CONTROLLE R. Accessibility Upgrade and Operating Instructions

BAND DECODER and CONTROLLE R. Accessibility Upgrade and Operating Instructions ELE CRAFT KRC2 BAND DECODER and CONTROLLE R Accessibility Upgrade and Operating Instructions Revision A, March 4, 2004. Copyright 2004, Elecraft; All Rights Reserved Introduction The KRC2 Accessibility

More information

AM RADIO KIT MODEL AM-780K. Assembly and Instruction Manual ELENCO

AM RADIO KIT MODEL AM-780K. Assembly and Instruction Manual ELENCO AM-780K_REV-K_050416.qxp_AM-780K_REV-K_050416 5/10/16 8:13 AM Page 1 AM RADIO KIT MODEL AM-780K Assembly and Instruction Manual ELENCO Copyright 2016, 1999 by Elenco Electronics, Inc. All rights reserved.

More information

SPECIFICATIONS: Subcarrier Frequency 5.5MHz adjustable, FM Modulated +/- 50KHz. 2nd 11MHz >40dB down from 5.5MHz

SPECIFICATIONS: Subcarrier Frequency 5.5MHz adjustable, FM Modulated +/- 50KHz. 2nd 11MHz >40dB down from 5.5MHz Mini-kits AUDIO / SUBCARRIER KIT EME75 Version4 SPECIFICATIONS: Subcarrier Frequency 5.5MHz adjustable, FM Modulated +/- 50KHz Subcarrier Output 1.5v p-p Output @ 5.5MHz DESCRIPTION & FEATURES: The Notes

More information

Never power this piano with anything other than a standard 9V battery!

Never power this piano with anything other than a standard 9V battery! Welcome to the exciting world of Digital Electronics! Who is this kit intended for? This kit is intended for anyone from ages 13 and above and assumes no previous knowledge in the field of hobby electronics.

More information

Audio Amplifier Circuit

Audio Amplifier Circuit ECE 2C Lab #1 1a Audio Amplifier Circuit In the first part of lab#1 you will construct a low-power audio amplifier/speaker driver based on the LM386 IC from National Semiconductor. The audio amplifier

More information

V-TUNE. Variable capacitance mini-circuit with Varactor diode and potentiometer control. Assembly manual. Last updated: July 15, 2017

V-TUNE. Variable capacitance mini-circuit with Varactor diode and potentiometer control. Assembly manual. Last updated: July 15, 2017 V-TUNE Variable capacitance mini-circuit with Varactor diode and potentiometer control Assembly manual Last updated: July 15, 2017 ea3gcy@gmail.com Updates and news at: www.ea3gcy.com Thanks for building

More information

Polyphase network kit

Polyphase network kit Polyphase network kit 1. Introduction This polyphase network module is designed to be used with the QRP Labs receiver module kit. It takes as inputs, four phase audio from the Quadrature Sampling Detector

More information

Lab 3: AC Low pass filters (version 1.3)

Lab 3: AC Low pass filters (version 1.3) Lab 3: AC Low pass filters (version 1.3) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy expensive

More information