Guitar Tuner. EET 2278 Capstone Project. Tyler Davis. Sinclair Community College. EET 2278 Spring Professor Russo

Size: px
Start display at page:

Download "Guitar Tuner. EET 2278 Capstone Project. Tyler Davis. Sinclair Community College. EET 2278 Spring Professor Russo"

Transcription

1 Guitar Tuner EET 2278 Capstone Project Tyler Davis Sinclair Community College EET 2278 Spring 2016 Professor Russo

2 2 Table of Contents ACKNOWLEDGEMENTS... 3 ABSTRACT... 4 INTRODUCTION... 5 PRINCIPLES OF DESIGN... 6 DESIGN DETAILS... 7 CONSTRUCTION... 9 TESTING, TROUBLESHOOTING, AND CALIBRATION OPERATION CONCLUSION RECOMMENDATIONS BIBLIOGRAPHY ADDENDA SPEC SHEET PARTS/PRICE LIST Project Proposal Journal Summary Presentation slides Project Report Guidance and Requirements Handout

3 3 Acknowledgements These are the people that helped me with my project for EET 2278: Professor William Russo. Approved my project and was there to answer my questions. Professor Abdullah Johnson. Gave me information on micro controller boards. James Thorstenson. Helped explain the type of op amp I needed in my project Condy Davis. Assisted with the fabrication of the case. Irv Rutherford. Assisted with the programing of the Arduino

4 4 Abstract This report will detail my EET 2278 Capstone Project, a guitar tuner. The guitar tuner was design to use an Arduino Uno to detect a signal from the guitar and using a LED display assist the user in tuning the guitar. The user will need to connect the guitar to the tuner using an audio cable that plugs into the side of the tuner. Each strum of a guitar string sends a signal to an amplifier circuit then, then to the Arduino, and finally to the LED display. The LED display will change in real time as the user adjust the tuner knobs on the guitar that is being tuned. The user will know when the string is in tune when the green LED lights up on the display.

5 5 Introduction Before I started in The EET Program at Sinclair Community College I loved music, specifically playing guitar. I played in a garage band in high and didn t have a nice guitar. My guitar would always be out of tune and I would have to tune it after every song I played. I became really familiar with how a guitar is supposed to sound. I never thought about how a guitar tuner actually worked. When I was told that I needed to come up with a project for EET 2278 Capstone I thought that a guitar tuner would be perfect. I researched how a guitar tuner works and I knew that I wanted to make one. I set out to make a guitar tuner that would detect the frequency of a guitar string and tell if it is in tune. Once I determined that I was going to go ahead a make a tuner for my project I started to research how I would make it. I found that someone have used an Arduino Uno as a Frequency Detector online and that gave me an idea to use it in a guitar tuner. I knew that this tuner would use a microcontroller to measure the frequency of an input audio signal and determine what string the user is strumming and if the note is sharp or flat. Once that has been determined it will light up an LED to identify the string and another LED or identify the pitch of the note. That is how I came up with this project.

6 6 Principles of Design We I started to design this guitar tuner I had to think about how I was going to use the Arduino Uno to detect the frequency of the strum of a guitar string. I knew that the audio signal was going to be too small for the Arduino to read. The audio signal coming from the electric guitar needed to be amplified to be about 5V peak to peak and offset to be centered around 2.5V as opposed to 0V. The signal needed to be between 0 and 5V in order for it to be read by the Arduino's analog pin. It also need to have the greatest amplitude possible without clipping in order to get more accurate frequency calculations. Using a TL082CP I would fabricate an amplifier for the audio signal to go to the Arduino. I know how a in tune guitar sounds however, for the program I needed to make for the Arduino, I had to know what was the in tune frequency for each string. I found for each string the in tune frequency is as follows: E Hz, A Hz, D Hz, G Hz, B Hz, and hie Hz. Since the higher strings have a much lower amplitude signal than the lower strings, it can be tricky to get the frequency detection to work. My code has a variable called ampthreshold that is the minimum signal amplitude for the Arduino to calculate frequency. For the guitar tuner, the ampthreshold should be high enough that the Arduino calculates the frequency of the higher strings, but also low enough that it does not pick up too much noise from the lower strings. I found that an ampthreshold of 20 works. You have to strum the high strings a bit harder to get the Arduino to pick them up, but the frequency detection works well.

7 7 Design Details Audio Signal Audio Input (1/4 Audio Jack) UA1 (Op-Amp Circuit) Amplifies the signal to 5V peak to peak and offset to be centered 2.5V Pitch LED Display HB1 (Arduino Uno) Detects the frequency of the signal. Calculates the note and pitch of the string String LED Display

8 8

9 9 Construction This project required a lot of planning in order to get the build completed. I knew that I wanted to use an Arduino to make the tuner. I had to design, order part, prototype, solder, troubleshoot, and finalize the build for the guitar tuner. This project required me to use everything that I have learned throughout my EET career. The First thing I had to do for this project was design a circuit that I could use for the guitar tuner. I used an electronic schematic capture and simulation program called Multisim to design my circuit. I also drew on paper how I wanted the LED display to look like. I also researched the Arduino to see if you could program it to detect frequency. Once the circuit was designed, the program researched and I knew what components I needed, I ordered the components and started working on the program for the Arduino. Once the components arrived I tested each one to make sure that they were up to spec. With all of the components in hand I was able to Prototype my circuits. I built my circuits on bread boards so I could test them and troubleshoot for bugs. I made an amplifier circuit and a LED circuit on bread boards, making sure that the LEDs were laid out how I wanted. I programmed the Arduino with my frequency detection program and plugged it into my prototype circuits. I used a frequency generator to simulate the signal going into my prototype. Once I was satisfied with my results of the test I started to solder my components on to circuit boards. Once everything was soldered, I made an enclosure for my project. This required me to drill holes for my LEDs, a Power switch, an audio

