LED Color Mixer. Evaluation copy. SensorDAQ, LabQuest, or LabQuest Mini. three 220 resistors

Size: px
Start display at page:

Download "LED Color Mixer. Evaluation copy. SensorDAQ, LabQuest, or LabQuest Mini. three 220 resistors"

Transcription

1 LED Color Mixer Project 3 LEDs (Light Emitting Diodes) are long-lasting light sources made from a special semiconductor material that converts electrical current directly into light. Unlike incandescent lamps that emit broad-spectrum white light (all the colors of the rainbow), LEDs emit a small wavelength range that appear as a single color. In the human eye, the receptors that interpret hues of color are called cones. Cones can be classified into three basic types based on their responsiveness to long, medium, and short wavelengths, or red, green, and blue color. A 3-color LED (sometimes called an RGB LED) emits the three colors of light (red, green, and blue) that trigger the cones in the eye. A RGB LED actually contains three individual LEDs encased in one shell. It looks like a single LED with four leads or wires one for each color and a fourth lead for the common ground. Additional colors can be perceived by the human eye when the individual LEDs are illuminated simultaneously in different combinations. PROJECT DESIGN REQUIREMENTS In this Project, you will build a circuit and write a LabVIEW program to illuminate the three different colors of light (red, green, or blue) in a RGB LED. The user should be able to select any one of the three colors by name from a front panel control and be able to turn off all three colors while the program is running. Since LEDs can be destroyed if too much current flows through them, you should wire each of the three leads in series with three current-limiting resistors. MATERIALS SensorDAQ, LabQuest, or LabQuest Mini LabVIEW computer USB cable Vernier Digital Control Unit (DCU) Vernier LabQuest or LabPro power supply Evaluation copy PROJECT SETUP Construct a 3-color RGB LED circuit 1. Connect the 9-pin cable to the side of the DCU. 3-color RGB LED three 220 resistors breadboard jumper wires ping-pong ball Engineering Projects with NI LabVIEW and Vernier Vernier Software & Technology P3-1

2 Project 3 2. Insert the RGB LED and resistors into a breadboard, and then wire the components to the DCU cable as shown in the figure below. You can find the color-coded pin-out for the DCU cable on the label attached to the cord. Tip: There are four leads or wires on a RGB LED. Normally, with a single-color LED you would connect the shorter wire to the ground connection. However, you should not assume that the shortest wire on a RGB LED is the ground wire. Refer to your manufacturer s specifications for the proper wiring connections. Figure 1 Wiring diagram for connecting a RGB LED to the DCU cable Connect the DCU to the interface 1. Connect the DCU to the DIG port on the interface. 2. Connect a power supply to the DCU. 3. Connect the interface to the computer. If you are using a LabQuest, make sure it is turned on. PROJECT BACKGROUND INFORMATION In this Project, you are asked to illuminate each of the three colors (red, green, and blue) in the 3- color RGB LED individually. The Vernier Digital Control Unit (DCU) gives you this functionality. The DCU is an electronic device that allows you to control up to six digital output lines for on/off control of LEDs and other DC electrical components. The DCU connects to the DIG port on the interface and is powered by a separate DC power supply. A 9-pin D-sub socket cable is supplied with the DCU, with bare wires on one end, for use in building projects. There are connections for all six digital lines, plus a power connection and two ground connections. The color code of the wires is identified on a label attached to the cable. Each of the three color leads or wires on the LED should be connected in series with a currentlimiting resistor to the first three DCU lines D1, D2, and D3; the fourth lead should be connected to one of the ground (GND) lines. To illuminate each color, you must send a numeric output pattern to the DCU to turn the digital line on. When you place the Digital Express VI on the block diagram, a configuration window appears. If you select Output Lines 1 6 from the Device Selection tree you will see a picture of the DCU. Change the DCU Pattern values from 0 to 15 for feedback on what lines are activated. As shown in the diagram below, a pattern of 1 will turn on DCU line D1. Please be aware that a pattern of 2 will turn on line D2, but a pattern of 3 will turn on lines D1 and D2 simultaneously. P3-2 Engineering Projects with NI LabVIEW and Vernier

3 LED Color Mixer Figure 2 Configuration window for the Vernier Digital Express VI PROJECT TIPS 1. A diffuser is recommended when using a RGB LED, because the human eye tends to see the individual colors rather than the merged color. A diffuser blends and scatters the three individual light sources making them appear softer and more muted. A ping-pong ball serves as a good diffuser. Cut a small hole through one end of the ball and place it over the lens of the LED. 2. Refer to Appendix E for additional information on the Vernier DCU. PROJECT TROUBLESHOOTING If the third color does not appear to be the appropriate hue, check that you are sending the right value into the Digital Express VI to set the DCU output properly. Engineering Projects with NI LabVIEW and Vernier P3-3

4 Project 3 CHALLENGE DESIGN REQUIREMENTS Note: Do not attempt the Challenge until you have completed the Project Design Requirements. Make four additional colors (magenta, cyan, yellow, and white) with your RGB LED by turning on the three digital lines in pairs or as a triple (refer to the table of DCU output patterns below). Do some initial testing with your LED and your ambient room light to determine which combination of digital lines turns on the four color hues. Modify your LabVIEW program from the Project to allow the user to illuminate one of the seven different colors CHALLENGE BACKGROUND INFORMATION To turn on two or more DCU lines simultaneously, you must send a unique numeric output pattern to the Digital Express VI. The first 12 output patterns correspond to a binary number system. If the switch is in the + position, current will flow and the device connected to that line will be on. If the switch is in the or X position, the device will be turned off. As you can see from the table, sending an output pattern of 7 turns on all three lines. If your circuit is wired properly, turning on all three lines simultaneously should cause the RGB LED to appear white. Output Binary D1 D2 D3 D4 D5 D X X X X X X X X X X X X X X X X Table 1 The digital output patterns for the DCU for use in this Challenge CHALLENGE TROUBLESHOOTING 1. Make sure you are sending the proper output pattern to turn on one or more digital lines. Use the Digital Express VI configuration window to test your pattern and hardware. 2. If you are not getting a good color range in this Challenge, you may need to adjust the value of the resistors in your circuit (they do not have to be identical). The purpose of the resistors is to limit the current through the LEDs to prevent burnout, but they should be sized to give a good range of adjustment on each color. Check the manufacturer s data sheet to find the typical operating current for your particular LED. You can tell you have good color balance if white light is produced when all three colors are illuminated. P3-4 Engineering Projects with NI LabVIEW and Vernier

5 EXTREME CHALLENGE (SENSORDAQ ONLY) LED Color Mixer Produce even more color hues by varying the intensity or brightness of one color s illumination using a concept called pulse-width modulation. Pulse-width modulated signals flash the LED on and off at a high enough rate of speed as to be perceived as a solid color by the human eye. The color s intensity is controlled by the fraction of time the color is on (commonly called the duty cycle). Using blue as the base color and red as the modulated color, write a LabVIEW program to produce color hues from blue to magenta (the combination of blue and red). The duty cycle for the red LED should be controlled independently from the front panel. Note: The Extreme Challenge is not possible with the LabQuest or LabQuest Mini due to the lack of a pulse generator on these interfaces. EXTREME CHALLENGE BACKGROUND INFORMATION In the Extreme Challenge, you are asked to build a Color Mixer that will display a continuous range of color hues. Having two colors on simultaneously will produce a new color, but you will get a much broader spectrum of color if you vary the intensity of one color as well. By flashing one LED on and off at various duty cycles, while keeping the other LED on all the time, you can create a range of shades between the two LEDs. The SensorDAQ has the capability to send output pulses from the DCU line D1. You can control the pulses with a technique called pulse-width modulation (PWM). In any one pulse, PWM limits the amount of time a signal is on. The ratio of on time to total time is called the duty cycle. In the pulse train shown below, the pulse is on for 60% of the time and off for 40% of the time. Figure 3 Pulse-width modulated signal When using PWM at very low frequencies with an LED, there is a noticeable flicker in the light as it is switched on and off; but once you get above the flicker frequency of the human eye, the light appears as a single, continuous color. This allows you to control the intensity, or brightness, of the LED by varying the duty cycle. Engineering Projects with NI LabVIEW and Vernier P3-5

6 Project 3 Since you are blending colors, you will have one LED on continuously, while varying the intensity of a second LED with a PWM signal. For example, if the blue LED is on continuously while the intensity of the red LED is varied, the colors you observe will range from blue to magenta (the combination of blue and red). Figure 4 Color mixing with pulse-width modulation Fortunately, the SensorDAQ Digital Express VI has a Pulse-Train Generation selection that can be used to control an LED with pulse-width modulation. When using the pulse generator, the LED to be varied must be connected to DCU line D1. Due to hardware limitations, pulses cannot be sent from any other DCU lines. The LED that will remain on continuously should be connected to DCU line D3 or D4, but not DCU line D2, D5 or D6 (when the pulse generator is active, these lines are not available). Keeping one LED on continuously and sending a pulse train to a second LED requires you to use two Digital Express VIs. Referring back to Table 1 and the example shown above in Figure 4, if the red LED is connected to DCU line D1 and the blue LED is connected to DCU line D3, you would use one Digital Express VI to turn on the blue LED and a second Digital Express VI to send a variable pulse to the red LED. EXTREME CHALLENGE TIPS 1. Set the Frequency on the pulse generator to 50 Hz. 2. The Duty Cycle is a decimal number between 0 and 1, but you should avoid sending an actual 0 or 1 to the Digital Express VI as these values are not supported. P3-6 Engineering Projects with NI LabVIEW and Vernier

7 Vernier Lab Safety Instructions Disclaimer THIS IS AN EVALUATION COPY OF THE VERNIER STUDENT LAB. This copy does not include: Safety information Essential instructor background information Directions for preparing solutions Important tips for successfully doing these labs The complete Engineering Projects with NI LabVIEW and Vernier manual includes 12 projects as well as essential teacher information. The full lab book is available for purchase at: Vernier Software & Technology S.W. Millikan Way Beaverton, OR Toll Free (888) (503) FAX (503)

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply Servo Motors (SensorDAQ only) Project 7 Servos are small, relatively inexpensive motors known for their ability to provide a large torque or turning force. They draw current proportional to the mechanical

More information

Evaluation copy. Blood Pressure. Project PROJECT DESIGN REQUIREMENTS

Evaluation copy. Blood Pressure. Project PROJECT DESIGN REQUIREMENTS Blood Pressure Project 9 Blood pressure is a measure of the fluid pressure within the circulatory system. This pressure is required to ensure the delivery of oxygen and nutrients to, and the removal of

More information

Evaluation copy. Build a Temperature Sensor. Project PROJECT DESIGN REQUIREMENTS

Evaluation copy. Build a Temperature Sensor. Project PROJECT DESIGN REQUIREMENTS Build a emperature Sensor Project A sensor is a device that measures a physical quantity and converts it into an electrical signal. Some sensors measure physical properties directly, while other sensors

More information

Maximum value. resistance. 1. Connect the Current Probe to Channel 1 and the Differential Voltage Probe to Channel 2 of the interface.