10 10 jack, and holes to mount my boards. I mounted all the parts into the case and made sure that everything was secured to the case. With everything in the case I made an overlay that went over the faceplate of my tuner to indicate what the LEDs mean. The figure below is the overlay I have made for the faceplate. The overlay designates the pitch and the note of the string. That was the construction of my Project. This line of LEDs show whether the string is Sharp or Flat. There is a green LED in the center to indicate the perfect pitch. This line of LEDs shows what string is being strummed.

11 11 Testing, Troubleshooting, and Calibration Every project requires some testing, troubleshooting and calibration to function properly. My project was no exception, I had to do all of these while constructing my project. I had to make sure that my circuits worked properly, troubleshoot and fix a problem, and calibrate my program. As I built my prototype and final build of my project I had to do a lot of testing for my tuner. I used a variety of electronic test equipment including, a multi-meter to check component and continuity, function generator to simulate the audio signals, and an oscilloscope to verify that the signal was being amplified. I even used my own guitar to test my final build of the project. I had to troubleshoot one problem during the final build of my project. My circuit wasn t functioning properly because the Arduino wasn t responding to my input. So the LED display won t change no matter what string was strummed. I traced along my signal wire to each of the points of contact to make sure that there was continuity between points. I found the problem very quickly with this method. I didn t solder one of the pins on my op amp. So the signal was not being amplified and the Arduino could read the signal coming in. So after I soldered that joint, I tested the tuner again with my guitar and the LED display changed with every strum of the guitar string. Once my project was working properly I have to calibrate it to insure that pitch of each note was as close to the perfect as I could get to using the Arduino. I used a tuner

12 12 that I have used for years to tune my guitar to standard E tuning. Once the guitar was tuned using the professional tuner I compared my project to the professional tuner. Remarkably, my project tuner was very close in terms of pitch. I just had to go into the program of my Arduino and adjust the frequency of the strings only 1 Hz up from what I programed. After making this adjustment I tuned my guitar again using both tuners that the different was unnoticeable.

13 13 Operation This guitar tuner is very easy to use for tuning a guitar to standard E tuning. The required materials to use this tuner are an electric guitar, a ¼ audio cable, and the tuner. First you will plug one end of your audio cable into your guitar and the other into the tuner. Make sure that the guitar is turned up to the maximum volume to insure the signal will be read by the tuner. Turn on the tuner and wait for the LEDs to stop flashing. Once that is done pluck the open string you wish to tune. Guitars have six strings that count from the bottom up, so the thinnest string is your first string (an E) and the thickest string is your sixth string (also an E). The strings, in order from first to sixth, should be tuned to the following notes: e (thinnest string), B, G, D, A, & E (thickest string). Follow a string all the way up the neck to find its associated tuning peg. Pluck the string and turn the tuning peg to make the pitch go up (clockwise) or force it to go down (counterclockwise). Turn each peg smoothly and slowly, getting used to applying constant pressure in both directions. The LEDs on the tuner will change as you tune your guitar indicating what string is being plucked and if the string is high or low. Turn the peg of your guitar until the green LED on the tuner lights up. Repeat for each string until all of the strings are in tune.

14 14 Conclusion That is my Capstone project for EET 2278 for the spring of I had to use everything that I have ever learned or covered during the duration of this project. I even had to develop some new skills and learn new concept to fully complete my project. I feel very proud of what I was able to achieve with the time I had. I learned about how to properly use test equipment, I learned how to program a microcontroller, and I also learned steps on how to troubleshoot. I am disappointed with how my overlay turned out, it is made from paper and I just don t feel very satisfied with how it looks. I wish I made an actual face plate made from plastic. All in all I feel very satisfied with how my project turned out and I am happy with my experience in the EET Program here at Sinclair Community College.

15 15 Recommendations If I was to do it again I would change the design a bit. I would add a way to bypass the tuner and have another audio jack that would plug into an amp so once the guitar was tune you could go right to playing your guitar. If someone else wanted to make the guitar tuner I would have a few suggestions for them. Number one is MANAGE YOUR TIME, Time is going to make or break you during this project and good management is the difference between finishing with a project you are confident in and a project that just works. Another tip if someone is going to use an Arduino is to use the forums on Arduino s site to help with the programing if you are struggling. Finally the last tip I would suggest is try not to stress out over the project. Don t keep hitting the brick wall with your head, take breaks and get your work done at your own pace.

16 16 Bibliography "Arduino Forum - Index." Arduino Forum - Index. N.p., n.d. Web. 15 Apr "How to Tune a Guitar." WikiHow. N.p., n.d. Web. 15 Apr Ghassaei, Amanda. "Arduino Frequency Detection." Instructables.com. N.p., n.d. Web. 15 Apr "Guitar Strings." Guitar Strings. N.p., n.d. Web. 15 Apr