Maximum value. resistance. 1. Connect the Current Probe to Channel 1 and the Differential Voltage Probe to Channel 2 of the interface. Series and Parallel Circuits Computer 23 Components in an electrical circuit are in series when they are connected one after the other, so that the same current flows through both of them. Components are

More information

Theory and Practice of Tangible User Interfaces. Thursday Week 2: Digital Input and Output. week. Digital Input and Output. RGB LEDs fade with PWM

Theory and Practice of Tangible User Interfaces. Thursday Week 2: Digital Input and Output. week. Digital Input and Output. RGB LEDs fade with PWM week 02 Digital Input and Output RGB LEDs fade with PWM 1 Microcontrollers Output Transducers actuators (e.g., motors, buzzers) Arduino Input Transducers sensors (e.g., switches, levers, sliders, etc.)

More information

APPLICATION NOTES: Dimming InGaN LED

APPLICATION NOTES: Dimming InGaN LED APPLICATION NOTES: Dimming InGaN LED Introduction: Indium gallium nitride (InGaN, In x Ga 1-x N) is a semiconductor material made of a mixture of gallium nitride (GaN) and indium nitride (InN). Indium

More information

Your Multimeter. The Arduino Uno 10/1/2012. Using Your Arduino, Breadboard and Multimeter. EAS 199A Fall 2012. Work in teams of two!

Your Multimeter. The Arduino Uno 10/1/2012. Using Your Arduino, Breadboard and Multimeter. EAS 199A Fall 2012. Work in teams of two! Using Your Arduino, Breadboard and Multimeter Work in teams of two! EAS 199A Fall 2012 pincer clips good for working with breadboard wiring (push these onto probes) Your Multimeter probes leads Turn knob

More information

SYSTEM 4C. C R H Electronics Design

SYSTEM 4C. C R H Electronics Design SYSTEM 4C C R H Electronics Design SYSTEM 4C All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, A outputs. Independent 25

More information

Determining the Free Chlorine Content of Swimming Pool Water. HOCl H + + OCl. Evaluation copy

Determining the Free Chlorine Content of Swimming Pool Water. HOCl H + + OCl. Evaluation copy Determining the Free Chlorine Content of Swimming Pool Water Computer 33 Physicians in the nineteenth century used chlorine water as a disinfectant. Upon the discovery that certain diseases were transmitted

More information

Water Hardness. Evaluation copy

Water Hardness. Evaluation copy Water Hardness Experiment 11 When water passes through or over mineral deposits such as limestone, the levels of certain ions present in the water increase greatly and cause the water to be classified

More information

SYSTEM 45. C R H Electronics Design

SYSTEM 45. C R H Electronics Design SYSTEM 45 C R H Electronics Design SYSTEM 45 All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, & A outputs. Independent 25

More information

Using and Wiring Light Emitting Diodes (LEDs) for Model Railroads

Using and Wiring Light Emitting Diodes (LEDs) for Model Railroads Using and Wiring Light Emitting Diodes (LEDs) for Model Railroads LEDs have many useful applications in Model railroading, including: Locomotive headlights Rear-end warning lights for cabooses and passenger

More information

The Determination of an Equilibrium Constant

The Determination of an Equilibrium Constant The Determination of an Equilibrium Constant Computer 10 Chemical reactions occur to reach a state of equilibrium. The equilibrium state can be characterized by quantitatively defining its equilibrium

More information

RGB for ZX Spectrum 128, +2, +2A, +3

RGB for ZX Spectrum 128, +2, +2A, +3 RGB for ZX Spectrum 128, +2, +2A, +3 Introduction... 2 Video Circuitry... 3 Audio Circuitry... 8 Lead Wiring... 9 Testing The Lead... 11 Spectrum +2A/+3 RGB Differences... 12 Circuitry Calculations...

More information

iloq P10S.10/20 Programming device User's Guide

iloq P10S.10/20 Programming device User's Guide iloq P10S.10/20 Programming device User's Guide CONTENTS CONTENTS... 2 GENERAL... 3 USING THE PROGRAMMING DEVICE... 5 Starting the programming device... 5 Programming of locks... 5 Programming of keys...

More information

Controlling a Dot Matrix LED Display with a Microcontroller

Controlling a Dot Matrix LED Display with a Microcontroller Controlling a Dot Matrix LED Display with a Microcontroller By Matt Stabile and programming will be explained in general terms as well to allow for adaptation to any comparable microcontroller or LED matrix.

More information

RGB Light Panel Applications. RGB LED Light Panel FEATURES & BENEFITS SPECIFICATION SHEET

RGB Light Panel Applications. RGB LED Light Panel FEATURES & BENEFITS SPECIFICATION SHEET RGB LED Light Panel E346146 E325925 FEATURES & BENEFITS AVAILABLE IN CUSTOM SIZES & SHAPES CAN BE USED IN FRAMELESS DESIGNS 3D V-CUTTING TECHNOLOGY MULTI-COLOR OPTION HIGH BRIGHTNESS (2,000-10,000 LUX)

More information

Household Acids and Bases

Household Acids and Bases Household Acids and Bases Computer 28 Many common household solutions contain acids and bases. Acid-base indicators, such as litmus and red cabbage juice, turn different colors in acidic and basic solutions.

More information

Green = 0,255,0 (Target Color for E.L. Gray Construction) CIELAB RGB Simulation Result for E.L. Gray Match (43,215,35) Equal Luminance Gray for Green

Green = 0,255,0 (Target Color for E.L. Gray Construction) CIELAB RGB Simulation Result for E.L. Gray Match (43,215,35) Equal Luminance Gray for Green Red = 255,0,0 (Target Color for E.L. Gray Construction) CIELAB RGB Simulation Result for E.L. Gray Match (184,27,26) Equal Luminance Gray for Red = 255,0,0 (147,147,147) Mean of Observer Matches to Red=255

More information

Lab 11 Digital Dice. Figure 11.0. Digital Dice Circuit on NI ELVIS II Workstation

Lab 11 Digital Dice. Figure 11.0. Digital Dice Circuit on NI ELVIS II Workstation Lab 11 Digital Dice Figure 11.0. Digital Dice Circuit on NI ELVIS II Workstation From the beginning of time, dice have been used for games of chance. Cubic dice similar to modern dice date back to before

More information

Using Ohm s Law to Build a Voltage Divider

Using Ohm s Law to Build a Voltage Divider Using Ohm s Law to Build a Voltage Provided by TryEngineering - Lesson Focus Students will design, build, and characterize one of the basic circuits of electrical engineering, the voltage divider. These

More information

POINTS POSITION INDICATOR PPI4

POINTS POSITION INDICATOR PPI4 POINTS POSITION INDICATOR PPI4 Advanced PPI with Adjustable Brightness & Simplified Wiring Monitors the brief positive operating voltage across points motors when they are switched Lights a corresponding

More information

How to Install a Motherboard

How to Install a Motherboard How to Install a Motherboard This guide is by no means comprehensive, but serves as a general guide to installing a JNCS motherboard bundle into a standard ATX case. JNCS has already set any relevant jumpers

More information

8 coil stator 11 coil stator

8 coil stator 11 coil stator Below is a schematic of a typical scooter electrical set up as far as the stator, CDI, rectifier/regulator go along with the other items running on the electrical system; This is the 6 coil stator common

More information

DVB-T 730. User s Manual

DVB-T 730. User s Manual EPG Program Reservation There are 10 program timers to bring up reminder for a reserved program. 20 seconds before the start of the reserved program, a pop-up window will remind viewer. If no further instruction,

More information

Allen-Bradley/Rockwell

Allen-Bradley/Rockwell MANUFACTURER DATA SHEET High Speed Counter Manufacturer: Allen-radley/Rockwell Model Number: 1746-HSCE See www.geomartin.com for additional PDF datasheets Martin Part Number: E-014901-03 VendorPartNumber:

More information

Prepared by: Paul Lee ON Semiconductor http://onsemi.com

Prepared by: Paul Lee ON Semiconductor http://onsemi.com Introduction to Analog Video Prepared by: Paul Lee ON Semiconductor APPLICATION NOTE Introduction Eventually all video signals being broadcasted or transmitted will be digital, but until then analog video

More information

FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER

FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER 2014 Amplifier - 1 FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER The objectives of this experiment are: To understand the concept of HI-FI audio equipment To generate a frequency response curve for an audio

More information

1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver

1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver Electronics Exercise 2: The 555 Timer and its Applications Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles Ume,

More information

Neutralization Reactions. Evaluation copy

Neutralization Reactions. Evaluation copy Neutralization Reactions Computer 6 If an acid is added to a base, a chemical reaction called neutralization occurs. An example is the reaction between nitric acid, HNO 3, and the base potassium hydroxide,

More information

PDS-750-TR Touring Power Supply Operator s Manual

PDS-750-TR Touring Power Supply Operator s Manual PDS-750-TR Touring Power Supply Operator s Manual Rev 1.2 2004 City Theatrical, Inc. Patent Pending 2 CONTENTS The City Theatrical PDS-750-TR...3 Cautions...3 Compliance Certifications...3 Compatibility

More information

A Digital Timer Implementation using 7 Segment Displays

A Digital Timer Implementation using 7 Segment Displays A Digital Timer Implementation using 7 Segment Displays Group Members: Tiffany Sham u2548168 Michael Couchman u4111670 Simon Oseineks u2566139 Caitlyn Young u4233209 Subject: ENGN3227 - Analogue Electronics

More information

Annex: VISIR Remote Laboratory

Annex: VISIR Remote Laboratory Open Learning Approach with Remote Experiments 518987-LLP-1-2011-1-ES-KA3-KA3MP Multilateral Projects UNIVERSITY OF DEUSTO Annex: VISIR Remote Laboratory OLAREX project report Olga Dziabenko, Unai Hernandez

More information

HP 8970B Option 020. Service Manual Supplement

HP 8970B Option 020. Service Manual Supplement HP 8970B Option 020 Service Manual Supplement Service Manual Supplement HP 8970B Option 020 HP Part no. 08970-90115 Edition 1 May 1998 UNIX is a registered trademark of AT&T in the USA and other countries.

More information

Overview. Raster Graphics and Color. Overview. Display Hardware. Liquid Crystal Display (LCD) Cathode Ray Tube (CRT)

Overview. Raster Graphics and Color. Overview. Display Hardware. Liquid Crystal Display (LCD) Cathode Ray Tube (CRT) Raster Graphics and Color Greg Humphreys CS445: Intro Graphics University of Virginia, Fall 2004 Color models Color models Display Hardware Video display devices Cathode Ray Tube (CRT) Liquid Crystal Display

More information

4 Troubleshooting Your Projector

4 Troubleshooting Your Projector 4 Troubleshooting Your Projector If you experience problems with your projector, see the following troubleshooting tips. If the problem persists, contact Dell (see Contacting Dell on page 57). Problem

More information

How to read this guide

How to read this guide How to read this guide The following shows the symbols used in this Quick start guide with descriptions and examples. Symbol Description Example P oint Reference Caution [ ] This symbol explains information

More information

The Foundation User Manual LED Battery Slim Par Fixture (RGBA, DMX 7Ch/4CH)