17 17 Addenda Spec sheet TYLER DAVIS SECTION # 100_ DATE 4/15/16 Guitar Tuner Specifications Specifications Voltage 18v Current 5ma Resistance 100K Ohms Power Rating 1 Watts Frequency 70Hz-350Hz Range Length Height Width Weight Dimensions 7.5in 4.5in 2.2in 3lbs Inputs and Outputs Audio Signal 1/4in audio female plug Input Interface 5mm LEDs Controls SPST(ON/OFF Switch) General Description: This is a battery operated Guitar tuner using an Arduino Uno microcontroller board. This Tuner can help a user tune an Electric Guitar to Standard EADGBE Tuning. Using Frequency detection to determine the right pitch of the note for each string of the guitar, the tuner will tell the user if the string is sharp or flat. The LEDs indicate what the user must do in order to tune their guitar. Technical Information Controller Card Arduino Uno Rev 3 Power Supply Energizer 9V Battery Operating 0 F-100 Temperatures

18 18 Parts/Price list EET 2278 Spring, 2016 PROJECT NAME: Guitar Tuner DATE: 4/15/2016 Project Manager Name: TYLER DAVIS Cost Extended Qty Descriptor Description Each Cost Procured from 1 Arduino UNO R3 Programable micro controller $21.47 $21.47 Amazon.com 1 1/4-Inch audio Jack Female plug for audio cable $1.55 $1.55 Amazon.com 1 Arduino UNO R3 Case Protective case for Arduino $9.99 $9.99 Amazon.com Ohm Resister 100pc pack of Resistors $4.99 $4.99 Amazon.com 1 22k Resisters 10pc pack of Resistors $4.77 $4.77 Amazon.com 1 10uf Capacitors 10pc pack of Caps $4.29 $4.29 Amazon.com 1 9v Snap Connectors 5pc pack $8.09 $8.09 Amazon.com 1 Wall Adapter Power Supply 9V DC 650mA used to plug Arduino to a wall outlet $5.49 $5.49 Amazon.com 2 TL082CP TI Operational Amplifiers - Op Amps $0.77 $1.54 mouser.com 1 100nf Disc Capacitors 10pc pack of Caps $5.89 $5.89 bonanza.com 1 Blue red and yellow LEDs 120pc pack of assorted LEDs $3.36 $3.36 bonanza.com 1 SPST Switch ON/OFF Switch $2.50 $2.50 bonanza.com 1 PC Board 356 Hole board will use for OP Amp Circuit $2.49 $2.49 Radioshack 1 Printed Circuit Board 550 Hole board that matches the layout of modular breadboards $3.49 $3.49 Radioshack 1 Coaxial DC Power Plug Size M Coaxial DC Power Plug (2-Pack) $3.49 $3.49 Radioshack 1 A to B USB cable 3ft USB cable used to plug Arduino to PC $19.99 $19.99 Radioshack 1 Enclosures, Boxes, & Cases 7.5 x 4.5 x 2.2 Clear 7.5 x 4.5 x 2.2 $17.40 $17.40 Amazon.com TOTAL COST $120.79

BASS BOOSTER. Raesean Jones [ address] Sinclair Community College. Electronic and Robotic EET 2278 S15 Spring 2015 Professor Russo

BASS BOOSTER. Raesean Jones [ address] Sinclair Community College. Electronic and Robotic EET 2278 S15 Spring 2015 Professor Russo BASS BOOSTER Sinclair Community College Raesean Jones [Email address] Electronic and Robotic EET 2278 S15 Spring 2015 Professor Russo Table of Contents Acknowledgements.Page 1 Abstract Page 2 Introduction..Page

More information

Penrose Quantizer Assembly Guide

Penrose Quantizer Assembly Guide Penrose Quantizer Assembly Guide Schematic and BOM The schematic can be found here: www.sonic-potions.com/public/penrosequantizerschematic.pdf The BOM is available at google docs: Link to BOM Prepare the

More information

Assembly Manual for VFO Board 2 August 2018

Assembly Manual for VFO Board 2 August 2018 Assembly Manual for VFO Board 2 August 2018 Parts list (Preliminary) Arduino 1 Arduino Pre-programmed 1 Faceplate Assorted Header Pins Full Board Rev A 10 104 capacitors 1 Rotary encode with switch 1 5-volt

More information

Analog Effect Pedals. EE333 Project 1. Francisco Alegria and Josh Rolles

Analog Effect Pedals. EE333 Project 1. Francisco Alegria and Josh Rolles Analog Effect Pedals EE333 Project 1 Francisco Alegria and Josh Rolles Introduction For the first project, we ve chosen to design two analog guitar effect pedals. This report will discuss the schematic

More information

Foxhunt Offset Attenuator. Parts List:

Foxhunt Offset Attenuator. Parts List: When your closing in on the fox you may find the signals to be so strong that you can no longer find a peak or null with your antenna. Sometimes the signal is so strong that the RF will leak straight into

More information

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

Materials. Eight pin DIP socket 0.1 µf capacitor

Materials. Eight pin DIP socket 0.1 µf capacitor JOE GROELE Project Outline The goal of this project was to build a plasma speaker that will amplify an electric guitar sound. Build an audio oscillator circuit using an ordinary speaker Test speaker performance

More information

GUITAR for left-handed players

GUITAR for left-handed players book Code: RAU8050 For Beginners GUITAR for left-handed players Also includes ideas and tips for right-handed players. Written by Terry Allen. Illustrated by Terry Allen. ( Ready-d Publications 00) This

More information

Code Practice Oscillator (CPO) For kit building instructions turn to Page 3.

Code Practice Oscillator (CPO) For kit building instructions turn to Page 3. Code Practice Oscillator (CPO) For kit building instructions turn to Page 3. Overview Many thanks for your purchase of this code practice oscillator or CPO, this guide is intended to allow you to quickly

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

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

MUSIC RESPONSIVE LIGHT SYSTEM

MUSIC RESPONSIVE LIGHT SYSTEM MUSIC RESPONSIVE LIGHT SYSTEM By Andrew John Groesch Final Report for ECE 445, Senior Design, Spring 2013 TA: Lydia Majure 1 May 2013 Project 49 Abstract The system takes in a musical signal as an acoustic

More information

Laboratory Exercises for Analog Circuits and Electronics as Hardware Homework with Student Laptop Computer Instrumentation

Laboratory Exercises for Analog Circuits and Electronics as Hardware Homework with Student Laptop Computer Instrumentation Laboratory Exercises for Analog Circuits and Electronics as Hardware Homework with Student Laptop Computer Instrumentation Marion O. Hagler Department of Electrical and Computer Engineering Mississippi

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

Build Your Own Clone Tremolo Kit Instructions

Build Your Own Clone Tremolo Kit Instructions Build Your Own Clone Tremolo Kit Instructions Warranty: BYOC, LLC guarantees that your kit will be complete and that all parts and components will arrive as described, functioning and free of defect. Soldering,

More information

Telecaster Wiring Kits Please Read All Instructions Before Beginning. Tools you will need: Soldering tips: Removing Current Wiring: Step 1. Step 2.

Telecaster Wiring Kits Please Read All Instructions Before Beginning. Tools you will need: Soldering tips: Removing Current Wiring: Step 1. Step 2. Telecaster Wiring Kits Please Read All Instructions Before Beginning. Tools you will need: Soldering Iron (35 watt preferably) Solder Wet Sponge Wire Clippers Wire Strippers 3/8 Drill Bit 5/32 Drill Bit

More information

AUDIO PROBE EXPLAINED

AUDIO PROBE EXPLAINED AUDIO PROBE EXPLAINED An Audio Probe is an essential tool for the DIY pedal builder. This along with a test box, are tools you should have at your disposal for easier debugging when things go wrong! They

More information

Mono Amplifier. LM386 Headphone Amp

Mono Amplifier. LM386 Headphone Amp Mono Amplifier LM386 Headphone Amp Layout On/Off Switch - cuts power to the circuit Mono Input Jack: use either L or R or solder together Schematic Step 1 - Parts List 1.) R1-10ohm Resistor - Brown Black

More information

Building and Operating: Son of Zerobeat A PIC based CW zerobeat indicator from Jackson Harbor Press

Building and Operating: Son of Zerobeat A PIC based CW zerobeat indicator from Jackson Harbor Press Building and Operating: Son of Zerobeat A PIC based CW zerobeat indicator from Jackson Harbor Press Ed Nisley, KE4ZNU, wrote an article published in the August, September and October of 1996 issues of

More information

The Maintenance Shift

The Maintenance Shift The Broadcasters Desktop Resource www.thebdr.net edited by Barry Mishkind the Eclectic Engineer The Maintenance Shift VSWR Calibration Techniques By Stephen Rutherford [September 2014] Among the important

More information

The Tellun Corporation. TLN-861 Dunsel. User Guide, Rev Scott Juskiw The Tellun Corporation

The Tellun Corporation. TLN-861 Dunsel. User Guide, Rev Scott Juskiw The Tellun Corporation The Tellun Corporation TLN-861 Dunsel User Guide, Rev. 1.0 Scott Juskiw The Tellun Corporation scott@tellun.com TLN-861 User Guide Revision 1.0 August 31, 2006 1. Introduction The TLN-861 Dunsel is a collection

More information

Pingable Envelope Generator

Pingable Envelope Generator Pingable Envelope Generator Kit Builder's Guide for PCB v1.0.3 4mspedals.com PEG This guide is for building a Pingable Envelope Generator (PEG), which is an intermediate-level kit. You should be confident

More information

Building the Toothpick Audio CW Filter

Building the Toothpick Audio CW Filter Building the Toothpick Audio CW Filter Introduction The toothpick is a simple variable bandpass audio filter designed to compliment the Splinter QRPp Trans-Receiver. The filter also contains an audio amplifier

More information

Xylophone Teaching Notes Issue 1.3

Xylophone Teaching Notes Issue 1.3 Teaching Notes Issue 1.3 Product information: www.kitronik.co.uk/quicklinks/2105/ TEACHER Xylophone Index of sheets Introduction Schemes of work Answers The Design Process The Design Brief Investigation

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

Assembly Instructions for the FRB FET FM 70 Watt Amp

Assembly Instructions for the FRB FET FM 70 Watt Amp Assembly Instructions for the FRB FET FM 70 Watt Amp 1.) Orient the circuit board with the diagram 2.) Use a narrow chisel tip 25-30 watt soldering iron for assembly 3.) All the small parts are taped onto

More information

Dual Band Filter Assembly Manual

Dual Band Filter Assembly Manual Dual Band Filter Assembly Manual 12 January 2018 Rev D Version Theory of Operation: The purpose of a Bandpass Filter is to filter out or reject all unwanted signals. The original KN-Q7A Receive Filter

More information

KASTLE v1.5 - Assembly Guide

KASTLE v1.5 - Assembly Guide last update: 14. 12. 2017 KASTLE v1.5 - Assembly Guide bastl-instruments.com INTRODUCTION Welcome to the assembly guide for the Kastle kit - mini modular synthesizer. It is suitable for beginners. It is

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

A Pretty Good Crystal Set Mark II