The Foundation User Manual LED Battery Slim Par Fixture (RGBA, DMX 7Ch/4CH) The Foundation User Manual LED Battery Slim Par Fixture (RGBA, DMX 7Ch/4CH) Page 1 I. Security: 1. Make sure the user voltage cannot higher or lower than the regulating voltage. 2. Please use proper and

More information

USER GUIDE. Studio Hotline Multi-line System Phone Flasher and Door/Alert Indicator Input Module and Indicator. DM Engineering. Version 1.

USER GUIDE. Studio Hotline Multi-line System Phone Flasher and Door/Alert Indicator Input Module and Indicator. DM Engineering. Version 1. USER GUIDE Studio Hotline Multi-line System Phone Flasher and Door/Alert Indicator Input Module and Indicator Version 1.3 DM Engineering 2174 Chandler St. Camarillo, CA 91345-4611 805-987-7881 800-249-0487

More information

Operating instructions Diffuse reflection sensor. OJ50xx 701396 / 01 07 / 2004

Operating instructions Diffuse reflection sensor. OJ50xx 701396 / 01 07 / 2004 Operating instructions Diffuse reflection sensor OJ50xx 7096 / 0 07 / 004 Contents Preliminary note. Symbols used Function and features Installation. Installation of the supplied mounting fixture 4 4 Electrical

More information

Lab 17: Building a 4-Digit 7-Segment LED Decoder

Lab 17: Building a 4-Digit 7-Segment LED Decoder Phys2303 L.A. Bumm [Nexys 1.1.2] Lab 17 (p1) Lab 17: Building a 4-Digit 7-Segment LED Decoder In this lab your will make 4 test circuits, the 4-digit 7-segment decoder, and demonstration circuit using

More information

e-4 AWT07MLED 7 Q TFT LCD MONITOR (LED Backlighted) USER MANUAL

e-4 AWT07MLED 7 Q TFT LCD MONITOR (LED Backlighted) USER MANUAL Thank you for purchasing our product. Please read this User s Manual before using the product. Change without Notice AWT07MLED 7 Q TFT LCD MONITOR (LED Backlighted) USER MANUAL e-4 SAFETY PRECAUTIONS Federal

More information

TX GSM SMS Auto-dial Alarm System. Installation and User Manual

TX GSM SMS Auto-dial Alarm System. Installation and User Manual TX GSM SMS Auto-dial Alarm System Installation and User Manual Product Features: 1. 16 wireless zones, 3 wired zones alarm system, suitable for small to medium size offices and homes. 2. The system uses

More information

0.9V Boost Driver PR4403 for White LEDs in Solar Lamps

0.9V Boost Driver PR4403 for White LEDs in Solar Lamps 0.9 Boost Driver for White LEDs in Solar Lamps The is a single cell step-up converter for white LEDs operating from a single rechargeable cell of 1.2 supply voltage down to less than 0.9. An adjustable

More information

PDS-375-TR Touring CB Power/Data Supply Operator s Manual Rev 1.2

PDS-375-TR Touring CB Power/Data Supply Operator s Manual Rev 1.2 PDS-375-TR Touring CB Power/Data Supply Operator s Manual Rev 1.2 2005 City Theatrical, Inc. Patent Pending The PDS-375 TR Power Supply page 2 CONTENTS The City Theatrical PDS-375 TR...3 Cautions...3 Compliance

More information

How To Use A Power Supply On A Powerline 2.2 (Ai)

How To Use A Power Supply On A Powerline 2.2 (Ai) KNX/EIB Product documentation Issue: 05.08.2010 629x1220 Push button sensor 3 comfort 1-gang Push button sensor 3 comfort 2-gang (1+1) Push button sensor 3 comfort 3-gang Push button sensor 3 comfort 4-gang

More information

Evaluation copy. Energy Content of Foods. computer OBJECTIVES MATERIALS

Evaluation copy. Energy Content of Foods. computer OBJECTIVES MATERIALS Energy Content of Foods Computer 10 Energy content is an important property of food. The energy your body needs for running, talking, and thinking comes from the food you eat. Energy content is the amount

More information

ViZion Installation Guide

ViZion Installation Guide ViZion Installation Guide v2.0 1 ViZion Installation Guide Table of Contents Inventory Hardware Setup Understanding Synchronization Cable Begin by taking an inventory of the required equipment DR Unit

More information

1. Three-Color Light. Introduction to Three-Color Light. Chapter 1. Adding Color Pigments. Difference Between Pigments and Light. Adding Color Light

1. Three-Color Light. Introduction to Three-Color Light. Chapter 1. Adding Color Pigments. Difference Between Pigments and Light. Adding Color Light 1. Three-Color Light Chapter 1 Introduction to Three-Color Light Many of us were taught at a young age that the primary colors are red, yellow, and blue. Our early experiences with color mixing were blending

More information

Actiontec Router Troubleshooting

Actiontec Router Troubleshooting Actiontec Router Troubleshooting You can use the Power, DSL, and Ethernet lights on the front panel of the Actiontec router to help diagnose home networking connectivity problems. Follow the steps below

More information

Color Mark Sensor with Red or Green LED E3S-VS

Color Mark Sensor with Red or Green LED E3S-VS Color Mark Sensor with Red or Green LED Rugged IP67 Color Mark Sensor 1 ms response time Detects a wide variety of color marks PNP or NPN output ls Light-on/ Dark-on operation, wire selectable Vertical

More information

Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs

Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs Welcome to the tutorial for the MPLAB Starter Kit for dspic DSCs Welcome to this tutorial on Microchip s MPLAB Starter Kit for dspic Digital Signal Controllers, or DSCs. The starter kit is an all-in-one

More information