A Pretty Good Crystal Set Mark II A Pretty Good Crystal Set Mark II By Al Klase, N3FRQ, http://www.skywaves.ar88.net/ This is a revised version of the original New Jersey Antique Radio Club PGXS with minor changes to improve performance

More information

Dr. Martina B. Arndt Department of Physics Bridgewater State College (MA) Based on work by Dr. Alan E.E. Rogers MIT s Haystack Observatory (MA)

Dr. Martina B. Arndt Department of Physics Bridgewater State College (MA) Based on work by Dr. Alan E.E. Rogers MIT s Haystack Observatory (MA) VSRT ASSEMBLY MANUAL Dr. Martina B. Arndt Department of Physics Bridgewater State College (MA) Based on work by Dr. Alan E.E. Rogers MIT s Haystack Observatory (MA) With contributions from: Robert Schweitzer

More information

Adjustable Parametric Equalizer Hardware Description

Adjustable Parametric Equalizer Hardware Description Adjustable Parametric Equalizer Hardware Description Adam Grunke April 27, 2004 ETEC 474 Professor Morton Introduction The Adjustable Parametric Equalizer (APE) allows the professional audio engineer to

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

Time of Arrival Radio Direction Finder.

Time of Arrival Radio Direction Finder. Time of Arrival Radio Direction Finder. Time of arrival (TOA) RDF units are simple and very useful. Various designs have been distributed over the years, and here is another one. This Kit Developed by

More information

BMC016. Dual Nice Quantizer. Last updated new calibration instructions

BMC016. Dual Nice Quantizer. Last updated new calibration instructions BMC016. Dual Nice Quantizer. Last updated 8-19-2018 new calibration instructions There are two versions of this PCB, if you have a PCB with six trimpots, read THIS DOCUMENTATION instead. I Using The Dual

More information

Jason Stull. Physics 498 (Physics of Music) Valve Junior Modification 5/13/2010

Jason Stull. Physics 498 (Physics of Music) Valve Junior Modification 5/13/2010 Jason Stull Physics 498 (Physics of Music) Valve Junior Modification 5/13/2010 1 Introduction My original idea for a class project was to build a tube guitar amplifier. I have wanted a tube amp for some

More information

Operational Amplifiers 2 Active Filters ReadMeFirst

Operational Amplifiers 2 Active Filters ReadMeFirst Operational Amplifiers 2 Active Filters ReadMeFirst Lab Summary In this lab you will build two active filters on a breadboard, using an op-amp, resistors, and capacitors, and take data for the magnitude

More information

SpikerBox v1.3 DIY Instructions

SpikerBox v1.3 DIY Instructions SpikerBox v. DIY Instructions Prepare yourself. In hours, you will have built your own SpikerBox to begin doing neuroscience and whatever your creative mind can conjure. Materials Needed:. A Backyard Brains

More information

Week 8 AM Modulation and the AM Receiver

Week 8 AM Modulation and the AM Receiver Week 8 AM Modulation and the AM Receiver The concept of modulation and radio transmission is introduced. An AM receiver is studied and the constructed on the prototyping board. The operation of the AM

More information

Objectives: Learn what an Arduino is and what it can do Learn what an LED is and how to use it Be able to wire and program an LED to blink

Objectives: Learn what an Arduino is and what it can do Learn what an LED is and how to use it Be able to wire and program an LED to blink Objectives: Learn what an Arduino is and what it can do Learn what an LED is and how to use it Be able to wire and program an LED to blink By the end of this session: You will know how to use an Arduino

More information

AME140 Lab #2 INTRODUCTION TO ELECTRONIC TEST EQUIPMENT AND BASIC ELECTRONICS MEASUREMENTS

AME140 Lab #2 INTRODUCTION TO ELECTRONIC TEST EQUIPMENT AND BASIC ELECTRONICS MEASUREMENTS INTRODUCTION TO ELECTRONIC TEST EQUIPMENT AND BASIC ELECTRONICS MEASUREMENTS The purpose of this document is to guide students through a few simple activities to increase familiarity with basic electronics

More information

Introduction. Controls and Locations

Introduction. Controls and Locations Introduction Congratulations on purchasing the MFJ-854 RF-Current Meter. The MFJ-854 is designed for measuring current distribution on antenna elements and radials, and for checking common-mode current

More information

Electrical Engineer. Lab2. Dr. Lars Hansen

Electrical Engineer. Lab2. Dr. Lars Hansen Electrical Engineer Lab2 Dr. Lars Hansen David Sanchez University of Texas at San Antonio May 5 th, 2009 Table of Contents Abstract... 3 1.0 Introduction and Product Description... 3 1.1 Problem Specifications...

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

Rowan University Freshman Clinic I Lab Project 2 The Operational Amplifier (Op Amp)

Rowan University Freshman Clinic I Lab Project 2 The Operational Amplifier (Op Amp) Rowan University Freshman Clinic I Lab Project 2 The Operational Amplifier (Op Amp) Objectives Become familiar with an Operational Amplifier (Op Amp) electronic device and it operation Learn several basic

More information

LDB-1 Kit Instructions Page 1 of 8

LDB-1 Kit Instructions Page 1 of 8 LDB-1 Kit Instructions Page 1 of 8 Important Information Congratulations and thank you for your purchase of the LDB-1 Little Drummer Boy Analog Drum Machine Kit! Before you start, please read the enclosed

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

Beta-test ED1 PCB installed in I0CG s K1

Beta-test ED1 PCB installed in I0CG s K1 K1 SSB Modification (Ed.2) This description provides the receiver (RX) modifications, assembly, alignment and operation as a first step. In a second step you can add the remaining transmitter (TX) modifications,

More information

EEC 134 Final Report

EEC 134 Final Report EEC 134 Final Report Team Falcon 9 Alejandro Venegas Marco Venegas Alexis Torres Gerardo Abrego Abstract: EEC 134 By Falcon 9 In the EEC 134 course the focus is on RF/microwave systems design. The main

More information

Stereo 3.7W Class D Audio Amplifier

Stereo 3.7W Class D Audio Amplifier Stereo 3.7W Class D Audio Amplifier Created by Bill Earl Last updated on 2014-10-28 10:45:16 AM EDT Guide Contents Guide Contents Overview Specifications: What is a Class D Amplifier? Other Audio amps

More information

Experiment #3: Micro-controlled Movement

Experiment #3: Micro-controlled Movement Experiment #3: Micro-controlled Movement So we re already on Experiment #3 and all we ve done is blinked a few LED s on and off. Hang in there, something is about to move! As you know, an LED is an output

More information

Main improvements are increased number of LEDs and therefore better temperature indication with one Celsius degree increments.

Main improvements are increased number of LEDs and therefore better temperature indication with one Celsius degree increments. LED Thermometer V2 (Fahrenheit/Celsius/±1 ) PART NO. 2244754 After completing this great starter kit, users will have a nice interactive LED thermometer. You will learn one principle how temperature can

More information

Sound Skulptor MC624 User manual

Sound Skulptor MC624 User manual Sound Skulptor MC624 User manual 1. Overview The MC624 lets you select one out of six stereo line level audio sources, adjust the level and route it to one out of four stereo amplified monitor pairs. The

More information

Build Your Own Clone Analog Chorus Kit Instructions

Build Your Own Clone Analog Chorus Kit Instructions Build Your Own Clone Analog Chorus Kit Instructions Warranty: BYOC, Inc. guarantees that your kit will be complete and that all parts and components will arrive as described, functioning and free of defect.

More information

Easy Transmitter. Support ETX_REV5_Manual V2.7 Revised

Easy Transmitter. Support   ETX_REV5_Manual V2.7 Revised Easy Transmitter Introduction The Easy Transmitter kit from qrpkits.com provides a basic, crystal controlled transmitter with VXO tuning to provide a small tuning range around the crystal frequency. It

More information

Breadboard Arduino Compatible Assembly Guide

Breadboard Arduino Compatible Assembly Guide (BBAC) breadboard arduino compatible Breadboard Arduino Compatible Assembly Guide (BBAC) A Few Words ABOUT THIS KIT The overall goal of this kit is fun. Beyond this, the aim is to get you comfortable using

More information

Q107/Q107A State Variable Filter

Q107/Q107A State Variable Filter Apr 28, 2017 The Q107 is dual-wide, full-featured State Variable filter. The Q107A is a single-wide version without the Notch output and input mixer attenuator. These two models share the same circuit

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

Micro USB Lamp Kit TEACHING RESOURCES. Version 2.1 DESIGN A STYLISH LAMP WITH THIS

Micro USB Lamp Kit TEACHING RESOURCES. Version 2.1 DESIGN A STYLISH LAMP WITH THIS TEACHING RESOURCES SCHEMES OF WORK DEVELOPING A SPECIFICATION COMPONENT FACTSHEETS HOW TO SOLDER GUIDE DESIGN A STYLISH LAMP WITH THIS Micro USB Lamp Kit Version 2.1 Index of Sheets TEACHING RESOURCES

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

Repairing your Porsche 928 Central Warning System (CWS) controller

Repairing your Porsche 928 Central Warning System (CWS) controller Repairing your Porsche 928 Central Warning System (CWS) controller Disclaimer: This procedure is for a 1984 Porsche 928 S controller. Overview: Under the left foot pedal (dead pedal) of the Porsche 928

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

S&T GeoTronics LLC Open DSKY with AGC Assembly Instructions

S&T GeoTronics LLC Open DSKY with AGC Assembly Instructions S&T GeoTronics LLC Open DSKY with AGC Assembly Instructions First, make sure you have all the required components: HARDWARE Qty Item 1 DSKY PCB v1.0d 1 Arduino Nano 1 VA RTC 1 IMU 1 Buck StepDown 1 SKM53

More information

Building a Bitx20 Version 3

Building a Bitx20 Version 3 Building a Bitx20 Version 3 The board can be broken into sections and then built and tested one section at a time. This will make troubleshooting easier as any problems will be confined to one small section.

More information

Electrifying an Acoustical Guitar. Cody Jones Final Project Report Physics

Electrifying an Acoustical Guitar. Cody Jones Final Project Report Physics Electrifying an Acoustical Guitar Cody Jones Final Project Report Physics 406 5-11-12 1 Introduction: While attempting to find a suitable project for the class, I came upon the idea of an electric guitar.

More information

MONO AMPLIFIER KIT ESSENTIAL INFORMATION. Version 3.0 CREATE YOUR OWN SPEAKER DOCK WITH THIS

MONO AMPLIFIER KIT ESSENTIAL INFORMATION. Version 3.0 CREATE YOUR OWN SPEAKER DOCK WITH THIS ESSENTIAL INFORMATION BUILD INSTRUCTIONS CHECKING YOUR PCB & FAULT-FINDING MECHANICAL DETAILS HOW THE KIT WORKS CREATE YOUR OWN SPEAKER DOCK WITH THIS MONO AMPLIFIER KIT Version 3.0 Build Instructions

More information