Experiment 5. Lasers and laser mode structure

Experiment 5. Lasers and laser mode structure Northeastern University, PHYS5318 Spring 2014, 1 1. Introduction Experiment 5. Lasers and laser mode structure The laser is a very important optical tool that has found widespread use in science and industry,

More information

Switch board datasheet EB007-00-1

Switch board datasheet EB007-00-1 Switch board datasheet EB007-00-1 Contents 1. About this document... 2 2. General information... 3 3. Board layout... 4 4. Testing this product... 5 5. Circuit description... 6 Appendix 1 Circuit diagram

More information

CAN BUS INTERFACE. Module Information

CAN BUS INTERFACE. Module Information Part no: CB-1 The CAN Bus interface is designed to provide a vehicle speed signal for vehicles using a CAN Bus system. It is programmed to automatically detect the vehicle type and it will give a frequency

More information

Welcome to Vernier LabQuest Viewer Software v1.0 Note: LabQuest Viewer Features Set up LabQuest 2 to work with LabQuest Viewer software via Wi-Fi

Welcome to Vernier LabQuest Viewer Software v1.0 Note: LabQuest Viewer Features Set up LabQuest 2 to work with LabQuest Viewer software via Wi-Fi Welcome to Vernier LabQuest Viewer Software v1.0 The LabQuest Viewer is computer software that is used to display and control the screen of a LabQuest using a computer. This can be done to demonstrate

More information

Advanced Data Capture and Control Systems

Advanced Data Capture and Control Systems Advanced Data Capture and Control Systems Tronisoft Limited Email: sales@tronisoft.com Web: www.tronisoft.com RS232 To 3.3V TTL User Guide RS232 to 3.3V TTL Signal Converter Modules P/N: 9651 Document

More information

Evaluation copy. Analyzing the Heart with EKG. Computer

Evaluation copy. Analyzing the Heart with EKG. Computer Analyzing the Heart with EKG Computer An electrocardiogram (ECG or EKG) is a graphical recording of the electrical events occurring within the heart. In a healthy heart there is a natural pacemaker in

More information

Create Colorful and Bright LED Light with an LED Matrix Dimmer

Create Colorful and Bright LED Light with an LED Matrix Dimmer Create Colorful and Bright LED Light with an LED Matrix Dimmer By Keith Szolusha, Applications Engineering Section Leader, Power Products, Linear Technology RGB LEDs are used in projector, architectural,

More information

Mini Breakout-Board. CNC Interface for LPT Port. Installation Manual Version 4

Mini Breakout-Board. CNC Interface for LPT Port. Installation Manual Version 4 Mini CNC Interface for LPT Port Version 4 Product Brief This breakout-board is designed to connect up to four stepper or servo drives to the parallel port of a PC. This requires the use of a CNC controller

More information

PLL frequency synthesizer

PLL frequency synthesizer ANALOG & TELECOMMUNICATION ELECTRONICS LABORATORY EXERCISE 4 Lab 4: PLL frequency synthesizer 1.1 Goal The goals of this lab exercise are: - Verify the behavior of a and of a complete PLL - Find capture

More information

Determining the Quantity of Iron in a Vitamin Tablet. Evaluation copy

Determining the Quantity of Iron in a Vitamin Tablet. Evaluation copy Determining the Quantity of Iron in a Vitamin Tablet Computer 34 As biochemical research becomes more sophisticated, we are learning more about the role of metallic elements in the human body. For example,

More information

TS2 VRack. User and Installation Manual

TS2 VRack. User and Installation Manual TS2 VRack User and Installation Manual B 4934252 Rev. A October 2007 TS-2 VRack All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical,

More information

Welcome to this presentation on LED System Design, part of OSRAM Opto Semiconductors LED 101 series.

Welcome to this presentation on LED System Design, part of OSRAM Opto Semiconductors LED 101 series. Welcome to this presentation on LED System Design, part of OSRAM Opto Semiconductors LED 101 series. 1 To discuss the design challenges of LED systems we look at the individual system components. A basic

More information

THE NATURE OF LIGHT AND COLOR

THE NATURE OF LIGHT AND COLOR THE NATURE OF LIGHT AND COLOR THE PHYSICS OF LIGHT Electromagnetic radiation travels through space as electric energy and magnetic energy. At times the energy acts like a wave and at other times it acts

More information

Pulse Width Modulation (PWM) LED Dimmer Circuit. Using a 555 Timer Chip

Pulse Width Modulation (PWM) LED Dimmer Circuit. Using a 555 Timer Chip Pulse Width Modulation (PWM) LED Dimmer Circuit Using a 555 Timer Chip Goals of Experiment Demonstrate the operation of a simple PWM circuit that can be used to adjust the intensity of a green LED by varying

More information

Electronics I - Laboratory 1 Diode I/V Characteristics

Electronics I - Laboratory 1 Diode I/V Characteristics Electronics I - Laboratory 1 Diode I/V Characteristics I. Objectives 1. Develop I/V characteristics of a silicon diode. 2. Develop I/V characteristics of a germanium diode. 3. Develop I/V characteristics

More information

Eric Mitchell April 2, 2012 Application Note: Control of a 180 Servo Motor with Arduino UNO Development Board

Eric Mitchell April 2, 2012 Application Note: Control of a 180 Servo Motor with Arduino UNO Development Board Eric Mitchell April 2, 2012 Application Note: Control of a 180 Servo Motor with Arduino UNO Development Board Abstract This application note is a tutorial of how to use an Arduino UNO microcontroller to

More information

Hands On ECG. Sean Hubber and Crystal Lu