Congratulations on your purchase of the SparkFun Arduino ProtoShield Kit!

Congratulations on your purchase of the SparkFun Arduino ProtoShield Kit! Congratulations on your purchase of the SparkFun Arduino ProtoShield Kit! Well, now what? The focus of this guide is to aid you in turning that box of parts in front of you into a fully functional prototyping

More information

10 2 2,13,15,16,46 27, non-inductive ,26,

10 2 2,13,15,16,46 27, non-inductive ,26, HANDS-ON RADIO PARTS LIST (Thanks, John AF4WM and Steve AD7KR) Updated through Experiment 129 Quantities assume all parts available for re-use MAX QTY EXPERIMENT NOTES 1/4 WATT RESISTOR (All values are

More information

Lab Equipment EECS 311 Fall 2009

Lab Equipment EECS 311 Fall 2009 Lab Equipment EECS 311 Fall 2009 Contents Lab Equipment Overview pg. 1 Lab Components.. pg. 4 Probe Compensation... pg. 8 Finite Instrumentation Impedance. pg.10 Simulation Tools..... pg. 10 1 - Laboratory

More information

The Tellun Corporation. TLN-863 Max Min Generator. User Guide, Rev Scott Juskiw The Tellun Corporation

The Tellun Corporation. TLN-863 Max Min Generator. User Guide, Rev Scott Juskiw The Tellun Corporation The Tellun Corporation TLN-863 Max Min Generator User Guide, Rev. 1.1 Scott Juskiw The Tellun Corporation scott@tellun.com TLN-863 User Guide Revision 1.1 May 26, 2008 1. Introduction The TLN-863 Max Min

More information

Build Your Own Clone Chancellor Kit Instructions

Build Your Own Clone Chancellor Kit Instructions Build Your Own Clone Chancellor Kit Instructions Warranty: BYOC, Inc. guarantees that your kit will be complete and that all parts and components will arrive as described, functioning and free of defect.

More information

DR-TRC105-EV Evaluation Kit. User s Guide

DR-TRC105-EV Evaluation Kit. User s Guide DR-TRC105-EV Evaluation Kit User s Guide DR-TRC105-304-EV DR-TRC105-315-EV DR-TRC105-345-EV DR-TRC105-372-EV DR-TRC105-390-EV DR-TRC105-403-EV DR-TRC105-434-EV DR-TRC105-450-EV 2010-2015 by Murata Electronics

More information

Activity 2: Opto Receiver

Activity 2: Opto Receiver Activity 2: Opto Receiver Time Required: 45 minutes Materials List Group Size: 2 Each pair needs: One each of: One Activity 2 bag containing: o Two 10 μf Electrolytic Capacitors o 47 μf Electrolytic Capacitor

More information

E-200D ALIGNMENT. See the end of the procedure for the location of the calibration points. EQUIPMENT REQUIRED

E-200D ALIGNMENT. See the end of the procedure for the location of the calibration points. EQUIPMENT REQUIRED E-200D ALIGNMENT NOTE: This is not an official B&K alignment procedure. This procedure was created by experimenting with an E-200D. However when this procedure is followed, the resulting calibration should

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

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

Power and ground is applied to the nrf401 Loop Module via connector footprint J1. Voltage range on this input must be restricted to +2.7V to +5.25V.

Power and ground is applied to the nrf401 Loop Module via connector footprint J1. Voltage range on this input must be restricted to +2.7V to +5.25V. nrf401-loopkit 1. Introduction The Loop Kit for the nrf401 Single chip 433MHz RF transceiver has been developed to enable customers to get hands-on experience with the functionality of the device combined

More information

40106 Hex Oscillator Workshop Instructions. bbob drake, aka fluxmonkey

40106 Hex Oscillator Workshop Instructions. bbob drake, aka fluxmonkey 40106 Hex Oscillator Workshop Instructions bbob drake, aka fluxmonkey 40106 Hex Oscillator Workshop Instructions by Bbob Drake is licensed under a Creative Commons Attribution-ShareAlike 4.0 International

More information

Auto-Seq Documentation Written April 6th, 2014

Auto-Seq Documentation Written April 6th, 2014 Auto-Seq Documentation Written April 6th, 2014 I. Using The Module A. What is Auto-Seq? B. Controls/Inputs/Outputs C. Sample Patches II. Schematics A.Chip Pinout B.Inputs 1.Analog Inputs 2.Digital Inputs

More information

BassAce - Midi Bass Synthesizer. BassAce Features

BassAce - Midi Bass Synthesizer. BassAce Features Untitled Document BassAce - Midi Bass Synthesizer The BassAce is a small midi-synth based loosely on the TB303. It can be built many different ways. Depending on how it's configured it can be anything

More information

Introduction to Electronics and Breadboarding Circuits

Introduction to Electronics and Breadboarding Circuits Introduction to Electronics and Breadboarding Circuits What we're going to learn today: What is an electronic circuit? What kind of power is needed for these projects? What are the fundamental principles

More information

A Beginner s Guide to Changing Guitar Strings. Written by Joshua Kukorlo

A Beginner s Guide to Changing Guitar Strings. Written by Joshua Kukorlo A Beginner s Guide to Changing Guitar Strings Written by Joshua Kukorlo SNAP! Your B string just broke and you begin to freak out. Now what? If you ve never changed the strings on your guitar before this

More information

FM Audio/Squelch Board by Steve Dold, W6KCS w6kcs (at) stevedold (dot) com

FM Audio/Squelch Board by Steve Dold, W6KCS w6kcs (at) stevedold (dot) com FM Audio/Squelch Board by Steve Dold, W6KCS w6kcs at stevedold dot com Board hardware version 7-8 Firmware version 7.x This board connects to an FM receiver's discriminator/detector and provides squelched,

More information

Pacific Antenna - Easy TR Switch

Pacific Antenna - Easy TR Switch Pacific Antenna - Easy TR Switch Kit Description The Easy TR Switch is an RF sensing switch that can be used to switch an antenna between a receiver and transmitter. It also has a second switched pair

More information

Reaction Chromatic Tuner Instruction Manual

Reaction Chromatic Tuner Instruction Manual Reaction Chromatic Tuner Instruction Manual Compliance Your Reaction Chromatic Tuner pedal has been tested and complies with the following Standards and Directives as set forth by the European Union: Council

More information

F-F-Fiddle Assembly Instructions

F-F-Fiddle Assembly Instructions F-F-Fiddle Assembly Instructions Bout Bridge Neck Machine Heads/Tuners Truss Rod Strings An open-source FFF 3d-printable electric violin. 1. Assemble materials 5 3 8 1 9,10, 11 7 4 2 6 PARTS 1. Bout part

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

Pacific Antenna Field Strength Indicator Kit

Pacific Antenna Field Strength Indicator Kit Pacific Antenna Field Strength Indicator Kit Description The Field Strength Indicator kit from Pacific Antenna provides a visual way to monitor the presence and relative strength RF fields through the

More information

LT Spice Getting Started Very Quickly. First Get the Latest Software!

LT Spice Getting Started Very Quickly. First Get the Latest Software! LT Spice Getting Started Very Quickly First Get the Latest Software! 1. After installing LT Spice, run it and check to make sure you have the latest version with respect to the latest version available

More information

FryKleaner Pro Audio Burn-in Generator

FryKleaner Pro Audio Burn-in Generator HAGERMAN T E H N O L O G Y FryKleaner Pro Audio Burn-in Generator FryKleaner Pro Kit Manual 2 Warnings This product does not use any dangerous voltages. Power is supplied from a UL listed 15V wall-wart.

More information

5-Channel LiPo-Cell Electronic Load Tester Kit (LELTx5) PART NO

5-Channel LiPo-Cell Electronic Load Tester Kit (LELTx5) PART NO 5-Channel LiPo-Cell Electronic Load Tester Kit (LELTx5) PART NO. 2259489 Configured as five independent (up to) 100.0mA constant current loads (each), the LELTx5 is a versatile and valuable piece of test

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

Neck Single Fret. Body Sound Hole

Neck Single Fret. Body Sound Hole 1 Headstock Nut RoboHead Tuner Key Neck Single Fret Body Sound Hole Pickguard Bridge String Pin 2 OWNER S MANUAL: Intro...3 Setup / Functions... 4-6 How to charge the battery...7 Changing strings...8-13

More information

BrewsBySmith.com STC DIY Kit

BrewsBySmith.com STC DIY Kit BrewsBySmith.com STC-1000 + DIY Kit Contact Information: Greg Smith www.brewsbysmith.com greg@boostbysmith.com I. Hardware Included: STC-1000 flashed with latest software (v1.06 currently) (if purchased)

More information

ECE 317 Laboratory #1 Force Sensitive Resistors

ECE 317 Laboratory #1 Force Sensitive Resistors ECE 317 Laboratory #1 Force Sensitive Resistors Background Force, pressure, and position sensing are required for a wide variety of uses. In this lab, we will investigate a sensor called a force sensitive

More information

Build a Mintronics: MintDuino

Build a Mintronics: MintDuino Build a Mintronics: MintDuino Author: Marc de Vinck Parts relevant to this project Mintronics: MintDuino (1) The MintDuino is perfect for anyone interested in learning (or teaching) the fundamentals of

More information

LED S METER CONSTRUCTION MANUAL. LED S meter Construction Manual Issue 1.0 Page 1

LED S METER CONSTRUCTION MANUAL. LED S meter Construction Manual Issue 1.0 Page 1 LED S METER CONSTRUCTION MANUAL LED S meter Construction Manual Issue 1.0 Page 1 Important Please read before starting assembly STATIC PRECAUTION The LED S Meter kit contains components which can be damaged

More information

LeMay Audio Products. MK-I Preamplifier Users Manual John P. LeMay All Rights Reserved Rev A

LeMay Audio Products. MK-I Preamplifier Users Manual John P. LeMay All Rights Reserved Rev A LeMay Audio Products MK-I Preamplifier Users Manual 2008 John P. LeMay All Rights Reserved Rev A 08.12.24 Congratulations on purchasing one of the world s finest professional instrument preamplifiers!

More information

MFJ-834 RF Ammeter. Introduction. Uses

MFJ-834 RF Ammeter. Introduction. Uses MFJ-834 RF Ammeter Introduction Congratulations on purchasing the MFJ-834 RF Ammeter. The MFJ-834 is designed for measuring in-line RF feedline current on 1.8-30 MHz while having low interaction on the

More information

2-Way Active Crossover Model XOVER-2. Xkitz.com. User s Manual. Features. Rev 5.0

2-Way Active Crossover Model XOVER-2. Xkitz.com. User s Manual. Features. Rev 5.0 2-Way Active Crossover Model XOVER-2 User s Manual Rev 5.0 Xkitz.com Features 2-way Active Crossover for driving separate woofer and tweeter amplifiers Linkwitz-Riley crossover, 4 th order, 24dB/Octave

More information