Hands On ECG. Sean Hubber and Crystal Lu Hands On ECG Sean Hubber and Crystal Lu The device. The black box contains the circuit and microcontroller, the mini tv is set on top, the bars on the sides are for holding it and reading hand voltage,

More information

TEECES DOME LIGHTING SYSTEMS

TEECES DOME LIGHTING SYSTEMS This lighting system was designed by John V (Teeces) to be a simple, customizable, expandable and affordable solution for dome lighting. An Arduino micro-controller is used to tell LED driver chips which

More information

Outline. Quantizing Intensities. Achromatic Light. Optical Illusion. Quantizing Intensities. CS 430/585 Computer Graphics I

Outline. Quantizing Intensities. Achromatic Light. Optical Illusion. Quantizing Intensities. CS 430/585 Computer Graphics I CS 430/585 Computer Graphics I Week 8, Lecture 15 Outline Light Physical Properties of Light and Color Eye Mechanism for Color Systems to Define Light and Color David Breen, William Regli and Maxim Peysakhov

More information

0832 Dot Matrix Green Display Information Board User s Guide

0832 Dot Matrix Green Display Information Board User s Guide 0832 Dot Matrix Green Display Information Board User s Guide DE-DP105_Ver1.0 0832 DOT MATRIX GREEN DISPLAY INFORMATI BOARD USER S GUIDE Table of contents Chapter1.Overview... 1 1.1. Welcome... 1 1.2. Quick

More information

Lab 3 Rectifier Circuits

Lab 3 Rectifier Circuits ECET 242 Electronic Circuits Lab 3 Rectifier Circuits Page 1 of 5 Name: Objective: Students successfully completing this lab exercise will accomplish the following objectives: 1. Learn how to construct

More information

ECEN 1400, Introduction to Analog and Digital Electronics

ECEN 1400, Introduction to Analog and Digital Electronics ECEN 1400, Introduction to Analog and Digital Electronics Lab 4: Power supply 1 INTRODUCTION This lab will span two lab periods. In this lab, you will create the power supply that transforms the AC wall

More information

Points Position Indicator (PPI1) for Points Motors with Common Ground

Points Position Indicator (PPI1) for Points Motors with Common Ground Points Position Indicator (PPI1) for Points Motors with Common Ground Monitors Points Action and Operates Leds on a Control Panel Monitors the brief positive operating voltage across points motors when

More information

DMX2PWM 9 Channel Dimmer Setup Manual

DMX2PWM 9 Channel Dimmer Setup Manual DMX2PWM 9 Channel Dimmer Setup Manual www.ecue.de DMX2PWM 9ch Dimmer - Setup Manual e:cue control GmbH An OSRAM Company Rev. 1.3_01/2010 DMX2PWM 9ch Dimmer - Setup Manual Table of Contents 1. Device Overview....................................4

More information

ETEC 421 - Digital Controls PIC Lab 10 Pulse Width Modulation

ETEC 421 - Digital Controls PIC Lab 10 Pulse Width Modulation ETEC 421 - Digital Controls PIC Lab 10 Pulse Width Modulation Program Definition: Write a program to control the speed of a dc motor using pulse width modulation. Discussion: The speed of a dc motor is

More information

[FAQ] Troubleshooting Access Control Issues

[FAQ] Troubleshooting Access Control Issues [FAQ] Troubleshooting Access Control Issues Article ID: GV4-14-06-16-t Release Date: 06/16/2014 Applied to GV-ASManager GV-AS Controller GV-Reader Summary When you encounter problems with GV-ASManager,

More information

Advanced LED Controller (LED Chaser)

Advanced LED Controller (LED Chaser) Advanced LED Controller (LED Chaser) Introduction. Advanced LED controller (also known as LED Chaser) is microcontroller based circuit designed to produce various visual LED light effects by controlling

More information

Getting to Know LEDs, Applications and Solutions

Getting to Know LEDs, Applications and Solutions Getting to Know LEDs, Applications and Solutions Light-Emitting Diodes (LEDs) are a reliable means of indication compared to light sources such as incandescent and neon lamps. LEDs are solid-state devices

More information

User Manual. ATX12V / EPS12V Power Supply TG-I460R (460W+460W) TG-I550R (550W+550W) Switching Power Supply User Manual

User Manual. ATX12V / EPS12V Power Supply TG-I460R (460W+460W) TG-I550R (550W+550W) Switching Power Supply User Manual ATX12V / EPS12V Power Supply TG-I460R (460W+460W) TG-I550R (550W+550W) User Manual Table of Contents 1 Introduction 2 General specification 3 Installation 4 Pin assignment & function of connectors 5 Drawing

More information

PUSH BUTTON START INSTALLATION MANUAL

PUSH BUTTON START INSTALLATION MANUAL PUSH BUTTON START INSTALLATION MANUAL ALTHOUGH THIS PRODUCT HAS BEEN THOROUGHLY TESTED KPIERSON TECHNOLOGIES ASSUMES NO RESPONSIBILITY FOR ANY DAMAGE THAT MAY RESULT BY THE INSTALLATION OF THIS PRODUCT.

More information

IR Communication a learn.sparkfun.com tutorial

IR Communication a learn.sparkfun.com tutorial IR Communication a learn.sparkfun.com tutorial Available online at: http://sfe.io/t33 Contents Getting Started IR Communication Basics Hardware Setup Receiving IR Example Transmitting IR Example Resources

More information

First Bytes Programming Lab 2

First Bytes Programming Lab 2 First Bytes Programming Lab 2 This lab is available online at www.cs.utexas.edu/users/scottm/firstbytes. Introduction: In this lab you will investigate the properties of colors and how they are displayed

More information

www.creativelightings.com

www.creativelightings.com PRODUCT SPECIFICATIONS PRODUCT SPECIFICATIONS www.creativelightings.com High Power DMX Decoder&driver Model: CL- Meets DMX512/1990 Can drive 5A (Each Ch) Can drive many kinds of RGB LED lights PRODUCT

More information

Configure Inverter output for two utility settings, (1)120V/60Hz, (2)220V/50Hz

Configure Inverter output for two utility settings, (1)120V/60Hz, (2)220V/50Hz HV Solar Inverter System GUI Overview January 2012 TMS320C2000 Systems Applications Collateral The HV Solar Inverter System GUI provides a simple interface to evaluate some of the functionalities of the

More information

High Power LED Driver Series User s Guide

High Power LED Driver Series User s Guide High Power LED Driver Series User s Guide 2004-2010 Sure Electronics Inc. LE-LL15113-LE-LL14113_Ver1.0 Table of Contents Chapter 1. Overview...1 1.1 Overview... 1 1.2 Features... 2 1.3 Applications...

More information

Using Ohm s Law to Build a Voltage Divider

Using Ohm s Law to Build a Voltage Divider Using Ohm s Law to Build a Voltage Provided by TryEngineering - Lesson Focus Students will design, build, and characterize one of the basic circuits of electrical engineering, the voltage divider. These

More information

Parking Guidance System

Parking Guidance System Parking Guidance System The Need: With the development of modern life, the amount of cars is growing rapidly and the difference between cars and parking spaces becomes a problem in the crowded urban areas.

More information

Endothermic and Exothermic Reactions. Evaluation copy. Mg(s) + 2 HCl(aq) H 2 (g) + MgCl 2 (aq)

Endothermic and Exothermic Reactions. Evaluation copy. Mg(s) + 2 HCl(aq) H 2 (g) + MgCl 2 (aq) Endothermic and Exothermic Reactions Computer 1 Many chemical reactions give off energy. Chemical reactions that release energy are called exothermic reactions. Some chemical reactions absorb energy and

More information

TV Remote Controller Decoder

TV Remote Controller Decoder TV Remote Controller Decoder The TV Remote Controller Decoder kit is available, free to schools, to use in their Wireless Technology Curriculum. Former ARRL Education & Technology Program Coordinator,

More information

SIMPLE EPROM PROGRAMMER. EPROM Programmer Design. Hardware

SIMPLE EPROM PROGRAMMER. EPROM Programmer Design. Hardware Page 1 of 5 A simple EPROM programmer is described here. It connects to a PC's parallel port and can program EPROMs from 2716 to 27512. The design can be expanded to program even larger EPROMs. DOS based

More information

ECR Shelf System Installation Guide Centralized Rack Mount Call Recording

ECR Shelf System Installation Guide Centralized Rack Mount Call Recording Hardware & Installation Guide Algo Communication Products Ltd. Customer Support and Sales Tel: 1.877.884.2546 Fax: 604.437.5726 Email: sales@algosolutions.com support@algosolutions.com www.algosolutions.com

More information

Robot Board Sub-System Testing. Abstract. Introduction and Theory. Equipment. Procedures. EE 101 Spring 2006 Date: Lab Section # Lab #6

Robot Board Sub-System Testing. Abstract. Introduction and Theory. Equipment. Procedures. EE 101 Spring 2006 Date: Lab Section # Lab #6 EE 101 Spring 2006 Date: Lab Section # Lab #6 Name: Robot Board Sub-System Testing Partner: No Lab partners this time! Abstract The ECEbot robots have a printed circuit board (PCB) containing most of the

More information

Operating Manual Color Changing Fountains

Operating Manual Color Changing Fountains Operating Manual Color Changing Fountains 1-877-80-PONDS www.atlanticwatergardens.com Introduction Thank you for purchasing Atlantic s Color Changing Fountains overflowing features that glow from within.

More information

Build A Video Switcher. Reprinted with permission from Electronics Now Magazine September 1997 issue

Build A Video Switcher. Reprinted with permission from Electronics Now Magazine September 1997 issue Build A Video Switcher Reprinted with permission from Electronics Now Magazine September 1997 issue Copyright Gernsback Publications, Inc.,1997 BUILD A VIDEO SWITCHER FRANK MONTEGARI Watch several cameras

More information

Troubleshooting the Verizon MI424WR Router

Troubleshooting the Verizon MI424WR Router Troubleshooting the Verizon MI424WR Router You can use the Power, Internet, and Ethernet lights on the front panel of the Verizon router to help diagnose home networking connectivity problems. Follow the

More information

Using the NI 17xx Smart Camera Direct Drive Lighting Controller

Using the NI 17xx Smart Camera Direct Drive Lighting Controller Using the NI 17xx Smart Camera Direct Drive Lighting Controller Overview The use of proper lighting is often overlooked when designing a machine vision application. More robust and accurate inspections

More information

INSTRUCTIONS FOR THE INSTALLATION AND OPERATION OF ACTIVATOR II

INSTRUCTIONS FOR THE INSTALLATION AND OPERATION OF ACTIVATOR II INSTRUCTIONS FOR THE INSTALLATION AND OPERATION OF ACTIVATOR II ELECTRONIC TRAILER BRAKE CONTROL 5500 FOR 2, 4, 6 & 8 BRAKE SYSTEMS IMPORTANT: READ AND FOLLOW THESE INSTRUCTIONS CAREFULLY. KEEP THESE INSTRUCTIONS

More information

Back-Up Camera Installation Guide

Back-Up Camera Installation Guide Hz Hz In This Guide: Back-up camera installation requires connecting power wiring to the existing reverse lighting circuit and adding a chassis ground, as well as routing a video signal cable to the front

More information